Author: nacx
Date: Wed Mar 5 12:38:39 2014
New Revision: 1574454
URL: http://svn.apache.org/r1574454
Log:
deploy jclouds site content
Modified:
jclouds/site-content/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7/index.html
jclouds/site-content/blog/atom.xml
jclouds/site-content/blog/index.html
jclouds/site-content/releasenotes/atom.xml
Modified:
jclouds/site-content/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7/index.html?rev=1574454&r1=1574453&r2=1574454&view=diff
==============================================================================
---
jclouds/site-content/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7/index.html
(original)
+++
jclouds/site-content/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7/index.html
Wed Mar 5 12:38:39 2014
@@ -145,25 +145,23 @@
<h1>Joining the ASF, new site, and jclouds 1.7!</h1>
<span class="text-muted">3 March 2014, by Ignasi Barrera</span>
</div>
- <p>It's been a while since our last blog post, and many things
happened since then. There have been many things that have kept us busy, and
finally, all the hard work is starting to show up. During this time, we've:</p>
+ <p>It's been a while since our last blog post, and lots has
happened since then. There have been many things that have kept us busy, and
finally, all the hard work is starting to show up. During this time, we've:</p>
<ul>
<li>Moved the project to <a href="http://www.apache.org">The Apache Software
Foundation</a> and consolidated our community processes.</li>
<li>Rebranded the entire site.</li>
-<li>Released 1.6 bugfix versions.</li>
+<li>Released <a href="/releasenotes/1.6.3/">1.6</a> bugfix versions.</li>
<li>Released jclouds <a href="/releasenotes/1.7/">1.7.0</a> and <a
href="/releasenotes/1.7.1/">1.7.1</a> with important features and bugfixes.</li>
</ul>
-<p>In this blog post we'll try to summarize the details of all those
things.</p>
-
-<h2>The Apache Software Foundation</h2>
+<h2>Moving to the Apache Software Foundation</h2>
<p>Moving to the ASF has been one of the most important steps we've taken
regarding the project structure. This change has given us better legal support,
more infrastructure tools, has helped us formalize and improve our workflows,
and helped us focus on properly managing and building the community.</p>
<p>We'll never be thankful enough to <a
href="https://twitter.com/adrianfcole">Adrian</a> for his hard work on the
project, and for kindly helping, mentoring and welcoming us to participate in
it. There have been many years of hard work that have put jclouds where it is
right now, and moving to the ASF has been just a natural step towards the
maturity of the project and the need to properly manage the community
growth.</p>
-<p>After a relatively short period in the <a
href="https://incubator.apache.org">Incubator</a> learning a lot from our <a
href="https://incubator.apache.org/projects/jclouds.html">mentors</a>, and with
the valuable guidance from <a href="https://twitter.com/abayer">Andrew
Bayer</a> and his help making the first releases, we graduated as a top level
project... And here we are!</p>
+<p>After a relatively short period in the <a
href="https://incubator.apache.org">Incubator</a> learning a lot from our <a
href="https://incubator.apache.org/projects/jclouds.html">mentors</a>, and with
the valuable guidance from <a href="https://twitter.com/abayer">Andrew
Bayer</a> and his help making the first releases, we graduated as a top level
project... and here we are!</p>
<h2>New design for the main site</h2>
@@ -176,14 +174,14 @@
</ul>
-<p>We have focused on the design and on making the important documentation
more accessible. An upcoming effort to improve the contents is coming, and we'd
love to receive your feedback, or even better, <a
href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">your
help</a>!.</p>
+<p>We have focused on the design and on making the important documentation
more accessible. An upcoming effort to improve the contents is coming, and we'd
love your feedback, or even better, <a
href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">your
help</a>!.</p>
<h2>jclouds 1.7.0 and 1.7.1 released!</h2>
-<p>The jclouds 1.7 releases include many new features and some major changes
that will be completed in upcoming releases. Here is a summary of the notable
changes, but make sure to check the <a href="/releasenotes/">release
notes</a>:</p>
+<p>The jclouds 1.7 releases include many new features and some major changes
that will be completed in upcoming major releases. Here is a summary of the
notable changes, but make sure to check the <a href="/releasenotes/">release
notes</a>:</p>
<ul>
-<li>Removed the async interfaces from most of the compute providers. Starting
from jclouds 1.7.0, the async interfaces have been deprecated. They provided
little value to the project and added a considerable complexity to its
maintenance. Users willing to use async features should better configure their
own executors and properly handle concurrency in their applications.</li>
+<li>Removed the async interfaces from most of the compute providers. Starting
from jclouds 1.7.0, the async interfaces have been deprecated. They provided
little value to the project and added considerable complexity to its
maintenance. Current users of the async features can configure and use their
own executors to handle concurrent requests. See e.g. <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>
for an example of carrying out an async blobstore request.</li>
<li>Added support for the <a
href="https://cloudsigma-docs.readthedocs.org/en/2.10/">CloudSigma v2
API</a>.</li>
<li>Added the <a href="https://www.digitalocean.com">DigitalOcean</a>
provider.</li>
<li>Added the <a href="http://square.github.io/okhttp/">OkHttp</a> HTTP driver
for improved HTTP connections.</li>
@@ -198,11 +196,11 @@
</ul>
-<p>Want to see all this in action? <a href="/start/install">Download</a> and
start usignt the latest jclouds version!</p>
+<p>Want to see all this in action? <a href="/start/install">Download</a> and
start using the latest jclouds version!</p>
<h2>Special thanks</h2>
-<p>These have been very busy months and many things have been going on. We'd
like to specially thank all <a
href="http://wiki.apache.org/jclouds/Test%20Provider%20Thanks">providers that
are helping</a> us improve the quality of the project by giving us testing
accounts. This is helping us a lot and make us able to better test the
providers before every release.</p>
+<p>These have been very busy months and many things have been going on. We'd
especially like to thank all <a
href="http://wiki.apache.org/jclouds/Test%20Provider%20Thanks">providers that
are helping</a> us improve the quality of the project by giving us testing
accounts. This is helping us a lot and allows us to perform better testing of
supported providers before every release.</p>
<p>We also want to thank <a
href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">everyone
that helped</a> by contributing code, documentation, or participating in the
<a href="/community">mailing lists</a>. We love having your feedback and
contributions!</p>
Modified: jclouds/site-content/blog/atom.xml
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/atom.xml?rev=1574454&r1=1574453&r2=1574454&view=diff
==============================================================================
--- jclouds/site-content/blog/atom.xml (original)
+++ jclouds/site-content/blog/atom.xml Wed Mar 5 12:38:39 2014
@@ -4,7 +4,7 @@
<title><![CDATA[Apache jclouds]]></title>
<link href="http://jclouds.apache.org/atom.xml" rel="self"/>
<link href="http://jclouds.apache.org/"/>
- <updated>2014-03-04T23:42:41+01:00</updated>
+ <updated>2014-03-05T13:37:53+01:00</updated>
<generator uri="http://jekyllrb.com/">Jekyll</generator>
@@ -13,25 +13,23 @@
<title type="html"><![CDATA[Joining the ASF, new site, and jclouds
1.7!]]></title>
<link
href="http://jclouds.apache.org/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7"/>
<updated>2014-03-03T00:00:00+01:00</updated>
- <content type="html"><![CDATA[<p>It's been a while since our last blog
post, and many things happened since then. There have been many things that
have kept us busy, and finally, all the hard work is starting to show up.
During this time, we've:</p>
+ <content type="html"><![CDATA[<p>It's been a while since our last blog
post, and lots has happened since then. There have been many things that have
kept us busy, and finally, all the hard work is starting to show up. During
this time, we've:</p>
<ul>
<li>Moved the project to <a href="http://www.apache.org">The Apache Software
Foundation</a> and consolidated our community processes.</li>
<li>Rebranded the entire site.</li>
-<li>Released 1.6 bugfix versions.</li>
+<li>Released <a href="/releasenotes/1.6.3/">1.6</a> bugfix versions.</li>
<li>Released jclouds <a href="/releasenotes/1.7/">1.7.0</a> and <a
href="/releasenotes/1.7.1/">1.7.1</a> with important features and bugfixes.</li>
</ul>
-<p>In this blog post we'll try to summarize the details of all those
things.</p>
-
-<h2>The Apache Software Foundation</h2>
+<h2>Moving to the Apache Software Foundation</h2>
<p>Moving to the ASF has been one of the most important steps we've taken
regarding the project structure. This change has given us better legal support,
more infrastructure tools, has helped us formalize and improve our workflows,
and helped us focus on properly managing and building the community.</p>
<p>We'll never be thankful enough to <a
href="https://twitter.com/adrianfcole">Adrian</a> for his hard work on the
project, and for kindly helping, mentoring and welcoming us to participate in
it. There have been many years of hard work that have put jclouds where it is
right now, and moving to the ASF has been just a natural step towards the
maturity of the project and the need to properly manage the community
growth.</p>
-<p>After a relatively short period in the <a
href="https://incubator.apache.org">Incubator</a> learning a lot from our <a
href="https://incubator.apache.org/projects/jclouds.html">mentors</a>, and with
the valuable guidance from <a href="https://twitter.com/abayer">Andrew
Bayer</a> and his help making the first releases, we graduated as a top level
project... And here we are!</p>
+<p>After a relatively short period in the <a
href="https://incubator.apache.org">Incubator</a> learning a lot from our <a
href="https://incubator.apache.org/projects/jclouds.html">mentors</a>, and with
the valuable guidance from <a href="https://twitter.com/abayer">Andrew
Bayer</a> and his help making the first releases, we graduated as a top level
project... and here we are!</p>
<h2>New design for the main site</h2>
@@ -44,14 +42,14 @@
</ul>
-<p>We have focused on the design and on making the important documentation
more accessible. An upcoming effort to improve the contents is coming, and we'd
love to receive your feedback, or even better, <a
href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">your
help</a>!.</p>
+<p>We have focused on the design and on making the important documentation
more accessible. An upcoming effort to improve the contents is coming, and we'd
love your feedback, or even better, <a
href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">your
help</a>!.</p>
<h2>jclouds 1.7.0 and 1.7.1 released!</h2>
-<p>The jclouds 1.7 releases include many new features and some major changes
that will be completed in upcoming releases. Here is a summary of the notable
changes, but make sure to check the <a href="/releasenotes/">release
notes</a>:</p>
+<p>The jclouds 1.7 releases include many new features and some major changes
that will be completed in upcoming major releases. Here is a summary of the
notable changes, but make sure to check the <a href="/releasenotes/">release
notes</a>:</p>
<ul>
-<li>Removed the async interfaces from most of the compute providers. Starting
from jclouds 1.7.0, the async interfaces have been deprecated. They provided
little value to the project and added a considerable complexity to its
maintenance. Users willing to use async features should better configure their
own executors and properly handle concurrency in their applications.</li>
+<li>Removed the async interfaces from most of the compute providers. Starting
from jclouds 1.7.0, the async interfaces have been deprecated. They provided
little value to the project and added considerable complexity to its
maintenance. Current users of the async features can configure and use their
own executors to handle concurrent requests. See e.g. <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>
for an example of carrying out an async blobstore request.</li>
<li>Added support for the <a
href="https://cloudsigma-docs.readthedocs.org/en/2.10/">CloudSigma v2
API</a>.</li>
<li>Added the <a href="https://www.digitalocean.com">DigitalOcean</a>
provider.</li>
<li>Added the <a href="http://square.github.io/okhttp/">OkHttp</a> HTTP driver
for improved HTTP connections.</li>
@@ -66,11 +64,11 @@
</ul>
-<p>Want to see all this in action? <a href="/start/install">Download</a> and
start usignt the latest jclouds version!</p>
+<p>Want to see all this in action? <a href="/start/install">Download</a> and
start using the latest jclouds version!</p>
<h2>Special thanks</h2>
-<p>These have been very busy months and many things have been going on. We'd
like to specially thank all <a
href="http://wiki.apache.org/jclouds/Test%20Provider%20Thanks">providers that
are helping</a> us improve the quality of the project by giving us testing
accounts. This is helping us a lot and make us able to better test the
providers before every release.</p>
+<p>These have been very busy months and many things have been going on. We'd
especially like to thank all <a
href="http://wiki.apache.org/jclouds/Test%20Provider%20Thanks">providers that
are helping</a> us improve the quality of the project by giving us testing
accounts. This is helping us a lot and allows us to perform better testing of
supported providers before every release.</p>
<p>We also want to thank <a
href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">everyone
that helped</a> by contributing code, documentation, or participating in the
<a href="/community">mailing lists</a>. We love having your feedback and
contributions!</p>
Modified: jclouds/site-content/blog/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/index.html?rev=1574454&r1=1574453&r2=1574454&view=diff
==============================================================================
--- jclouds/site-content/blog/index.html (original)
+++ jclouds/site-content/blog/index.html Wed Mar 5 12:38:39 2014
@@ -147,7 +147,7 @@
<h3><a class="text-primary"
href="/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7">Joining the
ASF, new site, and jclouds 1.7!</a></h3>
<span class="text-muted">3 March 2014, by Ignasi Barrera</span>
-<p><p>It's been a while since our last blog post, and many things happened
since then. There have been many things that have kept us busy, and finally,
all the hard work is starting to show up. During this time, we've:</p>
+<p><p>It's been a while since our last blog post, and lots has happened since
then. There have been many things that have kept us busy, and finally, all the
hard work is starting to show up. During this time, we've:</p>
</p>
<h3><a class="text-primary"
href="/blog/2013/05/13/jclouds-at-gluecon-2013">jclouds at Gluecon 2013</a></h3>
Modified: jclouds/site-content/releasenotes/atom.xml
URL:
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1574454&r1=1574453&r2=1574454&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/atom.xml (original)
+++ jclouds/site-content/releasenotes/atom.xml Wed Mar 5 12:38:39 2014
@@ -4,157 +4,104 @@
<title><![CDATA[Apache jclouds]]></title>
<link href="http://jclouds.apache.org/atom.xml" rel="self"/>
<link href="http://jclouds.apache.org/"/>
- <updated>2014-03-04T23:42:41+01:00</updated>
+ <updated>2014-03-05T13:37:53+01: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>
- <content type="html"><![CDATA[<p>Release Date: June 19, 2013</p>
+ <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-30T13:00:00+01:00</updated>
+ <content type="html"><![CDATA[<p>Release Date: November 30, 2013</p>
<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>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>
-<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&version=12324412">JIRA
Release Notes</a>.</p>
+<p>You can read the official announcement at <a
href="http://apache.markmail.org/thread/4ppbqyu6ydmacrb3">Apache jclouds 1.6.3
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=12324789&styleName=Html&projectId=12314430">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>
-
-<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>
+<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"><dependencies></span>
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.jclouds<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>jclouds-all<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.6.1-incubating<span
class="nt"></version></span>
+ <span class="nt"><version></span>1.6.3<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></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 leading the release charge.</li>
-<li>A special thanks to our Apache mentors for guiding us through our first
release.</li>
+<li>Andrew Gaul 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=&sort=latest_commit">here</a>.</li>
</ul>
+
+<h2>Test Results</h2>
+
+<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.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>
- <content type="html"><![CDATA[<p>Release Date: August 27, 2013</p>
+ <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>2013-02-11T13:00:00+01:00</updated>
+ <content type="html"><![CDATA[<p>Release Date: February 11, 2014</p>
<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.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/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&styleName=Html&projectId=12314430">JIRA
Release Notes</a>.</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>
+<p>To get jclouds, please see the <a href="/start/install/">jclouds
installation guide</a>.</p>
-<h2>Reminder</h2>
+<h2>Notable updates</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>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"><dependencies></span>
<span class="nt"><dependency></span>
- <span class="nt"><groupId></span>org.apache.jclouds<span
class="nt"></groupId></span>
- <span class="nt"><artifactId></span>jclouds-all<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.6.2-incubating<span
class="nt"></version></span>
+ <span class="nt"><groupId></span>org.apache.jclouds.labs<span
class="nt"></groupId></span>
+ <span class="nt"><artifactId></span>digitalocean<span
class="nt"></artifactId></span>
+ <span class="nt"><version></span>1.7.1<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></span>
</code></pre></div>
-<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 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=&sort=latest_commit">here</a>.</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>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>
-]]></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>
- <content type="html"><![CDATA[<p>Release Date: November 30, 2013</p>
-
-<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>
+<h2>Notes</h2>
-<p>You can read the official announcement at <a
href="http://apache.markmail.org/thread/4ppbqyu6ydmacrb3">Apache jclouds 1.6.3
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=12324789&styleName=Html&projectId=12314430">JIRA
Release Notes</a>.</p>
+<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>
+</ul>
-<p>To get jclouds, please see the <a href="/start/install">jclouds
installation guide</a>.</p>
<h2>Reminder</h2>
@@ -164,7 +111,7 @@
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.jclouds<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>jclouds-all<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.6.3<span
class="nt"></version></span>
+ <span class="nt"><version></span>1.7.1<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></span>
</code></pre></div>
@@ -175,7 +122,8 @@
<p>jclouds would like to thank everyone who contributed time and effort in
order to make this release happen:</p>
<ul>
-<li>Andrew Gaul for managing the 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=&sort=latest_commit">here</a>.</li>
</ul>
@@ -183,88 +131,91 @@
<h2>Test Results</h2>
-<p>Please see the <a
href="http://markmail.org/thread/gkqw7uidfnnze4lv">release discussion
thread</a> for test results for 1.6.3</p>
+<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.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>2013-02-11T12:00:00Z</updated>
- <content type="html"><![CDATA[<p>Release Date: February 11, 2014</p>
+ <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-19T14:00:00+02:00</updated>
+ <content type="html"><![CDATA[<p>Release Date: June 19, 2013</p>
<h2>Introduction</h2>
-<p>jclouds version 1.7.1 is the fifth 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/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>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&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>Notable updates</h2>
+<h2>Additions</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>
+<li>Added the karaf/CLI command blobstore-blob-exists.</li>
</ul>
-<div class="highlight"><pre><code class="xml"><span
class="nt"><dependencies></span>
- <span class="nt"><dependency></span>
- <span class="nt"><groupId></span>org.apache.jclouds.labs<span
class="nt"></groupId></span>
- <span class="nt"><artifactId></span>digitalocean<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.7.1<span
class="nt"></version></span>
- <span class="nt"></dependency></span>
-<span class="nt"></dependencies></span>
-</code></pre></div>
-
+<h2>Removals</h2>
<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>
+<li>Removed sandbox-apis and sandbox-providers.</li>
</ul>
-<h2>Notes</h2>
+<h2>Changes</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>The jclouds Maven groupId 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"><dependencies></span>
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.jclouds<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>jclouds-all<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.7.1<span
class="nt"></version></span>
+ <span class="nt"><version></span>1.6.1-incubating<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></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>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 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=&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>
@@ -272,7 +223,7 @@ Guava 15.0 or earlier, or wait for jclou
<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>
+ <updated>2013-12-23T13:00:00+01:00</updated>
<content type="html"><![CDATA[<p>Release Date: December 23, 2013</p>
<h2>Introduction</h2>
@@ -321,5 +272,49 @@ Guava 15.0 or earlier, or wait for jclou
<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.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-27T14:00:00+02:00</updated>
+ <content type="html"><. You can read the
details of the specific JIRA issues addressed in this release at the [JIRA
Release
Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&styleName=Html&projectId=12314430).
+
+To get jclouds, please see the [jclouds installation guide](/start/install).
+
+## Reminder
+
+ * As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed
from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look
like:
+
+{% highlight xml %}
+<dependencies>
+ <dependency>
+ <groupId>org.apache.jclouds</groupId>
+ <artifactId>jclouds-all</artifactId>
+ <version>1.6.2-incubating</version>
+ </dependency>
+</dependencies>
+{% endhighlight %}
+
+## Credits
+
+jclouds would like to thank everyone who contributed time and effort in order
to make this release happen:
+
+ * Andrew Bayer for assisting on the release charge.
+ * Our Apache mentors for verifying.
+ * Check out who has been busy
[here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+
+## Test Results
+
+Please see the [test results](/releasenotes/1.6.2-tests) for test failures for
1.6.2.
+
+]]></content>
+ </entry>
</feed>