[
https://issues.apache.org/jira/browse/JCLOUDS-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967115#comment-13967115
]
ASF subversion and git services commented on JCLOUDS-534:
---------------------------------------------------------
Commit 7af18d4843a0e2a6dfbc4e401542fcd034625a37 in jclouds's branch
refs/heads/master from [~gaul]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=7af18d4 ]
JCLOUDS-534: Address Guava 17 compatibility issues
Corrected with:
find -name \*.java | xargs sed -i 's/new
Stopwatch();/Stopwatch.createUnstarted();/'
find -name \*.java | xargs sed -i 's/new
Stopwatch().start();/Stopwatch.createStarted();/'
> Upgrade to Guava 17
> -------------------
>
> Key: JCLOUDS-534
> URL: https://issues.apache.org/jira/browse/JCLOUDS-534
> Project: jclouds
> Issue Type: Improvement
> Affects Versions: 1.8.0
> Reporter: Andrew Gaul
> Assignee: Andrew Gaul
>
> Release notes for Guava 17:
> https://code.google.com/p/guava-libraries/wiki/Release17
--
This message was sent by Atlassian JIRA
(v6.2#6252)