eed3si9n / sjson-new

a typeclass based JSON codec that's backend independent
Apache License 2.0
36 stars 19 forks source link

JDK 9 support (Replace the use of JAXB) #47

Closed eed3si9n closed 7 years ago

eed3si9n commented 7 years ago

steps

Try running sbt 1 on JDK 9.

problem

[error] (*:update) java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter

notes

https://github.com/eed3si9n/sjson-new/pull/11 introduces dependency to JAXB, which is not part of the classpath on JDK 9. Figure out an alternative or add dependency to it.

eed3si9n commented 7 years ago

Fixed by https://github.com/eed3si9n/sjson-new/pull/54