core
core copied to clipboard
warnings on startup
I updated to latest helm chart (v1.0.54) - appversion: 20210504.191238.645270c
and still get these
WARNING: read already refers to: #'clojure.core/read in namespace: wordnik.core, being replaced by: #'clojure.data.json/read
WARNING: Inst already refers to: #'clojure.core/Inst in namespace: schema.core, being replaced by: #'schema.core/Inst
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by clojure.lang.InjectedInvoker/0x0000000840062040 (file:/root/.m2/repository/org/clojure/clojure/1.10.0/clojure-1.10.0.jar) to method sun.net.www.protocol.jar.JarURLConnection.getJarFile()
WARNING: Please consider reporting this to the maintainers of clojure.lang.InjectedInvoker/0x0000000840062040
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
I think these are unavoidable unless the underlying libraries fix the warnings.
Should probably be reported upstream at some point.. leave this as "contribution_wanted" task? - then someone can pick it up.. Perhaps someone from my team can do it, if I get it working and we start to really use it :)
Sounds good. I did look around for a solution to this before but it's probably been over a year so things may have been updated. Thanks!