-
Notifications
You must be signed in to change notification settings - Fork 191
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
Dynamic execution of js route failing #5678
Comments
Maybe that's something that needs digging into a bit deeper. When I added the initial |
You might be able to work around it if you set a build time property like:
|
I think relying on the fast-jar would be the right think imho, we can tune the camel-k image discovery to require a 100% compatible one and re-visit image layering |
Yeah, I was trying to revert that but I was unsuccessful as well. It would be much cleaner, of course. In any case I manage to make it work with |
FYI, the workaround is working. |
Assuming my change gets backported, this should get fixed permanently in 3.8.x. Otherwise it'll be in 3.9.x. |
Great, thanks a lot @jamesnetherton |
Quarkus fix is present in 3.8.0.CR1 (and also 3.7.3 when it gets released). |
Bug description
I'm trying to run a polyglot application which is composed by multiple routes in multiple languages. I found out that when we run
js
applications, if we provide the classpath list of dependencies, the execution fails with the following error:It seems there was a similar issue in Quarkus core: quarkusio/quarkus#27090 - I wonder if we need to do something in Camel Quarkus as well to incorporate that change.
Mind that the same would work flawlessly if run via:
However I need to specify the list of dependencies in order to make it works Java applications which it seems to be required by joor.
The text was updated successfully, but these errors were encountered: