Skip to content
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

Don't close URLClassLoader #233

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Don't close URLClassLoader #233

merged 1 commit into from
Jan 15, 2025

Conversation

RustedBones
Copy link
Collaborator

Closing the URLClassLoader seems to create an issue due to concurrency nature of sbt. When another ClassLoader accesses a resource, the stream is closed unexpectedly.

Change schema logging to better represent concurrent execution.

Closing the URLClassLoader seems to create an issue due to concurrency
nature of sbt. When another ClassLoader accesses a resource, the stream
is closed unexpectedly.

Change schema logging to better represent concurrent execution.
@RustedBones RustedBones merged commit 132cd44 into main Jan 15, 2025
4 checks passed
@RustedBones RustedBones deleted the leave-cl-open branch January 15, 2025 10:24
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.

1 participant