Modified: jclouds/site-content/releasenotes/atom.xml
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/atom.xml (original)
+++ jclouds/site-content/releasenotes/atom.xml Tue Apr 15 17:28:25 2014
@@ -4,77 +4,69 @@
   <title><![CDATA[Apache jclouds]]></title>
   <link href="http://jclouds.apache.org/atom.xml"; rel="self"/>
   <link href="http://jclouds.apache.org/"/>
-  <updated>2014-04-14T16:31:37-05:00</updated>
   <generator uri="http://jekyllrb.com/";>Jekyll</generator>
 
-    
+  
+  
   <entry>
-    <id>http://jclouds.apache.org/releasenotes/1.6.1/</id>
-    <title type="html"><![CDATA[Release Notes for Version 1.6.1]]></title>
-    <link href="http://jclouds.apache.org/releasenotes/1.6.1/"/>
-    <updated>2013-06-19T12:00:00Z</updated>
+    <id>http://jclouds.apache.org/releasenotes/1.7.1/</id>
+    <title type="html"><![CDATA[Release Notes for Version 1.7.1]]></title>
+    <link href="http://jclouds.apache.org/releasenotes/1.7.1/"/>
+    <updated>2014-02-11T00:00:00Z</updated>
     <content type="html"><![CDATA[<h2>Introduction</h2>
 
-<p>jclouds Version 1.6.1 is geared around the transition into the Apache 
Incubator. It represents the first release of jclouds in the Apache Incubator. 
The most significant change is to the jclouds Maven groupId. You can read more 
about it in the Changes section below.</p>
-
-<p>You can read the official announcement at <a 
href="http://www.mail-archive.com/[email protected]/msg00112.html";>Apache
 jclouds 1.6.1-incubating released</a>. You can read the details of the 
specific JIRA issues addressed in this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&amp;version=12324412";>JIRA
 Release Notes</a>.</p>
-
-<p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
-
-<h2>Additions</h2>
-
-<ul>
-<li>Added the karaf/CLI command blobstore-blob-exists.</li>
-</ul>
-
-
-<h2>Removals</h2>
+<p>jclouds version 1.7.1 is the fifth release of jclouds as an Apache TLP.</p>
 
-<ul>
-<li>Removed sandbox-apis and sandbox-providers.</li>
-</ul>
+<p>You can read the official announcement at <a 
href="http://markmail.org/message/wvskzm356n2mraif";>Apache jclouds 1.7.1 
released</a>. You can read the details of the specific JIRA issues addressed in 
this release at the <a 
href="https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588";>JIRA
 Release Notes</a>.</p>
 
+<p>To get jclouds, please see the <a href="/start/install/">jclouds 
installation guide</a>.</p>
 
-<h2>Changes</h2>
+<h2>Notable updates</h2>
 
 <ul>
-<li>The jclouds Maven groupId has changed from org.jclouds to 
org.apache.jclouds so a pom.xml dependency would now look like:</li>
+<li>A workaround for <a 
href="https://issues.apache.org/jira/browse/JCLOUDS-427";>JCLOUDS-427</a> is 
provided to make jclouds compatible with JRE 1.7.0_51-b13.</li>
+<li>Added the <a href="https://www.digitalocean.com";>DigitalOcean</a> compute 
provider. It is available in labs under the following Maven coordinates:</li>
 </ul>
 
 
 <div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
   <span class="nt">&lt;dependency&gt;</span>
-    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.6.1-incubating<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>digitalocean<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.1<span 
class="nt">&lt;/version&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</span>
 </code></pre></div>
 
 
 <ul>
-<li>Note that the package names in the source code have <em>not</em> 
changed.</li>
-<li>jclouds-karaf has undergone a similar modification and you'll need to 
change the <code>featureRepositories</code> line in 
<code>etc/org.apache.karaf.features.cfg</code>  to 
<code>featuresRepositories=mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds.karaf.version}/xml/features</code>
 in the command line interface.</li>
-<li>Updated license headers and project metadata to align with Apache 
Incubator.</li>
+<li>Upgraded Bouncycastle to version 1.49.</li>
+<li>Added an HTTP driver based on the <a 
href="http://square.github.io/okhttp/";>OkHttp</a> library for efficient HTTP 
connections.</li>
+<li>Added support for PATCH methods that have a body.</li>
+<li>Allow configuring of networks to which the nodes will be attached directly 
from the portable <a href="/start/compute">Compute</a> interface.</li>
 </ul>
 
 
-<h2>Fixes</h2>
+<h2>Notes</h2>
 
 <ul>
-<li>Allow repeatable Payload with InputSupplier input (allows retries to 
work)</li>
-<li>Map S3 TooManyBuckets to InsufficientResourcesException</li>
-<li>Fixed the jclouds-cli start script so that it now runs smoothly on 
Windows.</li>
+<li>jclouds 1.7.1 is incompatible with <a 
href="https://code.google.com/p/guava-libraries/";>Guava</a> 16. Please switch to
+Guava 15.0 or earlier, or wait for jclouds 1.8.</li>
 </ul>
 
 
-<h2>Deprecated and Non-backwards Compatible Changes</h2>
+<h2>Reminder</h2>
 
-<ul>
-<li>All Async interfaces are deprecated and will be removed in the next major 
version of jclouds.  Please only use the synchronous  APIs, those without 
"Async" in the class name, such as <code>NovaApi</code>. You can find an 
example of doing an asynchronous file upload without the Async interface in <a 
href="https://github.com/jclouds/jclouds-cloud-storage-workshop/blob/master/exercise2/src/main/java/org/jclouds/labs/blobstore/exercise2/MultiFileUploaderC.java";>MultiFileUploaderC.java</a>.</li>
-<li>Accordingly, please discontinue use of <code>RestContext</code>.  This is 
replaced with <code>ApiContext</code>, which doesn't have an Async type.  Note 
that you can use <code>ContextBuilder.buildApi(YourApi.class)</code> instead of 
using contexts, as API interfaces are now closeable.</li>
-<li>Please discontinue use of <code>Context.utils()</code> as many features 
there were only present to support the Async interfaces of jclouds.  Code in 
jclouds will be easier to maintain when we needn't support utilities that are 
also present in tools such as Guava and Bouncycastle.</li>
-</ul>
+<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</p>
+
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.1<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
 
 <h2>Credits</h2>
@@ -82,39 +74,49 @@
 <p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
 <ul>
-<li>Andrew Bayer for leading the release charge.</li>
-<li>A special thanks to our Apache mentors for guiding us through our first 
release.</li>
+<li>Ignasi Barrera for managing the release.</li>
+<li>Andrew Phillips for his quick and diligent fixes for <a 
href="https://issues.apache.org/jira/browse/JCLOUDS-427";>JCLOUDS-427</a>.</li>
+<li>Apache jclouds PMC for verifying.</li>
 <li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
 </ul>
 
+
+<h2>Test Results</h2>
+
+<p>Please see the <a 
href="http://markmail.org/message/dpfrnkcwvtf5scb7";>release discussion 
thread</a> for test results for 1.7.1.</p>
 ]]></content>
   </entry>
-    
+  
   <entry>
-    <id>http://jclouds.apache.org/releasenotes/1.6.2/</id>
-    <title type="html"><![CDATA[Release Notes for Version 1.6.2]]></title>
-    <link href="http://jclouds.apache.org/releasenotes/1.6.2/"/>
-    <updated>2013-08-27T12:00:00Z</updated>
+    <id>http://jclouds.apache.org/releasenotes/1.7.0/</id>
+    <title type="html"><![CDATA[Release Notes for Version 1.7.0]]></title>
+    <link href="http://jclouds.apache.org/releasenotes/1.7.0/"/>
+    <updated>2013-12-23T00:00:00Z</updated>
     <content type="html"><![CDATA[<h2>Introduction</h2>
 
-<p>jclouds version 1.6.2-incubating is the second release of jclouds in the 
Apache Incubator.</p>
+<p>jclouds version 1.7.0 is the first major release of jclouds as an Apache 
TLP.</p>
 
-<p>You can read the official announcement at <a 
href="http://markmail.org/message/ttznfvr3pqfs2cxm";>Apache jclouds 
1.6.2-incubating released</a>. You can read the details of the specific JIRA 
issues addressed in this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&amp;styleName=Html&amp;projectId=12314430";>JIRA
 Release Notes</a>.</p>
+<p>You can read the official announcement at <a 
href="http://markmail.org/thread/djp4qs5vlutmcuxe";>Apache jclouds 1.7.0 
released</a>. You can read the details of the specific JIRA issues addressed in 
this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324405&amp;styleName=Html&amp;projectId=12314430";>JIRA
 Release Notes</a>.</p>
 
-<p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
+<p>To get jclouds, please see the <a href="/start/install/">jclouds 
installation guide</a>.</p>
 
-<h2>Reminder</h2>
+<h2>Notes</h2>
 
 <ul>
-<li>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</li>
+<li>jclouds 1.7.0 is incompatible with <a 
href="https://code.google.com/p/guava-libraries/";>Guava</a> 16. Please switch to
+Guava 15.0 or earlier, or wait for jclouds 1.7.1</li>
 </ul>
 
 
+<h2>Reminder</h2>
+
+<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</p>
+
 <div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.6.2-incubating<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.0<span 
class="nt">&lt;/version&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</span>
 </code></pre></div>
@@ -125,23 +127,23 @@
 <p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
 <ul>
-<li>Andrew Bayer for assisting on the release charge.</li>
-<li>Our Apache mentors for verifying.</li>
+<li>Andrew Bayer for managing the release.</li>
+<li>Apache jclouds PMC for verifying.</li>
 <li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
 </ul>
 
 
 <h2>Test Results</h2>
 
-<p>Please see the <a href="/releasenotes/1.6.2-tests">test results</a> for 
test failures for 1.6.2.</p>
+<p>Please see the <a 
href="http://markmail.org/thread/zwasetkfcbfgrhjz";>release discussion 
thread</a> for test results for 1.7.0.</p>
 ]]></content>
   </entry>
-    
+  
   <entry>
     <id>http://jclouds.apache.org/releasenotes/1.6.3/</id>
     <title type="html"><![CDATA[Release Notes for Version 1.6.3]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.3/"/>
-    <updated>2013-11-30T12:00:00Z</updated>
+    <updated>2013-11-30T00:00:00Z</updated>
     <content type="html"><![CDATA[<h2>Introduction</h2>
 
 <p>jclouds version 1.6.3 is the first release of jclouds as an Apache TLP, 
after two releases as part of the Apache Incubator.</p>
@@ -180,63 +182,32 @@
 <p>Please see the <a 
href="http://markmail.org/thread/gkqw7uidfnnze4lv";>release discussion 
thread</a> for test results for 1.6.3</p>
 ]]></content>
   </entry>
-    
+  
   <entry>
-    <id>http://jclouds.apache.org/releasenotes/1.7.1/</id>
-    <title type="html"><![CDATA[Release Notes for Version 1.7.1]]></title>
-    <link href="http://jclouds.apache.org/releasenotes/1.7.1/"/>
-    <updated>2014-02-11T12:00:00Z</updated>
+    <id>http://jclouds.apache.org/releasenotes/1.6.2/</id>
+    <title type="html"><![CDATA[Release Notes for Version 1.6.2]]></title>
+    <link href="http://jclouds.apache.org/releasenotes/1.6.2/"/>
+    <updated>2013-08-27T00:00:00Z</updated>
     <content type="html"><![CDATA[<h2>Introduction</h2>
 
-<p>jclouds version 1.7.1 is the fifth release of jclouds as an Apache TLP.</p>
-
-<p>You can read the official announcement at <a 
href="http://markmail.org/message/wvskzm356n2mraif";>Apache jclouds 1.7.1 
released</a>. You can read the details of the specific JIRA issues addressed in 
this release at the <a 
href="https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588";>JIRA
 Release Notes</a>.</p>
-
-<p>To get jclouds, please see the <a href="/start/install/">jclouds 
installation guide</a>.</p>
-
-<h2>Notable updates</h2>
-
-<ul>
-<li>A workaround for <a 
href="https://issues.apache.org/jira/browse/JCLOUDS-427";>JCLOUDS-427</a> is 
provided to make jclouds compatible with JRE 1.7.0_51-b13.</li>
-<li>Added the <a href="https://www.digitalocean.com";>DigitalOcean</a> compute 
provider. It is available in labs under the following Maven coordinates:</li>
-</ul>
-
-
-<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
-  <span class="nt">&lt;dependency&gt;</span>
-    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span 
class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>digitalocean<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.7.1<span 
class="nt">&lt;/version&gt;</span>
-  <span class="nt">&lt;/dependency&gt;</span>
-<span class="nt">&lt;/dependencies&gt;</span>
-</code></pre></div>
-
+<p>jclouds version 1.6.2-incubating is the second release of jclouds in the 
Apache Incubator.</p>
 
-<ul>
-<li>Upgraded Bouncycastle to version 1.49.</li>
-<li>Added an HTTP driver based on the <a 
href="http://square.github.io/okhttp/";>OkHttp</a> library for efficient HTTP 
connections.</li>
-<li>Added support for PATCH methods that have a body.</li>
-<li>Allow configuring of networks to which the nodes will be attached directly 
from the portable <a href="/start/compute">Compute</a> interface.</li>
-</ul>
+<p>You can read the official announcement at <a 
href="http://markmail.org/message/ttznfvr3pqfs2cxm";>Apache jclouds 
1.6.2-incubating released</a>. You can read the details of the specific JIRA 
issues addressed in this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&amp;styleName=Html&amp;projectId=12314430";>JIRA
 Release Notes</a>.</p>
 
+<p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
 
-<h2>Notes</h2>
+<h2>Reminder</h2>
 
 <ul>
-<li>jclouds 1.7.1 is incompatible with <a 
href="https://code.google.com/p/guava-libraries/";>Guava</a> 16. Please switch to
-Guava 15.0 or earlier, or wait for jclouds 1.8.</li>
+<li>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</li>
 </ul>
 
 
-<h2>Reminder</h2>
-
-<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</p>
-
 <div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.7.1<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.6.2-incubating<span 
class="nt">&lt;/version&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</span>
 </code></pre></div>
@@ -247,68 +218,97 @@ Guava 15.0 or earlier, or wait for jclou
 <p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
 <ul>
-<li>Ignasi Barrera for managing the release.</li>
-<li>Andrew Phillips for his quick and diligent fixes for <a 
href="https://issues.apache.org/jira/browse/JCLOUDS-427";>JCLOUDS-427</a>.</li>
-<li>Apache jclouds PMC for verifying.</li>
+<li>Andrew Bayer for assisting on the release charge.</li>
+<li>Our Apache mentors for verifying.</li>
 <li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
 </ul>
 
 
 <h2>Test Results</h2>
 
-<p>Please see the <a 
href="http://markmail.org/message/dpfrnkcwvtf5scb7";>release discussion 
thread</a> for test results for 1.7.1.</p>
+<p>Please see the <a href="/releasenotes/1.6.2-tests">test results</a> for 
test failures for 1.6.2.</p>
 ]]></content>
   </entry>
-    
+  
   <entry>
-    <id>http://jclouds.apache.org/releasenotes/1.7/</id>
-    <title type="html"><![CDATA[Release Notes for Version 1.7.0]]></title>
-    <link href="http://jclouds.apache.org/releasenotes/1.7/"/>
-    <updated>2013-12-23T12:00:00Z</updated>
+    <id>http://jclouds.apache.org/releasenotes/1.6.1/</id>
+    <title type="html"><![CDATA[Release Notes for Version 1.6.1]]></title>
+    <link href="http://jclouds.apache.org/releasenotes/1.6.1/"/>
+    <updated>2013-06-19T00:00:00Z</updated>
     <content type="html"><![CDATA[<h2>Introduction</h2>
 
-<p>jclouds version 1.7.0 is the first major release of jclouds as an Apache 
TLP.</p>
+<p>jclouds Version 1.6.1 is geared around the transition into the Apache 
Incubator. It represents the first release of jclouds in the Apache Incubator. 
The most significant change is to the jclouds Maven groupId. You can read more 
about it in the Changes section below.</p>
 
-<p>You can read the official announcement at <a 
href="http://markmail.org/thread/djp4qs5vlutmcuxe";>Apache jclouds 1.7.0 
released</a>. You can read the details of the specific JIRA issues addressed in 
this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324405&amp;styleName=Html&amp;projectId=12314430";>JIRA
 Release Notes</a>.</p>
+<p>You can read the official announcement at <a 
href="http://www.mail-archive.com/[email protected]/msg00112.html";>Apache
 jclouds 1.6.1-incubating released</a>. You can read the details of the 
specific JIRA issues addressed in this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&amp;version=12324412";>JIRA
 Release Notes</a>.</p>
 
-<p>To get jclouds, please see the <a href="/start/install/">jclouds 
installation guide</a>.</p>
+<p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
 
-<h2>Notes</h2>
+<h2>Additions</h2>
 
 <ul>
-<li>jclouds 1.7.0 is incompatible with <a 
href="https://code.google.com/p/guava-libraries/";>Guava</a> 16. Please switch to
-Guava 15.0 or earlier, or wait for jclouds 1.7.1</li>
+<li>Added the karaf/CLI command blobstore-blob-exists.</li>
 </ul>
 
 
-<h2>Reminder</h2>
+<h2>Removals</h2>
+
+<ul>
+<li>Removed sandbox-apis and sandbox-providers.</li>
+</ul>
+
+
+<h2>Changes</h2>
+
+<ul>
+<li>The jclouds Maven groupId has changed from org.jclouds to 
org.apache.jclouds so a pom.xml dependency would now look like:</li>
+</ul>
 
-<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</p>
 
 <div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.7.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.6.1-incubating<span 
class="nt">&lt;/version&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</span>
 </code></pre></div>
 
 
+<ul>
+<li>Note that the package names in the source code have <em>not</em> 
changed.</li>
+<li>jclouds-karaf has undergone a similar modification and you'll need to 
change the <code>featureRepositories</code> line in 
<code>etc/org.apache.karaf.features.cfg</code>  to 
<code>featuresRepositories=mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds.karaf.version}/xml/features</code>
 in the command line interface.</li>
+<li>Updated license headers and project metadata to align with Apache 
Incubator.</li>
+</ul>
+
+
+<h2>Fixes</h2>
+
+<ul>
+<li>Allow repeatable Payload with InputSupplier input (allows retries to 
work)</li>
+<li>Map S3 TooManyBuckets to InsufficientResourcesException</li>
+<li>Fixed the jclouds-cli start script so that it now runs smoothly on 
Windows.</li>
+</ul>
+
+
+<h2>Deprecated and Non-backwards Compatible Changes</h2>
+
+<ul>
+<li>All Async interfaces are deprecated and will be removed in the next major 
version of jclouds.  Please only use the synchronous  APIs, those without 
"Async" in the class name, such as <code>NovaApi</code>. You can find an 
example of doing an asynchronous file upload without the Async interface in <a 
href="https://github.com/jclouds/jclouds-cloud-storage-workshop/blob/master/exercise2/src/main/java/org/jclouds/labs/blobstore/exercise2/MultiFileUploaderC.java";>MultiFileUploaderC.java</a>.</li>
+<li>Accordingly, please discontinue use of <code>RestContext</code>.  This is 
replaced with <code>ApiContext</code>, which doesn't have an Async type.  Note 
that you can use <code>ContextBuilder.buildApi(YourApi.class)</code> instead of 
using contexts, as API interfaces are now closeable.</li>
+<li>Please discontinue use of <code>Context.utils()</code> as many features 
there were only present to support the Async interfaces of jclouds.  Code in 
jclouds will be easier to maintain when we needn't support utilities that are 
also present in tools such as Guava and Bouncycastle.</li>
+</ul>
+
+
 <h2>Credits</h2>
 
 <p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
 <ul>
-<li>Andrew Bayer for managing the release.</li>
-<li>Apache jclouds PMC for verifying.</li>
+<li>Andrew Bayer for leading the release charge.</li>
+<li>A special thanks to our Apache mentors for guiding us through our first 
release.</li>
 <li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
 </ul>
 
-
-<h2>Test Results</h2>
-
-<p>Please see the <a 
href="http://markmail.org/thread/zwasetkfcbfgrhjz";>release discussion 
thread</a> for test results for 1.7.0.</p>
 ]]></content>
   </entry>
   

Modified: jclouds/site-content/releasenotes/beta7.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/beta7.html?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/beta7.html (original)
+++ jclouds/site-content/releasenotes/beta7.html Tue Apr 15 17:28:25 2014
@@ -118,7 +118,7 @@
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported 
versions in this list -->
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
-                        <li><a href="/releasenotes/1.7">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
                         <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
                         <li><a href="/releasenotes/1.6.1">1.6.1</a></li>

Modified: jclouds/site-content/releasenotes/beta8.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/beta8.html?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/beta8.html (original)
+++ jclouds/site-content/releasenotes/beta8.html Tue Apr 15 17:28:25 2014
@@ -118,7 +118,7 @@
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported 
versions in this list -->
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
-                        <li><a href="/releasenotes/1.7">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
                         <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
                         <li><a href="/releasenotes/1.6.1">1.6.1</a></li>

Modified: jclouds/site-content/releasenotes/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/index.html?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/index.html (original)
+++ jclouds/site-content/releasenotes/index.html Tue Apr 15 17:28:25 2014
@@ -118,7 +118,7 @@
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported 
versions in this list -->
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
-                        <li><a href="/releasenotes/1.7">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
                         <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
                         <li><a href="/releasenotes/1.6.1">1.6.1</a></li>
@@ -148,7 +148,7 @@
 
 <ul>
 <li><a href="/releasenotes/1.7.1">1.7.1</a> | <a 
href="http://demobox.github.io/jclouds-maven-site-1.7.1/1.7.1/jclouds/apidocs/";>Javadoc</a></li>
-<li><a href="/releasenotes/1.7">1.7.0</a> | <a 
href="http://demobox.github.io/jclouds-maven-site-1.7.0/1.7.0/jclouds/apidocs/";>Javadoc</a></li>
+<li><a href="/releasenotes/1.7.0">1.7.0</a> | <a 
href="http://demobox.github.io/jclouds-maven-site-1.7.0/1.7.0/jclouds/apidocs/";>Javadoc</a></li>
 <li><a href="/releasenotes/1.6.3">1.6.3</a> | <a 
href="http://demobox.github.io/jclouds-maven-site-1.6.3/1.6.3/jclouds/apidocs/";>Javadoc</a></li>
 <li><a href="/releasenotes/1.6.2">1.6.2</a> | <a 
href="http://demobox.github.io/jclouds-maven-site-1.6.2/1.6.2-incubating/jclouds/apidocs/";>Javadoc</a></li>
 <li><a href="/releasenotes/1.6.1">1.6.1</a> | <a 
href="http://demobox.github.io/jclouds-maven-site-1.6.1/1.6.1-incubating/jclouds/apidocs/";>Javadoc</a></li>

Modified: jclouds/site-content/start/blobstore/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/start/blobstore/index.html?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/start/blobstore/index.html (original)
+++ jclouds/site-content/start/blobstore/index.html Tue Apr 15 17:28:25 2014
@@ -118,7 +118,7 @@
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported 
versions in this list -->
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
-                        <li><a href="/releasenotes/1.7">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
                         <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
                         <li><a href="/releasenotes/1.6.1">1.6.1</a></li>

Modified: jclouds/site-content/start/compute/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/start/compute/index.html?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/start/compute/index.html (original)
+++ jclouds/site-content/start/compute/index.html Tue Apr 15 17:28:25 2014
@@ -118,7 +118,7 @@
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported 
versions in this list -->
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
-                        <li><a href="/releasenotes/1.7">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
                         <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
                         <li><a href="/releasenotes/1.6.1">1.6.1</a></li>

Modified: jclouds/site-content/start/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/start/index.html?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/start/index.html (original)
+++ jclouds/site-content/start/index.html Tue Apr 15 17:28:25 2014
@@ -118,7 +118,7 @@
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported 
versions in this list -->
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
-                        <li><a href="/releasenotes/1.7">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
                         <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
                         <li><a href="/releasenotes/1.6.1">1.6.1</a></li>

Modified: jclouds/site-content/start/install/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/start/install/index.html?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/start/install/index.html (original)
+++ jclouds/site-content/start/install/index.html Tue Apr 15 17:28:25 2014
@@ -118,7 +118,7 @@
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported 
versions in this list -->
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
-                        <li><a href="/releasenotes/1.7">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
                         <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
                         <li><a href="/releasenotes/1.6.1">1.6.1</a></li>

Modified: jclouds/site-content/start/what-is-jclouds/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/start/what-is-jclouds/index.html?rev=1587641&r1=1587640&r2=1587641&view=diff
==============================================================================
--- jclouds/site-content/start/what-is-jclouds/index.html (original)
+++ jclouds/site-content/start/what-is-jclouds/index.html Tue Apr 15 17:28:25 
2014
@@ -118,7 +118,7 @@
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported 
versions in this list -->
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
-                        <li><a href="/releasenotes/1.7">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
                         <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
                         <li><a href="/releasenotes/1.6.1">1.6.1</a></li>


Reply via email to