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