I’m getting an interesting illegal-access warning
WARNING: Illegal reflective access by clojure.lang.InjectedInvoker/0x0000000840073440 (file:/.m2/repository/org/clojure/clojure/1.10.1/clojure-1.10.1.jar) to method com.sun.xml.internal.stream.writers.XMLStreamWriterImpl.writeEndDocument()
WARNING: Please consider reporting this to the maintainers of clojure.lang.InjectedInvoker/0x0000000840073440
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
running clojure 1.10.1 on graalvm 20.2.0
is it something known?Hi @delaguardo, I think you are running into this? https://clojure.org/guides/faq#illegal_access
does look like that! thanks!