Confirming that Kristiyan's patch works well for me.
I tested this on a Clojure demo project that I'm otherwise needing
upstream clojure-tools for - a prototype website uptime monitor I
started writing to learn core.async (https://gitlab.com/sturm/upity).
Without this patch my Clojure project fails to run with a missing
dependency:
$ clj -M:dev
...
Execution error (ClassNotFoundException) at
java.net.URLClassLoader/findClass (URLClassLoader.java:445)
With this patch the project runs as expected.
Thanks very much Kristiyan for your work on this!
Ben