yada

2018-02-14T10:07:22.000379Z

I am having a problem related to some weird dependency issue and yada. I am getting a java.lang.ClassNotFoundException: manifold.stream.core.IEventSource, compiling:(yada/resource.clj:1:1) when using yada.resources.classpath-resource. No other dependency in my tree is pulling in manifold but it stops me for AOT’ing and then if I uberjar the project with a Java main (no AOT of Clojure code) I get the same error when I run the project from the JAR. Long shot I know but I am really stuck on this one.

malcolmsparks 2018-02-14T10:11:43.000205Z

What version of yada?

malcolmsparks 2018-02-14T10:12:30.000401Z

I ask because we upgraded the manifold dependencies in the last version.

2018-02-14T10:16:39.000418Z

[yada “1.2.11”]

malcolmsparks 2018-02-14T10:20:27.000186Z

Can you replicate with 1.2.10?

2018-02-14T10:22:53.000273Z

no sure, will let you know

2018-02-14T10:23:17.000367Z

seems to be something to do with load order

2018-02-14T10:30:42.000234Z

that seems to fix it, as long as I require yada.yada before yada.resources.classpath-resource in the namespace it works.