ramackri commented on PR #1052: URL: https://github.com/apache/ranger/pull/1052#issuecomment-4927774629
Pushed the assembly descriptor follow-up to address the GraalVM 25.1.3 runtime JAR packaging gap. **Commit:** `8a0a61e16` — updates `hive-agent.xml`, `hbase-agent.xml`, `hdfs-agent.xml`, `plugin-solr.xml`, and `plugin-yarn.xml` to bundle `js-language`, `polyglot`, `truffle-runtime`, and related SDK/shadowed artifacts (replacing obsolete `js:jar`, `graal-sdk:jar`, and `com.ibm.icu:icu4j` includes). **Branch:** https://github.com/apache/ranger/tree/RANGER-5666 @mneethiraj — could you cherry-pick or merge this commit into your `RANGER-5666` branch so it lands on the PR? ```bash git fetch https://github.com/apache/ranger.git RANGER-5666 git cherry-pick 8a0a61e16 git push origin RANGER-5666 ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
