You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am happy to do additional testing and help out as needed. Im very new to Java/Clojure so this could just be a mistake on my part.
Thank you!
Java version:
java -version
java version "14.0.1" 2020-04-14
Java(TM) SE Runtime Environment (build 14.0.1+7)
Java HotSpot(TM) 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)
Lein Version:
lein version
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Leiningen 2.9.4 on Java 14.0.1 Java HotSpot(TM) 64-Bit Server VM
Plugin version :plugins [[lein-immutant "2.1.0"]]
How to reproduce
lein new app my-app
edit project.clj and add :plugins [[lein-immutant "2.1.0"]]
Hi @zpeters! This is issue is related to changes to Java in Java 9 that cause the javax.xml.bind.DatatypeConverter class to not be available by default (see tobias/clojure-java-9#8). The lein-immutant plugin probably needs to be updated to use a different version of the http client to work around this, but Immutant is abandoned, so that is unlikely to happen.
I am happy to do additional testing and help out as needed. Im very new to Java/Clojure so this could just be a mistake on my part.
Thank you!
Java version:
Lein Version:
Plugin version
:plugins [[lein-immutant "2.1.0"]]
How to reproduce
edit project.clj and add :plugins [[lein-immutant "2.1.0"]]
The text was updated successfully, but these errors were encountered: