graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
2020-10-15T12:29:44.094Z

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?

lread 2020-10-15T12:44:41.094800Z

Hi @delaguardo, I think you are running into this? https://clojure.org/guides/faq#illegal_access

2020-10-15T12:46:08.095200Z

does look like that! thanks!