jclouds version 1.7.2 is the fourth release of jclouds as an Apache TLP.
You can read the official announcement at Apache jclouds 1.7.2 released. You can read the details of the specific JIRA issues addressed in this release at the JIRA Release Notes.
To get jclouds, please see the jclouds installation guide.
<dependencies>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>openstack-swift</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>rackspace-cloudfiles-us</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>rackspace-cloudfiles-uk</artifactId>
<version>1.7.2</version>
</dependency>
</dependencies>
The jclouds Maven group ID for versions since 1.6.1-incubating is org.apache.jclouds
rather than org.jclouds
, so a pom.xml dependency would now look like:
<dependencies>
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-all</artifactId>
<version>1.7.2</version>
</dependency>
</dependencies>
jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
Please see the release discussion thread for test results for 1.7.2.