-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Warnings with Java 9, Clojure 1.9.0, and lein 2.8.1 #91
Comments
@neverfox Thanks for reporting! I think the root cause is A quick fix could be switching to a different XML parsing library but I'd rather see this resolved in Clojure itself. CLJ-2066 seems to be the relevant issue. |
Hi there, CLJ-2066 was resolved with Clojure 1.10 release. Any advice on how to quash these warnings under OpenJDK 11? |
Using
And still getting warnings. |
Slightly different warnings (lein-ancient 0.6.15, clojure 1.10.*):
|
This appears to be fixed by upgrading |
… Java versions Fixes xsc#91
@xsc I've opened a pull request with the change. If you could please merge and release w/ associated upgrade of the ancient-clj version in the plugin's project.clj it would help clean up terminals everywhere! |
@superstructor, antq is actively maintained and might be an interesting alternative for you to check out. I am happily using it for my tools deps projects. |
I do not get this warning with other lein commands, e.g. lein repl.
The text was updated successfully, but these errors were encountered: