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

Fix SharedOpenArchivePathTree.open() to go through acquiring process #40811

Merged

Conversation

aloubyansky
Copy link
Member

This change fixes SharedOpenArchivePathTree.open(), instead of delegating it to OpenArchivePathTree.open() it should go through the "acquiring process", otherwise the users counter isn't properly updated and the FileSystem instance managed by this instance may get closed before all its users have been done using it.

@quarkus-bot quarkus-bot bot added the area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins label May 23, 2024

This comment has been minimized.

@aloubyansky aloubyansky merged commit 8dbab8b into quarkusio:main May 28, 2024
50 of 51 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.12 - main milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants