[
https://issues.apache.org/jira/browse/JCLOUDS-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088511#comment-14088511
]
Andrew Gaul commented on JCLOUDS-653:
-------------------------------------
Guava 18 deprecates Objects.ToStringHelper and recommends
MoreObjects.ToStringHelper. jclouds returns this class in several `string()`
methods and some of these methods are public access. Thus we cannot return the
second implemention without changing the interface.
[~everett-toews] This relates to your interests in compatibility guarantees.
How would you like to proceed with this Guava upgrade?
> Upgrade to Guava 18
> -------------------
>
> Key: JCLOUDS-653
> URL: https://issues.apache.org/jira/browse/JCLOUDS-653
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-core
> Affects Versions: 2.0.0
> Reporter: Andrew Gaul
> Assignee: Andrew Gaul
>
> Notably this release continues the transition from InputSupplier to
> ByteSource and adds a CRC32C implementation, needed by Google Cloud Storage.
> Release notes:
> https://code.google.com/p/guava-libraries/wiki/Release18
--
This message was sent by Atlassian JIRA
(v6.2#6252)