[
https://issues.apache.org/jira/browse/JCLOUDS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13854922#comment-13854922
]
ASF subversion and git services commented on JCLOUDS-413:
---------------------------------------------------------
Commit c7b0f66544811b330fac2f6e98a1c2d069386e02 in branch refs/heads/master
from [~gaul]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=c7b0f66 ]
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)