Skip to content
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

4392: Fix camel async issue #4470

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Fluctuationqt
Copy link
Contributor

-Fixes 4392
With camel version 4.8 the following change was done to platform-http for spring boot: https://github.com/apache/camel-spring-boot/pull/1199/files#:~:text=return%20CompletableFuture.runAsync(()

Thus when an http camel route is invoked now it happens within an async context and evaluating javascript like require.js failed due to org.graalvm.polyglot.PolyglotException: TypeError: Access to host class org.eclipse.dirigible.graalium.core.modules.DirigibleSourceProvider is not allowed or does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant