[
https://issues.apache.org/jira/browse/JCLOUDS-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15082677#comment-15082677
]
Grzegorz Grzybek commented on JCLOUDS-534:
------------------------------------------
The downgrade may cause problems in OSGi env...
[~nacx],
bq. Although the Guava version we use is 16.0.1, we don't want to force users
to a specific old version.
In jclouds-core 1.8.1 we had:
{noformat}
Import-Package: com.google.common.base;version="[17.0,18)"
{noformat}
In jclouds-core 1.9.1 however, we have:
{noformat}
Import-Package: com.google.common.base;version="[16.0,17)"
{noformat}
Which is a strong enforcement. I think the version range should be relaxed a
bit.
> 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: Adrian Cole
>
> Release notes for Guava 17:
> https://code.google.com/p/guava-libraries/wiki/Release17
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)