eed3si9n / sjson-new

a typeclass based JSON codec that's backend independent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JDK 9 support (Replace the use of JAXB)

eed3si9n opened this issue · comments

steps

Try running sbt 1 on JDK 9.

problem

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

notes

#11 introduces dependency to JAXB, which is not part of the classpath on JDK 9. Figure out an alternative or add dependency to it.

Fixed by #54