Replies: 2 comments 2 replies
-
/cc @sberyozkin (security) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon, I am currently working with Quarkus 2.16 and Apache Camel 3.20.1, and I have the following error that happens when doing the native compilation with GraalVm and it runs in a Docker container, when I do not apply native compilation there is no problem:
My main Rest Route code is like the following:
The error occurs in the following line in the Class Rest Route, when it makes the call to the configuration of the ConfigureSsl class that I attach below:
Class ConfigureSsl
Attached my properties file:
My pom.xml:
Dockerfile.native
That could be happening? First time this error happens to me
Beta Was this translation helpful? Give feedback.
All reactions