sbt/compile/persist/src
Jason Zaugg 265285e892 Future proof for java.xml.bind removal from Java 9 default classpath
JEP-201 describes the new modularized Java Standard Library in Java 9.
By default, java.xml.bind is no longer on the default classpath; it needs
to be added explicitly with a JVM option `--add-modules java.xml.bind`,
or with a dependency declaration in the module-info.java file if you
package your own code up as a Jigsaw module.

This commit traps the linkage error and (reflectively) uses the
java.util.Base64, which is the recommended way to encode/decode
since 1.8.
2017-02-04 22:23:02 -07:00
..
main/scala Future proof for java.xml.bind removal from Java 9 default classpath 2017-02-04 22:23:02 -07:00
test/scala/sbt/inc Add unit tests for TextAnalysisFormat 2014-09-03 23:24:08 +02:00