build-canaries / nevergreen

:baby_chick: A build monitor with attitude
https://nevergreen.io
Eclipse Public License 1.0
215 stars 38 forks source link

Server warnings about reflective access #284

Closed GentlemanHal closed 5 years ago

GentlemanHal commented 5 years ago

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?

Edit: https://clojure.org/guides/faq#illegal_access