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

Switch to the NoFinalizer variant of ZstdOutputStream. #15489

Closed
wants to merge 1 commit into from

Conversation

benjaminp
Copy link
Collaborator

Finalizers are on the long path to deprecation in Java. Now that we are careful to always close ZstdCompressingInputStream (f923a5b), we can stop relying on the finalizer.

Finalizers are on the long path to deprecation in Java. Now that we are careful to always close ZstdCompressingInputStream (bazelbuild@f923a5b), we can stop relying on the finalizer.
@benjaminp benjaminp requested a review from a team as a code owner May 12, 2022 21:59
@sgowroji sgowroji added team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels May 13, 2022
Copy link
Member

@coeuvre coeuvre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bazel-io bazel-io closed this in 20b5a53 May 13, 2022
@benjaminp benjaminp deleted the finalizer branch May 13, 2022 14:56
@ShreeM01 ShreeM01 removed the awaiting-review PR is awaiting review from an assigned reviewer label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Remote-Exec Issues and PRs for the Execution (Remote) team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants