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

Closables.closeQuietly is deprecated in com.google.common.io.Closeables #1

Open
kampka opened this issue Jul 7, 2014 · 1 comment

Comments

@kampka
Copy link

kampka commented Jul 7, 2014

Closables.closeQuietly is deprecated and has been removed in Guava 16.
This library will fail to close resources with a "NoSuchMethod" exception if a Guava version >=16 is used.
Therefore, use of closeQuietly should be removed.

See https://code.google.com/p/guava-libraries/issues/detail?id=1118 for details.

@israelekpo
Copy link

Will take a look at it. It will be addressed soon.

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

No branches or pull requests

2 participants