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

Remove usage of deprecated freenet.support.io.Closer #830

Open
wants to merge 5 commits into
base: next
Choose a base branch
from

Conversation

venfernand
Copy link
Contributor

Removes usage of deprecated freenet.support.io.Closer in various places.
Replaces io streams handling with try-with-resources.

replace usages with try-with-resouces


Signed-off-by: Veniamin Fernandes <[email protected]>
Make Bucket to be Closeable,
and replace close() method with try-with-resources block


Signed-off-by: Veniamin Fernandes <[email protected]>
Signed-off-by: Veniamin Fernandes <[email protected]>
@ArneBab
Copy link
Contributor

ArneBab commented Nov 30, 2024

This looks good to me. Thank you!

I’m sorry that it took so long to review: while the changes are all clear, reviewing such a huge change in github was pretty undoable. I got it done now by checking changes directly in Emacs (that makes it much more obvious what changed).

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