Fork me on GitHub
#yada
<
2018-02-14
>
sofra10:02:22

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.

malcolmsparks10:02:43

What version of yada?

malcolmsparks10:02:30

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

sofra10:02:39

[yada “1.2.11”]

malcolmsparks10:02:27

Can you replicate with 1.2.10?

sofra10:02:53

no sure, will let you know

sofra10:02:17

seems to be something to do with load order

sofra10:02:42

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