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 comment.
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,
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.
--
Thi
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
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 simpler
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 s
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
```
--
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 needs
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 class