Aborting stand-alone image build due to reflection use without configuration. #56
Replies: 2 comments 1 reply
-
See https://github.com/clj-easy/graal-docs#reflection. I don't recommend building with |
Beta Was this translation helpful? Give feedback.
-
Sorry, I did not fully understand that section. I need Instead I need to run my JAR with a regular JRE with Is the {"rules": [
{"excludeClasses": "clojure.**"},
{"includeClasses": "clojure.lang.Reflector"}]} What exactly is a "false positive" in this context? Something where Graal thinks reflection is being used, but it is not actually being used? Could you please give an example for that? Since the reflection configuration can change at any time, I need to run my application with |
Beta Was this translation helpful? Give feedback.
-
Stand alone images do not build here, because:
--no-fallback
? Is it safe?Beta Was this translation helpful? Give feedback.
All reactions