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

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request, #5103: Add missing graal-sdk dependency declaration to extensions that use GraalVM APIs

jamesnetherton opened a new pull request, #5103:
URL: https://github.com/apache/camel-quarkus/pull/5103

   Seems in Quarkus 3.20.x `graal-sdk` is a `compile` scope transitive of `quarkus-core`. From Quarkus 3.3.0, it becomes `provided` scope, thus there are multiple compilation failures.
   
   I thought it'd be ok to deal with this change now on `main` instead of `quarkus-main`.


-- 
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 merged pull request #5103: Add missing graal-sdk dependency declaration to extensions that use GraalVM APIs

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton merged PR #5103:
URL: https://github.com/apache/camel-quarkus/pull/5103


-- 
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