Skip to content

Fix #7897: Add all URLClassloader URL to the classpath #7957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

nicolasstucki
Copy link
Contributor

sbt 1.3 introduced the sbt.internal.LayeredClassLoader which is a URLClassloader
which layers the classpath into different Classloaders. To make sure we recover
scala-library-XYZ.jar we need to get the URLs from the parent classloaders as well.

sbt 1.3 introduced the `sbt.internal.LayeredClassLoader` which is a `URLClassloader`
which layers the classpath into different Classloaders. To make sure we recover
`scala-library-XYZ.jar` we need to get the URLs from the parent classloaders as well.
@nicolasstucki nicolasstucki self-assigned this Jan 10, 2020
@nicolasstucki nicolasstucki requested a review from smarter January 10, 2020 15:26
@smarter
Copy link
Member

smarter commented Jan 10, 2020

I've already implemented this change in #7953 (commit 388f889)

@smarter smarter closed this Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants