You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/02/27 07:47:01 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue, #4602: Migrate from `org.graalvm.nativeimage:svm` to `org.graalvm.sdk:graal-sdk`

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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #4602: Migrate from `org.graalvm.nativeimage:svm` to `org.graalvm.sdk:graal-sdk`

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #4602: Migrate from `org.graalvm.nativeimage:svm` to `org.graalvm.sdk:graal-sdk`
URL: https://github.com/apache/camel-quarkus/issues/4602


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on issue #4602: Migrate from `org.graalvm.nativeimage:svm` to `org.graalvm.sdk:graal-sdk`

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #4602:
URL: https://github.com/apache/camel-quarkus/issues/4602#issuecomment-1637495714

   Fixed in https://github.com/apache/camel-quarkus/pull/5038.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org