-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaShell DSL native compilation fails on GraalVM 22.2 #4458
Comments
@ppalaga Good question, I've just tried with the latest tag and it compiles with success but starting from Mandrel 22.3 only Java 17 is supported so before closing it I need to know first if it is doable to upgrade the root docker image of Camel-K. |
After a deeper investigation, it appears that it is not mandrel related as the bug can also be reproduced on GraalVM 22.2 |
Since Mandrel cannot be upgraded in Camel-K for now because of the lack of Java 11 support of Mandrel 22.3, I will propose a workaround of the same type as what have been done for #3617 |
JSH-DSL will be marked as deprecated in Camel 4.6.0 / CQ 3.11.0. So there's not much value in investing time here IMO. |
If we try to launch the integration test of the JavaShell DSL against the docker image
quay.io/quarkus/ubi-quarkus-mandrel:22.2.0.0-Final-java11
, it fails with the next error:The text was updated successfully, but these errors were encountered: