-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Make org.graalvm.regex:regex parent first #27090
Conversation
Building Quarkus... thanks! I guess that the difference in behaviour comes from adding Truffle to those parent-first loaders - I've found that the code checks where is TruffleLanguage loaded from and ignores unsuitable loaders... |
For some reason I can't build the branch with
|
Try |
Failing Jobs - Building 758aee5
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/quartz/deployment
! Skipped: integration-tests/quartz 📦 extensions/quartz/deployment✖
|
@gsmet OK, build with |
Thanks for testing, I will backport it to the next micro. |
Fixes #27085
@rvansa can you try if this PR fixes your issue?
Also, if there are just a couple of artifacts that need syncing with the GraalVM version, maybe we could add them to the BOM if it makes things significantly easier. Let me know if you have a list. (I'm not really inclined to add 20 of them for such a use case but if it's 2 or 3, that could work)