[
https://issues.apache.org/jira/browse/JCLOUDS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13854924#comment-13854924
]
ASF subversion and git services commented on JCLOUDS-413:
---------------------------------------------------------
Commit d670d7c378d912ce9257c6414f264f7374fca478 in branch refs/heads/master
from [~gaul]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=d670d7c ]
Replace calls to Closeables.closeQuietly
Guava 16 removes this API. Replace with Closeables2.closeQuietly.
References JCLOUDS-413 and JCLOUDS-415.
> Replace uses of Closeables.closeQuietly(Closeable) with Closer or
> close(Closeable, boolean)
> -------------------------------------------------------------------------------------------
>
> Key: JCLOUDS-413
> URL: https://issues.apache.org/jira/browse/JCLOUDS-413
> Project: jclouds
> Issue Type: Improvement
> Components: jclouds-core
> Reporter: Andrew Gaul
> Assignee: Andrew Gaul
>
> Guava 16 removes closeQuietly(Closeable). This causes issues for jclouds
> users who want to upgrade to the latest version.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)