mneethiraj commented on PR #420: URL: https://github.com/apache/ranger/pull/420#issuecomment-2514972747
Good work @RakeshGuptaDev! One concern is that many Ranger plugins need to run in JDK version prior to 17 (JDK8 or JDK 11 or JDK15) - like HDFS, Hive, HBase. This wouldn't allow us to switch to Graal script engine, as it is only available in JDK17 onwards (https://www.graalvm.org/jdk17/docs/). One option to consider building Ranger libraries used by plugins (agents-common, agents-audit, agents-cred, all plugins) with JDK8 and servers (admin, usersync, tagsync, KMS) with JDK17. -- 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: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org