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