Details
-
Improvement
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Closeables.closeQuietly was deprecated in Guava 13 and removed in Guava 16. If a consumer of crunch-core is using Guava 16+ a NoSuchMethodError could occur where Closeables.closeQuietly is being used.
Uses of Closeable.closeQuietly should be replaced with explicit handling of IOException with logging.
Attachments
Attachments
Issue Links
- is related to
-
CRUNCH-581 Remove dependency on Guava
- Open
-
CRUNCH-582 Upgrade Guava Dependency to 0.14
- Closed