ppalaga opened a new issue, #4602: URL: https://github.com/apache/camel-quarkus/issues/4602
Since GraalVM 22.3, the substitution annotations are available in `org.graalvm.sdk:graal-sdk`. https://github.com/oracle/graal/blob/master/sdk/CHANGELOG.md#version-2230 They are thus becoming a part of public API. In `org.graalvm.nativeimage:svm` they used to be "strictly internal". Now that we do not support GraalVM 22.2 anymore, we should migrate from `org.graalvm.nativeimage:svm` to `org.graalvm.sdk:graal-sdk` where possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org