You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since updating from Java 8 we have started to get the following warning from the server:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by clojure.lang.InjectedInvoker/0x0000000801301c40 (file:/path/.m2/repository/org/clojure/clojure/1.10.1/clojure-1.10.1.jar) to method com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(org.xml.sax.InputSource,org.xml.sax.helpers.DefaultHandler)
WARNING: Please consider reporting this to the maintainers of clojure.lang.InjectedInvoker/0x0000000801301c40
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
It looks like it is something happening in Clojure, so I doubt there is anything we can do to fix it? We might just need to wait for a new version of Clojure or possibly raise it as a bug with them?
Since updating from Java 8 we have started to get the following warning from the server:
It looks like it is something happening in Clojure, so I doubt there is anything we can do to fix it? We might just need to wait for a new version of Clojure or possibly raise it as a bug with them?
Edit:
https://clojure.org/guides/faq#illegal_access
The text was updated successfully, but these errors were encountered: