luchiniatwork / cambada

Packager for Clojure based on deps.edn (AKA tools.deps). Supporting jar, uberjar and GraalVM's native-image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classes from clojure.data.xml can not be found in produced uberjar

DeLaGuardo opened this issue · comments

Dependencies present in cambada and compiled project never appear in the list of compiled classes due to the fact that they are already loaded into the classloader before the compile function is called.

To fix that separate classloader should be created.