-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config panel for Direct element from a route generated from jbang and OpenAPI is not loading #500
Comments
I think it's caused by #54, rest is not yet implemented |
Also, 3 direct routes are recognized as expected, just one is visible and the others are invisible by default. |
apupier
added a commit
to apupier/kaoto-next
that referenced
this issue
Dec 6, 2023
for instance when there is a rest element which is not yet handled, we store the json string corresponding to it and returning it back fixes KaotoIO#500 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Dec 8, 2023
apupier
added a commit
to apupier/kaoto-next
that referenced
this issue
Dec 12, 2023
for instance when there is a rest element which is not yet handled, we store the json string corresponding to it and returning it back fixes KaotoIO#500 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
pushed a commit
to apupier/kaoto-next
that referenced
this issue
Dec 12, 2023
apupier
added a commit
to apupier/kaoto-next
that referenced
this issue
Dec 20, 2023
for instance when there is a rest element which is not yet handled, we store the json string corresponding to it and returning it back fixes KaotoIO#500 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
pushed a commit
to apupier/kaoto-next
that referenced
this issue
Dec 20, 2023
apupier
added a commit
to apupier/kaoto-next
that referenced
this issue
Dec 20, 2023
can be serialized back relates to KaotoIO#500 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
added a commit
to apupier/kaoto-next
that referenced
this issue
Dec 20, 2023
for instance when there is a rest element which is not yet handled, we store the json string corresponding to it and returning it back fixes KaotoIO#500 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
pushed a commit
to apupier/kaoto-next
that referenced
this issue
Dec 20, 2023
apupier
added a commit
to apupier/kaoto-next
that referenced
this issue
Dec 20, 2023
can be serialized back relates to KaotoIO#500 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
igarashitm
pushed a commit
that referenced
this issue
Dec 20, 2023
for instance when there is a rest element which is not yet handled, we store the json string corresponding to it and returning it back fixes #500 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
igarashitm
pushed a commit
that referenced
this issue
Dec 20, 2023
igarashitm
pushed a commit
that referenced
this issue
Dec 20, 2023
can be serialized back relates to #500 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Config panel for Direct element from a route generated from jbang and OpenAPI is not loading
the content of the file is:
there is this error in the console log:
Steps to Reproduce the Bug or Issue
jbang '-Dcamel.jbang.version=4.2.0' camel@apache/camel generate rest --input=/home/apupier/Downloads/petstore.json --output=RestOne.camel.yaml --routes
petstore is coming from https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/petstore.json
2. Open the generated route
3. Select the Direct element
Screenshots or Videos
Platform
online version
The text was updated successfully, but these errors were encountered: