yada

athomasoriginal 2020-05-29T02:26:45.100Z

Java 11 + Java 13, Yada 1.2.15 when trying to use yada at the repl.

; deps.edn
{:deps {yada {:mvn/version "1.2.15"}}}

; repl
(require '[yada.yada :as yada])

=> Syntax error (ClassNotFoundException) compiling at (aleph/http/client_middleware.clj:420:7).
javax.xml.bind.DatatypeConverter
I believe this is on Aleph’s side and I can resolve by excluding aleph and just specifying the latest aleph 0.4.6 dep on my own. So it’s like it’s just an issue with the version of Aleph that Yada depends on. The other thing that seems to resolve it is just using the alpha version of Yada. Would the preferred solution be to just use alpha?