Introduction

jclouds version 1.7.0 is the first major release of jclouds as an Apache TLP, and the second release of jclouds as a TLP overall.

You can read the official announcement at Apache jclouds 1.7.0 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.

Notes

Reminder

As per 1.6.1-incubating, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:

<dependencies>
  <dependency>
    <groupId>org.apache.jclouds</groupId>
    <artifactId>jclouds-all</artifactId>
    <version>1.7.0</version>
  </dependency>
</dependencies>

Credits

jclouds would like to thank everyone who contributed time and effort in order to make this release happen:

Test Results

Please see the release discussion thread for test results for 1.7.0.