RakeshGuptaDev commented on PR #420:
URL: https://github.com/apache/ranger/pull/420#issuecomment-2684046415

   Hi @mneethiraj,
   
   Thank you for your feedback. I understand your concern that Ranger plugins 
need to support JDK versions prior to 17, including JDK 8, JDK 11, and JDK 15.
   
   In the current patch, I have used GraalVM version 21.3.x, which is 
compatible with JDK 8 
(https://www.graalvm.org/21.3/docs/introduction/index.html#available-distributions).
 I have also successfully validated plugins like HDFS, HBase, and Hive across 
JDK 8 and JDK 11.
   
   For JDK 17 and later, I have used the latest available GraalVM version.
   
   To address this compatibility challenge, we can consider the following 
approach:
   
    **Replace Nashorn:**
   
   - Use GraalVM version 21.3.x for JDK 8.
   - Upgrade to the latest available GraalVM version for JDK 15 and later.
   
   This approach aims to maintain compatibility across all supported JDK 
versions. Please share your thoughts or suggest any alternative solutions.


-- 
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

Reply via email to