You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further improve dynamic classpath modification robustness
When setting the context classloader, set this to newly created
DynamicClassLoader, then modify the highest visible modifiable ancestor.
The previous code, introduced in e3de281, set the context classloader to the
highest modifiable ancestor. This worked when launching via the `clojure`
executable, but caused visibility problems when launching with `lein`.
0 commit comments