[
https://issues.apache.org/jira/browse/JCLOUDS-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13968311#comment-13968311
]
Andrew Phillips commented on JCLOUDS-427:
-----------------------------------------
> If a 1.6.4 release is not planned why does this issue have it marked as such
> in its "Fixed Version/s"
> field?
Fair point. I suspect it was set because the issue should be resolved in the
current 1.6.x branch, the next release of which would be 1.6.4. Similarly,
1.8.0 has not been released yet, but that will be the version in which the
issue will be fixed on trunk.
If you cannot upgrade to Guava 16 to use jclouds 1.7.1, could you send an email
to the user list [1] to help us gauge how many users are in a similar
situation? That will make it easier to decide on the priority of a 1.6.4
release.
Thanks!
[1] http://jclouds.apache.org/community/
> Upgrading JDK from 1.7.0_45 to 1.7.0_51 causes problems when searching for
> interface implementations
> ----------------------------------------------------------------------------------------------------
>
> Key: JCLOUDS-427
> URL: https://issues.apache.org/jira/browse/JCLOUDS-427
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-core
> Affects Versions: 1.7.0, 1.6.3
> Reporter: graham o'regan
> Assignee: Andrew Phillips
> Priority: Critical
> Fix For: 1.8.0, 1.7.1, 1.6.4
>
> Attachments: JCLOUDS-427-1.6.x.patch, JCLOUDS-427.patch
>
>
> Upgrading JDK from 1.7.0_45 to 1.7.0_51 causes problems when searching for
> interface implementations
> Running 'mvn test' results in test failures similar to this;
> {code}
> Caused by: com.google.inject.CreationException: Guice creation errors:
> 1)
> org.jclouds.rest.config.SyncToAsyncHttpApiProvider<org.jclouds.rest.HttpClient,
> A> cannot be used as a key; It is not fully specified.
> 2)
> org.jclouds.rest.config.SyncToAsyncHttpApiProvider<org.jclouds.http.IntegrationTestClient,
> A> cannot be used as a key; It is not fully specified.
> 3) org.jclouds.rest.RestContext<org.jclouds.http.IntegrationTestClient, A>
> cannot be used as a key; It is not fully specified.
> 4) No implementation for org.jclouds.rest.HttpClient was bound.
> at
> org.jclouds.rest.config.BinderUtils.bindHttpApiProvider(BinderUtils.java:106)
> 5) No implementation for org.jclouds.http.IntegrationTestClient was bound.
> at
> org.jclouds.rest.config.BinderUtils.bindHttpApiProvider(BinderUtils.java:106)
> {code}
> I've tested using OpenJDK on Centos 6.4 and Oracle JDK on OS X 10.9 with the
> same results.
--
This message was sent by Atlassian JIRA
(v6.2#6252)