Re: [I] Dynamic execution of js route failing [camel-quarkus]

2024-02-14 Thread via GitHub
jamesnetherton closed issue #5678: Dynamic execution of js route failing URL: https://github.com/apache/camel-quarkus/issues/5678 -- 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

Re: [I] Dynamic execution of js route failing [camel-quarkus]

2024-01-31 Thread via GitHub
squakez commented on issue #5678: URL: https://github.com/apache/camel-quarkus/issues/5678#issuecomment-1919305160 > Assuming my [change](https://github.com/quarkusio/quarkus/pull/38495) gets backported, this should get fixed permanently in 3.8.x. Otherwise it'll be in 3.9.x. Great,

Re: [I] Dynamic execution of js route failing [camel-quarkus]

2024-01-31 Thread via GitHub
jamesnetherton commented on issue #5678: URL: https://github.com/apache/camel-quarkus/issues/5678#issuecomment-1919206476 Assuming my [change](https://github.com/quarkusio/quarkus/pull/38495) gets backported, this should get fixed permanently in 3.8.x. Otherwise it'll be in 3.9.x. --

Re: [I] Dynamic execution of js route failing [camel-quarkus]

2024-01-26 Thread via GitHub
squakez commented on issue #5678: URL: https://github.com/apache/camel-quarkus/issues/5678#issuecomment-1912161546 FYI, the workaround is working. -- 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

Re: [I] Dynamic execution of js route failing [camel-quarkus]

2024-01-25 Thread via GitHub
squakez commented on issue #5678: URL: https://github.com/apache/camel-quarkus/issues/5678#issuecomment-1909942000 > When I added the initial fast-jar support in camel-k, I couldn't figure out how to make joor work without manually adding everything to the classpath. It'd be so much

Re: [I] Dynamic execution of js route failing [camel-quarkus]

2024-01-25 Thread via GitHub
lburgazzoli commented on issue #5678: URL: https://github.com/apache/camel-quarkus/issues/5678#issuecomment-1909941403 > When I added the initial `fast-jar` support in camel-k, I couldn't figure out how to make joor work without manually adding everything to the classpath. It'd be so much

Re: [I] Dynamic execution of js route failing [camel-quarkus]

2024-01-25 Thread via GitHub
jamesnetherton commented on issue #5678: URL: https://github.com/apache/camel-quarkus/issues/5678#issuecomment-1909933120 You might be able to work around it if you set a build time property like: ``` quarkus.class-loading.parent-first-artifacts=org.graalvm.regex:regex ``` --

Re: [I] Dynamic execution of js route failing [camel-quarkus]

2024-01-25 Thread via GitHub
jamesnetherton commented on issue #5678: URL: https://github.com/apache/camel-quarkus/issues/5678#issuecomment-1909927206 `org.graalvm.regex:regex` probably needs to be configured as a `runnerParentFirstArtifact`. > seems to be required by joor Maybe that's something that

[I] Dynamic execution of js route failing [camel-quarkus]

2024-01-25 Thread via GitHub
squakez opened a new issue, #5678: URL: https://github.com/apache/camel-quarkus/issues/5678 ### 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