Completed
Details
Assignee
David NolenDavid NolenReporter
importimportApproval
AcceptedPatch
Code and TestPriority
Minor
Details
Details
Assignee
David Nolen
David NolenReporter
import
importApproval
Accepted
Patch
Code and Test
Priority
Created October 4, 2017 at 3:10 AM
Updated December 1, 2017 at 9:22 PM
Resolved December 1, 2017 at 9:22 PM
Running the shipping REPL fails with Java 9:
For Quick Start, the very first build command under "Let's build some ClojureScript" fails:
The
javax.xml.bind
package was deprecated in Java 9 and moved to a module, which requires adding--add-modules java.xml.bind
to your REPL command line. It would be great if clojurescript didn't depend on the deprecatedjavax.xml.bind
package in the first place.