You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Graham O'Regan <gr...@gmail.com> on 2014/01/16 18:31:53 UTC

JCLOUDS-427: Upgrading JDK from 1.7.0_45 to 1.7.0_51 causes problems when searching for interface implementations

Out CentOS 6.4 servers upgraded to 1.7.0_51 from 1.7.0_45 which has broken one of our applications;

https://issues.apache.org/jira/browse/JCLOUDS-427

The issue can be reproduced by running the test suite against master. The CloudBees build for this version of the JDK is showing the same problem;

https://jclouds.ci.cloudbees.com/job/jclouds-java-7u51/1/console

I’m not sure what is causing the issue yet, I’ll ping back if I find anything,

Graham



Re: JCLOUDS-427: Upgrading JDK from 1.7.0_45 to 1.7.0_51 causes problems when searching for interface implementations

Posted by Andrew Phillips <ap...@qrmedia.com>.
> Out CentOS 6.4 servers upgraded to 1.7.0_51 from 1.7.0_45 which has   
> broken one of our applications;
>
> https://issues.apache.org/jira/browse/JCLOUDS-427

Thanks for the heads-up, Graham. Our Java 7 CI builds are using

Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /opt/java/sdk/Sun/x86_64/jdk1.7.0_25/jre

which is probably why we haven't run into this as yet. I had a quick  
look at the u51 release notes [1] - nothing in there that would seem  
immediately related.

Curious!

ap