Hi,
I am trying to run this module with Java 11 and seeing some warnings like:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by nginx.clojure.HackUtils (file:/home/dryabkov/software/nginx-clojure/nginx-java-external-poc-jdk11/jars/nginx-clojure-0.4.5.jar) to method java.lang.ThreadLocal.createInheritedMap(java.lang.ThreadLocal$ThreadLocalMap)
WARNING: Please consider reporting this to the maintainers of nginx.clojure.HackUtils
2 questions:
a) Is there any plan to port this module to Java 11? We would like to use for some high-performance Web front-end application but we must use Java 11 (corporate requirement)
b) have you tried running the existing module with Java 11? I am curious if there is a write up of which --add-opens instructions we should use to run with Java 11
Thank you!