Skip to content

project: update graal engine to 25.0.2#1279

Draft
benbroadaway wants to merge 9 commits intomasterfrom
bb/jdk25-prep-graal-up
Draft

project: update graal engine to 25.0.2#1279
benbroadaway wants to merge 9 commits intomasterfrom
bb/jdk25-prep-graal-up

Conversation

@benbroadaway
Copy link
Copy Markdown
Collaborator

@benbroadaway benbroadaway commented Mar 7, 2026

Note on script-engine changes/move: https://www.graalvm.org/latest/reference-manual/js/ScriptEngine/

Note: As of GraalVM for JDK 21, GraalVM no longer includes ScriptEngine by default. If you relied on that, you will have to migrate your setup to explicitly depend on the script engine module and add it to the module path.

..and shaded/uber-jar packaging: https://www.graalvm.org/latest/reference-manual/embed-languages/#uber-jar-file-creation

...creating an Uber JAR is not recommended for Graal languages because it breaks module descriptors, file integrity metadata, and JAR signature information. Uber JARs are only supported on HotSpot and are not supported for native image generation...

@benbroadaway benbroadaway force-pushed the bb/jdk25-prep-graal-up branch from 82aeb14 to 5ace08c Compare March 8, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant