You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/14 14:20:33 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #3617: Error building native executable with camel-quarkus-activemq

jamesnetherton commented on issue #3617:
URL: https://github.com/apache/camel-quarkus/issues/3617#issuecomment-1066852629


   There are a set of workarounds in place to avoid the need for Kotlin to be on the runtime classpath for native compilation:
   
   https://github.com/apache/camel-quarkus/blob/main/extensions-support/spring/deployment/src/main/java/org/apache/camel/quarkus/support/spring/deployment/SpringKotlinProcessor.java
   
   Maybe this is not working with Gradle. E.g maybe those Kotlin classes are some how resolvable at build time but not at runtime.


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