-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java9 support #77
Comments
Latest Clojurescript release 1.10 fixes JDK 9 compatibility issue caused by xml-bind. Relevant JIRA issue : https://dev.clojure.org/jira/browse/CLJS-2377 . Upgrading it might resolve the issue. I don't know if it's different than #78 |
To summarize:
That last bit is my main concern at this point, I'd like to see the cider-nrepl tests go green again. Note that both piggieback and cider-nrepl check for Java 9 in their Makefile, and add the I'm not sure what the best way out of this is. I think any of these would do the trick.
Also note that pulling in |
There's two Java 9 issues and one PR around. But based on what I understand:
The CI is now down with the extra deps to ensure everything works as expected. |
Yeah, we can close this. |
I'm trying to run my project with java9 and I'm getting
Error loading cemerick.piggieback: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(cljs/util.cljc:1:1)
Some info:
2.2.0
and2.2.0-SNAPSHOT
:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
[edit]
--add-modules java.xml.bind
solves.The text was updated successfully, but these errors were encountered: