RANGER-5666: update graalvm version to 25.1.3#1052
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s GraalVM dependency version used across Ranger modules, aiming to align Graal.js/script-engine artifacts with a newer GraalVM release.
Changes:
- Bumped the
graalvm.versionMaven property from23.0.11to25.1.3. - Adjusted the
org.graalvm.js:jsdependency declaration inagents-commonby adding an explicit artifact type.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pom.xml | Updates the central graalvm.version property to 25.1.3. |
| agents-common/pom.xml | Modifies the Graal.js dependency declaration (adds an explicit <type>). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Pushed the assembly descriptor follow-up to address the GraalVM 25.1.3 runtime JAR packaging gap. Commit: Branch: https://github.com/apache/ranger/tree/RANGER-5666 @mneethiraj — could you cherry-pick or merge this commit into your git fetch https://github.com/apache/ranger.git RANGER-5666
git cherry-pick 8a0a61e16
git push origin RANGER-5666 |
GraalVM 25.x no longer publishes org.graalvm.js:js as a JAR; agent plugin tarballs must bundle js-language, polyglot, truffle-runtime, and related SDK artifacts instead of the removed js and graal-sdk coordinates. (cherry picked from commit 8a0a61e)
What changes were proposed in this pull request?
Updated graalvm version from 23.0.11 to 25.1.3
How was this patch tested?
Verified that build with unit tests completed successfully