Modified: jclouds/site-content/releasenotes/1.6/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6/index.html (original) +++ jclouds/site-content/releasenotes/1.6/index.html Mon Feb 10 07:25:53 2025 @@ -150,88 +150,80 @@ <h1>Release Notes for Version 1.6</h1> </div> - <h2>Introduction</h2> + <h2 id="introduction">Introduction</h2> -<p>jclouds 1.6 represents 7 months of refactoring to essentially "reset" the project 4 years after its founding. Most changes didn't affect user interfaces. The bulk of work included removing dependencies, reducing or removing threading, and refactoring to make jclouds do less magic and be easier to code and troubleshoot.</p> +<p>jclouds 1.6 represents 7 months of refactoring to essentially âresetâ the project 4 years after its founding. Most changes didnât affect user interfaces. The bulk of work included removing dependencies, reducing or removing threading, and refactoring to make jclouds do less magic and be easier to code and troubleshoot.</p> <p>With this foundation in place, our move to the <a href="http://wiki.apache.org/incubator/jcloudsProposal">Apache Incubator</a> will be easier on new developers, and allow us to move faster on feature requests moving forward.</p> -<h2>Notable Updates in jclouds Version 1.6</h2> - -<h3>Core Updates</h3> +<h2 id="notable-updates-in-jclouds-version-16">Notable Updates in jclouds Version 1.6</h2> +<h3 id="core-updates">Core Updates</h3> <ul> -<li>Api classes now extend closeable, allowing you to skip using "contexts". Ex. <code>NovaApi api = contextBuilder.buildApi(NovaApi.class);</code></li> -<li>If you do not use the deprecated <code>Async</code> interfaces, jclouds will spawn far less, and in many cases no threads. Future releases will focus on "bring your own executor" design, allowing you to have complete control or forbid threading completely.</li> -<li>Library dependencies significantly reduced, making it possible to assemble <5MB multi-cloud apps or libraries built with jclouds.</li> + <li>Api classes now extend closeable, allowing you to skip using âcontextsâ. Ex. <code class="language-plaintext highlighter-rouge">NovaApi api = contextBuilder.buildApi(NovaApi.class);</code></li> + <li>If you do not use the deprecated <code class="language-plaintext highlighter-rouge">Async</code> interfaces, jclouds will spawn far less, and in many cases no threads. Future releases will focus on âbring your own executorâ design, allowing you to have complete control or forbid threading completely.</li> + <li>Library dependencies significantly reduced, making it possible to assemble <5MB multi-cloud apps or libraries built with jclouds.</li> </ul> - -<h2>New Apis and Providers</h2> - +<h2 id="new-apis-and-providers">New Apis and Providers</h2> <ul> -<li>api:<code>openstack-cinder</code></li> -<li>api:<code>rackspace-clouddns</code></li> -<li>api:<code>rackspace-cloudloadbalancers</code></li> -<li>api:<code>route53</code></li> -<li>api:<code>sts</code></li> -<li>provider:<code>aws-route53</code></li> -<li>provider:<code>aws-sts</code></li> -<li>provider:<code>dynect</code></li> -<li>provider:<code>rackspace-cloudblockstorage-uk</code></li> -<li>provider:<code>rackspace-cloudblockstorage-us</code></li> -<li>provider:<code>rackspace-clouddns-uk</code></li> -<li>provider:<code>rackspace-clouddns-us</code></li> -<li>provider:<code>rackspace-cloudloadbalancers-uk</code></li> -<li>provider:<code>rackspace-cloudloadbalancers-us</code></li> -<li>provider:<code>ultradns-ws</code></li> + <li>api:<code class="language-plaintext highlighter-rouge">openstack-cinder</code></li> + <li>api:<code class="language-plaintext highlighter-rouge">rackspace-clouddns</code></li> + <li>api:<code class="language-plaintext highlighter-rouge">rackspace-cloudloadbalancers</code></li> + <li>api:<code class="language-plaintext highlighter-rouge">route53</code></li> + <li>api:<code class="language-plaintext highlighter-rouge">sts</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">aws-route53</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">aws-sts</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">dynect</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">rackspace-cloudblockstorage-uk</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">rackspace-cloudblockstorage-us</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">rackspace-clouddns-uk</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">rackspace-clouddns-us</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">rackspace-cloudloadbalancers-uk</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">rackspace-cloudloadbalancers-us</code></li> + <li>provider:<code class="language-plaintext highlighter-rouge">ultradns-ws</code></li> </ul> - -<h2>Removed Apis and Providers</h2> - +<h2 id="removed-apis-and-providers">Removed Apis and Providers</h2> <ul> -<li>api:<code>cloudloadbalancers</code> - please use the <code>rackspace-cloudloadbalancers</code> api</li> -<li>api:<code>deltacloud</code> - please use the <code>ec2</code> api</li> -<li>api:<code>eucalyptus</code> - please use the <code>ec2</code> api</li> -<li>api:<code>nova</code> - pre-diablo openstack no longer supported</li> -<li>api:<code>walrus</code> - please use the <code>s3</code> api</li> -<li>provider:<code>cloudloadbalancers-uk</code> - please use the <code>rackspace-cloudloadbalancers-uk</code> api</li> -<li>provider:<code>cloudloadbalancers-us</code> - please use the <code>rackspace-cloudloadbalancers-us</code> api</li> -<li>provider:<code>eucalyptus-partnercloud-ec2</code> - please use the <code>ec2</code> api</li> -<li>provider:<code>eucalyptus-partnercloud-s3</code> - please use the <code>s3</code> api</li> -<li>provider:<code>rimuhosting</code> - no longer supported</li> -<li>provider:<code>slicehost</code> - no longer supported</li> -<li>provider:<code>stratogen-vcloud-mycloud</code> - please use the <code>vcloud</code> api</li> -<li>provider:<code>synaptic-storage</code> - please use the <code>atmos</code> api</li> -<li>provider:<code>trystack-nova</code> - please use the <code>openstack-nova</code> api</li> + <li>api:<code class="language-plaintext highlighter-rouge">cloudloadbalancers</code> - please use the <code class="language-plaintext highlighter-rouge">rackspace-cloudloadbalancers</code> api</li> + <li>api:<code class="language-plaintext highlighter-rouge">deltacloud</code> - please use the <code class="language-plaintext highlighter-rouge">ec2</code> api</li> + <li>api:<code class="language-plaintext highlighter-rouge">eucalyptus</code> - please use the <code class="language-plaintext highlighter-rouge">ec2</code> api</li> + <li>api:<code class="language-plaintext highlighter-rouge">nova</code> - pre-diablo openstack no longer supported</li> + <li>api:<code class="language-plaintext highlighter-rouge">walrus</code> - please use the <code class="language-plaintext highlighter-rouge">s3</code> api</li> + <li>provider:<code class="language-plaintext highlighter-rouge">cloudloadbalancers-uk</code> - please use the <code class="language-plaintext highlighter-rouge">rackspace-cloudloadbalancers-uk</code> api</li> + <li>provider:<code class="language-plaintext highlighter-rouge">cloudloadbalancers-us</code> - please use the <code class="language-plaintext highlighter-rouge">rackspace-cloudloadbalancers-us</code> api</li> + <li>provider:<code class="language-plaintext highlighter-rouge">eucalyptus-partnercloud-ec2</code> - please use the <code class="language-plaintext highlighter-rouge">ec2</code> api</li> + <li>provider:<code class="language-plaintext highlighter-rouge">eucalyptus-partnercloud-s3</code> - please use the <code class="language-plaintext highlighter-rouge">s3</code> api</li> + <li>provider:<code class="language-plaintext highlighter-rouge">rimuhosting</code> - no longer supported</li> + <li>provider:<code class="language-plaintext highlighter-rouge">slicehost</code> - no longer supported</li> + <li>provider:<code class="language-plaintext highlighter-rouge">stratogen-vcloud-mycloud</code> - please use the <code class="language-plaintext highlighter-rouge">vcloud</code> api</li> + <li>provider:<code class="language-plaintext highlighter-rouge">synaptic-storage</code> - please use the <code class="language-plaintext highlighter-rouge">atmos</code> api</li> + <li>provider:<code class="language-plaintext highlighter-rouge">trystack-nova</code> - please use the <code class="language-plaintext highlighter-rouge">openstack-nova</code> api</li> </ul> - -<h2>Deprecated Non-backwards Compatible Changes</h2> - +<h2 id="deprecated-non-backwards-compatible-changes">Deprecated Non-backwards Compatible Changes</h2> <ul> -<li>All "Async" interfaces are deprecated and will be removed in the next version of jclouds. Please only use the normal apis, such as <code>NovaApi</code>.</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> + <li>All âAsyncâ interfaces are deprecated and will be removed in the next version of jclouds. Please only use the normal apis, such as <code class="language-plaintext highlighter-rouge">NovaApi</code>.</li> + <li>Accordingly, please discontinue use of <code class="language-plaintext highlighter-rouge">RestContext</code>. This is replaced with <code class="language-plaintext highlighter-rouge">ApiContext</code>, which doesnât have an async type. Note that you can use <code class="language-plaintext highlighter-rouge">ContextBuilder.buildApi(YourApi.class)</code> instead of using contexts, as api interfaces are now closeable.</li> + <li>Please discontinue use of <code class="language-plaintext highlighter-rouge">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>Where to next?</h2> +<h2 id="where-to-next">Where to next?</h2> <p>jclouds will soon enter the <a href="http://wiki.apache.org/incubator/jcloudsProposal">Apache Incubator</a>, please watch out for announcements as futher progress and releases of jclouds will occur from there.</p> <p>Follow us on <a href="http://twitter.com/#!/jclouds">Twitter</a> for updates.</p> -<h2>Tracking</h2> +<h2 id="tracking">Tracking</h2> <p>To keep up with the latest on jclouds Version 1.6, please see <a href="https://github.com/jclouds/jclouds/issues/1564">issue 1564</a></p> -<h2>Credits</h2> +<h2 id="credits">Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make the release of jclouds Version 1.6 happen. Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">here</a>.</p> -<h2>Test Results</h2> +<h2 id="test-results">Test Results</h2> <p>Please see the <a href="/releasenotes/1.6-tests">test results</a> for jclouds Version 1.6.</p>
Modified: jclouds/site-content/releasenotes/1.7.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.0/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.0/index.html (original) +++ jclouds/site-content/releasenotes/1.7.0/index.html Mon Feb 10 07:25:53 2025 @@ -152,7 +152,7 @@ <span class="text-muted">23 December 2013</span> </div> - <h2>Introduction</h2> + <h2 id="introduction">Introduction</h2> <p>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.</p> @@ -160,43 +160,40 @@ <p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> -<h2>Notes</h2> +<h2 id="notes">Notes</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 + <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> +<h2 id="reminder">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> +<figure class="highlight"><pre><code class="language-xml" data-lang="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.0<span class="nt"></version></span> <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> - +<span class="nt"></dependencies></span></code></pre></figure> -<h2>Credits</h2> +<h2 id="credits">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>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">here</a>.</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=&sort=latest_commit">here</a>.</li> </ul> - -<h2>Test Results</h2> +<h2 id="test-results">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> + <div class="row clearfix"> <div id="footer" class="col-md-12 column"> <div id="footer"> Modified: jclouds/site-content/releasenotes/1.7.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.1/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.1/index.html (original) +++ jclouds/site-content/releasenotes/1.7.1/index.html Mon Feb 10 07:25:53 2025 @@ -152,7 +152,7 @@ <span class="text-muted">11 February 2014</span> </div> - <h2>Introduction</h2> + <h2 id="introduction">Introduction</h2> <p>jclouds version 1.7.1 is the third release of jclouds as an Apache TLP.</p> @@ -160,70 +160,63 @@ <p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> -<h2>Notable updates</h2> +<h2 id="notable-updates">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> + <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> +<figure class="highlight"><pre><code class="language-xml" data-lang="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> - +<span class="nt"></dependencies></span></code></pre></figure> <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>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>Notes</h2> +<h2 id="notes">Notes</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 + <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>Reminder</h2> +<h2 id="reminder">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> +<figure class="highlight"><pre><code class="language-xml" data-lang="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"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> +<span class="nt"></dependencies></span></code></pre></figure> - -<h2>Credits</h2> +<h2 id="credits">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>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">here</a>.</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> - -<h2>Test Results</h2> +<h2 id="test-results">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> + <div class="row clearfix"> <div id="footer" class="col-md-12 column"> <div id="footer"> Modified: jclouds/site-content/releasenotes/1.7.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.2/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.2/index.html (original) +++ jclouds/site-content/releasenotes/1.7.2/index.html Mon Feb 10 07:25:53 2025 @@ -153,16 +153,15 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#highlights">Highlights</a></li> -<li><a href="#issues">Known Issues</a></li> -<li><a href="#reminder">Reminder</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#highlights">Highlights</a></li> + <li><a href="#issues">Known Issues</a></li> + <li><a href="#reminder">Reminder</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>jclouds version 1.7.2 is the fourth release of jclouds as an Apache TLP.</p> @@ -170,17 +169,16 @@ <p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> -<h2><a id="highlights"></a>Highlights</h2> +<h2 id="highlights"><a id="highlights"></a>Highlights</h2> <ul> -<li>The swift API and cloudfiles-us & cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.</li> -<li>They will be replaced with the openstack-swift API and rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage Providers in jclouds 2.0.</li> -<li>The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us <a href="/community/">feedback</a>. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.</li> -<li>You can get the new Swift and Cloud Files dependencies with:</li> + <li>The swift API and cloudfiles-us & cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.</li> + <li>They will be replaced with the openstack-swift API and rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage Providers in jclouds 2.0.</li> + <li>The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us <a href="/community/">feedback</a>. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.</li> + <li>You can get the new Swift and Cloud Files dependencies with:</li> </ul> - -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> +<figure class="highlight"><pre><code class="language-xml" data-lang="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>openstack-swift<span class="nt"></artifactId></span> @@ -196,50 +194,44 @@ <span class="nt"><artifactId></span>rackspace-cloudfiles-uk<span class="nt"></artifactId></span> <span class="nt"><version></span>1.7.2<span class="nt"></version></span> <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> - +<span class="nt"></dependencies></span></code></pre></figure> <ul> -<li>Here is the <a href="/reference/javadoc/1.7.x/">Javadoc</a> for the new Swift and Cloud Files classes.</li> + <li>Here is the <a href="/reference/javadoc/1.7.x/">Javadoc</a> for the new Swift and Cloud Files classes.</li> </ul> - -<h2><a id="issues"></a>Known Issues</h2> +<h2 id="known-issues"><a id="issues"></a>Known Issues</h2> <ul> -<li>jclouds 1.7.2 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.</li> + <li>jclouds 1.7.2 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.</li> </ul> +<h2 id="reminder"><a id="reminder"></a>Reminder</h2> -<h2><a id="reminder"></a>Reminder</h2> +<p>The jclouds Maven group ID for versions since <a href="../1.6.1">1.6.1-incubating</a> is <code class="language-plaintext highlighter-rouge">org.apache.jclouds</code> rather than <code class="language-plaintext highlighter-rouge">org.jclouds</code>, so a pom.xml dependency would now look like:</p> -<p>The jclouds Maven group ID for versions since <a href="../1.6.1">1.6.1-incubating</a> is <code>org.apache.jclouds</code> rather than <code>org.jclouds</code>, so a pom.xml dependency would now look like:</p> - -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> +<figure class="highlight"><pre><code class="language-xml" data-lang="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.2<span class="nt"></version></span> <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> - +<span class="nt"></dependencies></span></code></pre></figure> -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the 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> + <li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the 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><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the <a href="http://markmail.org/thread/zi5nnppwdvaafpsb">release discussion thread</a> for test results for 1.7.2.</p> + <div class="row clearfix"> <div id="footer" class="col-md-12 column"> <div id="footer"> Modified: jclouds/site-content/releasenotes/1.7.3/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.3/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.3/index.html (original) +++ jclouds/site-content/releasenotes/1.7.3/index.html Mon Feb 10 07:25:53 2025 @@ -153,33 +153,31 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#highlights">Highlights</a></li> -<li><a href="#issues">Known Issues</a></li> -<li><a href="#reminder">Reminder</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#highlights">Highlights</a></li> + <li><a href="#issues">Known Issues</a></li> + <li><a href="#reminder">Reminder</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>You can read the official announcement at <a href="http://jclouds.markmail.org/message/6ormro7calbt5tjn">Apache jclouds 1.7.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/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.3">JIRA Release Notes</a>.</p> <p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> -<h2><a id="highlights"></a>Highlights</h2> +<h2 id="highlights"><a id="highlights"></a>Highlights</h2> <ul> -<li>ElasticStack is back. The elasticstack API has been fixed and the elastichosts-* Providers are in good working condition again.</li> -<li>The swift API and cloudfiles-us & cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.</li> -<li>They will be replaced with the openstack-swift API and rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage Providers in jclouds 2.0.</li> -<li>The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us <a href="/community/">feedback</a>. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.</li> -<li>You can get the new Swift and Cloud Files dependencies with:</li> + <li>ElasticStack is back. The elasticstack API has been fixed and the elastichosts-* Providers are in good working condition again.</li> + <li>The swift API and cloudfiles-us & cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.</li> + <li>They will be replaced with the openstack-swift API and rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage Providers in jclouds 2.0.</li> + <li>The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us <a href="/community/">feedback</a>. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.</li> + <li>You can get the new Swift and Cloud Files dependencies with:</li> </ul> - -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> +<figure class="highlight"><pre><code class="language-xml" data-lang="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>openstack-swift<span class="nt"></artifactId></span> @@ -195,50 +193,44 @@ <span class="nt"><artifactId></span>rackspace-cloudfiles-uk<span class="nt"></artifactId></span> <span class="nt"><version></span>1.7.3<span class="nt"></version></span> <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> - +<span class="nt"></dependencies></span></code></pre></figure> <ul> -<li>Here is the <a href="/reference/javadoc/1.7.x/">Javadoc</a> for the new Swift and Cloud Files classes.</li> + <li>Here is the <a href="/reference/javadoc/1.7.x/">Javadoc</a> for the new Swift and Cloud Files classes.</li> </ul> - -<h2><a id="issues"></a>Known Issues</h2> +<h2 id="known-issues"><a id="issues"></a>Known Issues</h2> <ul> -<li>jclouds 1.7.3 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.</li> + <li>jclouds 1.7.3 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.</li> </ul> +<h2 id="reminder"><a id="reminder"></a>Reminder</h2> -<h2><a id="reminder"></a>Reminder</h2> +<p>The jclouds Maven group ID for versions since <a href="../1.6.1">1.6.1-incubating</a> is <code class="language-plaintext highlighter-rouge">org.apache.jclouds</code> rather than <code class="language-plaintext highlighter-rouge">org.jclouds</code>, so a pom.xml dependency would now look like:</p> -<p>The jclouds Maven group ID for versions since <a href="../1.6.1">1.6.1-incubating</a> is <code>org.apache.jclouds</code> rather than <code>org.jclouds</code>, so a pom.xml dependency would now look like:</p> - -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> +<figure class="highlight"><pre><code class="language-xml" data-lang="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.3<span class="nt"></version></span> <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> - +<span class="nt"></dependencies></span></code></pre></figure> -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the 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> + <li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the 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><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the <a href="http://jclouds.markmail.org/message/smznp6474kpojqeb">discussion thread</a> and the <a href="http://jclouds.markmail.org/message/ydekpm36pwaqpvbf">vote thread</a> for test results for 1.7.3.</p> + <div class="row clearfix"> <div id="footer" class="col-md-12 column"> <div id="footer"> Modified: jclouds/site-content/releasenotes/1.8.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.8.0/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.8.0/index.html (original) +++ jclouds/site-content/releasenotes/1.8.0/index.html Mon Feb 10 07:25:53 2025 @@ -153,63 +153,58 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#highlights">Highlights</a></li> -<li><a href="#api">API Changes</a></li> -<li><a href="#issues">Known Issues</a></li> -<li><a href="#reminder">Reminder</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#highlights">Highlights</a></li> + <li><a href="#api">API Changes</a></li> + <li><a href="#issues">Known Issues</a></li> + <li><a href="#reminder">Reminder</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>You can read the official announcement at <a href="http://markmail.org/message/plk6wedjeh3vanc6">Apache jclouds 1.8.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=12325587&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><a id="highlights"></a>Highlights</h2> +<h2 id="highlights"><a id="highlights"></a>Highlights</h2> <ul> -<li>jclouds 1.8.0 introduces initial support for <a href="http://aws.amazon.com/glacier">Amazon Glacier</a>, sponsored by <a href="/blog/2014/04/23/gsoc/">Google Summer of Code</a> and written by Roman Coedo. This blobstore provider includes support for the portable abstraction but has vastly different semantics for blob naming and retrieval.</li> -<li>Support for <a href="/guides/docker/">Docker</a>.</li> -<li>Refactored Code supporting OpenStack Neutron.</li> -<li>New Rackspace Auto Scale UK Provider and updated US region support.</li> -<li>This release requires Guava 17.0 and transitions most uses of <code>InputSupplier</code> to <code>ByteSource</code>.</li> + <li>jclouds 1.8.0 introduces initial support for <a href="http://aws.amazon.com/glacier">Amazon Glacier</a>, sponsored by <a href="/blog/2014/04/23/gsoc/">Google Summer of Code</a> and written by Roman Coedo. This blobstore provider includes support for the portable abstraction but has vastly different semantics for blob naming and retrieval.</li> + <li>Support for <a href="/guides/docker/">Docker</a>.</li> + <li>Refactored Code supporting OpenStack Neutron.</li> + <li>New Rackspace Auto Scale UK Provider and updated US region support.</li> + <li>This release requires Guava 17.0 and transitions most uses of <code class="language-plaintext highlighter-rouge">InputSupplier</code> to <code class="language-plaintext highlighter-rouge">ByteSource</code>.</li> </ul> - -<h2><a id="api"></a>API Changes</h2> +<h2 id="api-changes"><a id="api"></a>API Changes</h2> <ul> -<li>This release removes or deprecates most uses of Guava <code>InputSupplier</code>, including <code>Strings2.toString</code>. Callers should instead use <code>ByteSource</code>, <code>ByteStreams2.toByteArrayAndClose</code>, or <code>Strings2.toStringAndClose</code>. These changes ensure compatibility with future Guava releases.</li> -<li><code>BlobStore</code> introduces a <code>deleteContainerIfEmpty</code> method which more accurately matches the semantics of some providers. Some providers like Azure have better performance with the existing <code>delete</code> method.</li> -<li>The <code>resumeNodesMatching</code>, <code>suspendNodesMatching</code> and <code>rebootNodesMatching</code> of the <code>ComputeService</code> now return the affected nodes.</li> -<li>Deprecates Neutron v2_0. Superseded by <a href="https://github.com/jclouds/jclouds-labs-openstack/tree/master/openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2">v2</a>. Moves the code away from map-binders and parsers. Multiple interface changes.</li> -<li><code>RegionScopedBlobStoreContext</code> deprecates <code>configuredRegions()</code>, <code>blobStoreInRegion(String regionId)</code>, <code>signerInRegion(String regionId)</code>, and <code>asyncBlobStoreInRegion(String regionId)</code>.</li> + <li>This release removes or deprecates most uses of Guava <code class="language-plaintext highlighter-rouge">InputSupplier</code>, including <code class="language-plaintext highlighter-rouge">Strings2.toString</code>. Callers should instead use <code class="language-plaintext highlighter-rouge">ByteSource</code>, <code class="language-plaintext highlighter-rouge">ByteStreams2.toByteArrayAndClose</code>, or <code class="language-plaintext highlighter-rouge">Strings2.toStringAndClose</code>. These changes ensure compatibility with future Guava releases.</li> + <li><code class="language-plaintext highlighter-rouge">BlobStore</code> introduces a <code class="language-plaintext highlighter-rouge">deleteContainerIfEmpty</code> method which more accurately matches the semantics of some providers. Some providers like Azure have better performance with the existing <code class="language-plaintext highlighter-rouge">delete</code> method.</li> + <li>The <code class="language-plaintext highlighter-rouge">resumeNodesMatching</code>, <code class="language-plaintext highlighter-rouge">suspendNodesMatching</code> and <code class="language-plaintext highlighter-rouge">rebootNodesMatching</code> of the <code class="language-plaintext highlighter-rouge">ComputeService</code> now return the affected nodes.</li> + <li>Deprecates Neutron v2_0. Superseded by <a href="https://github.com/jclouds/jclouds-labs-openstack/tree/master/openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2">v2</a>. Moves the code away from map-binders and parsers. Multiple interface changes.</li> + <li><code class="language-plaintext highlighter-rouge">RegionScopedBlobStoreContext</code> deprecates <code class="language-plaintext highlighter-rouge">configuredRegions()</code>, <code class="language-plaintext highlighter-rouge">blobStoreInRegion(String regionId)</code>, <code class="language-plaintext highlighter-rouge">signerInRegion(String regionId)</code>, and <code class="language-plaintext highlighter-rouge">asyncBlobStoreInRegion(String regionId)</code>.</li> </ul> - -<h2><a id="issues"></a>Known Issues</h2> +<h2 id="known-issues"><a id="issues"></a>Known Issues</h2> <ul> -<li>Starting with 1.8.0, the HP Cloud Object Storage provider requires the <code>region</code> attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the <a href="/guides/hpcloud/">provider guide</a> for an example of how to specify the region.</li> -<li>1.8.0 includes an <a href="http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.labs%7Cgoogle-cloud-storage%7C1.8.0%7Cjar">incomplete artifact</a> for Google Cloud Storage. The jclouds team does not recommend its use and 1.8.1 will either complete support or remove this artifact.</li> + <li>Starting with 1.8.0, the HP Cloud Object Storage provider requires the <code class="language-plaintext highlighter-rouge">region</code> attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the <a href="/guides/hpcloud/">provider guide</a> for an example of how to specify the region.</li> + <li>1.8.0 includes an <a href="http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.labs%7Cgoogle-cloud-storage%7C1.8.0%7Cjar">incomplete artifact</a> for Google Cloud Storage. The jclouds team does not recommend its use and 1.8.1 will either complete support or remove this artifact.</li> </ul> - -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> + <li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> + <li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> </ul> - -<h2><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the <a href="http://markmail.org/thread/2ppvzd7dtjvqfqkk">discussion thread</a> and the <a href="http://markmail.org/thread/7ixght2jgfbu73ok">vote thread</a> for test results for 1.8.0.</p> Modified: jclouds/site-content/releasenotes/1.8.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.8.1/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.8.1/index.html (original) +++ jclouds/site-content/releasenotes/1.8.1/index.html Mon Feb 10 07:25:53 2025 @@ -153,74 +153,65 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#highlights">Highlights</a></li> -<li><a href="#api">API Changes</a></li> -<li><a href="#issues">Known Issues</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#highlights">Highlights</a></li> + <li><a href="#api">API Changes</a></li> + <li><a href="#issues">Known Issues</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>You can read the official announcement at <a href="http://apache.markmail.org/thread/xjefzppq7jmgbcca">Apache jclouds 1.8.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/secure/ReleaseNote.jspa?version=12327548&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><a id="highlights"></a>Highlights</h2> +<h2 id="highlights"><a id="highlights"></a>Highlights</h2> <ul> -<li>Support for Google Cloud Storage</li> -<li>Graduation of OpenStack Swift. The group ID changes</li> + <li>Support for Google Cloud Storage</li> + <li>Graduation of OpenStack Swift. The group ID changes</li> </ul> - <p>from</p> -<div class="highlight"><pre><code class="xml"><span class="nt"><dependency></span> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> <span class="nt"><groupId></span>org.apache.jclouds.labs<span class="nt"></groupId></span> <span class="nt"><artifactId></span>openstack-swift<span class="nt"></artifactId></span> <span class="nt"><version></span>1.8.0<span class="nt"></version></span> -<span class="nt"></dependency></span> -</code></pre></div> - +<span class="nt"></dependency></span></code></pre></figure> <p>to</p> -<div class="highlight"><pre><code class="xml"><span class="nt"><dependency></span> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> <span class="nt"><groupId></span>org.apache.jclouds.apis<span class="nt"></groupId></span> <span class="nt"><artifactId></span>openstack-swift<span class="nt"></artifactId></span> <span class="nt"><version></span>1.8.1<span class="nt"></version></span> -<span class="nt"></dependency></span> -</code></pre></div> - +<span class="nt"></dependency></span></code></pre></figure> -<h2><a id="api"></a>API Changes</h2> +<h2 id="api-changes"><a id="api"></a>API Changes</h2> <ul> -<li><a href="api-changes/openstack-swift/">openstack-swift API changes from 1.8.0 to 1.8.1</a></li> + <li><a href="api-changes/openstack-swift/">openstack-swift API changes from 1.8.0 to 1.8.1</a></li> </ul> - -<h2><a id="issues"></a>Known Issues</h2> +<h2 id="known-issues"><a id="issues"></a>Known Issues</h2> <ul> -<li>Unfortunately <code>openstack-neutron</code> was broken in this release. If you depend on it, please skip this version.</li> + <li>Unfortunately <code class="language-plaintext highlighter-rouge">openstack-neutron</code> was broken in this release. If you depend on it, please skip this version.</li> </ul> - -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> + <li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> + <li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> </ul> - -<h2><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the <a href="http://markmail.org/thread/lertwftpifagoor3">discussion thread</a> and the <a href="http://markmail.org/thread/lertwftpifagoor3">vote thread</a> for test results for 1.8.1.</p> Modified: jclouds/site-content/releasenotes/1.9.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.0/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.9.0/index.html (original) +++ jclouds/site-content/releasenotes/1.9.0/index.html Mon Feb 10 07:25:53 2025 @@ -153,92 +153,85 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#core-improvements">Core</a></li> -<li><a href="#compute-improvements">Compute improvements</a></li> -<li><a href="#blobstore-improvements">BlobStore improvements</a></li> -<li><a href="#api">API Changes</a></li> -<li><a href="#issues">Known Issues</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#core-improvements">Core</a></li> + <li><a href="#compute-improvements">Compute improvements</a></li> + <li><a href="#blobstore-improvements">BlobStore improvements</a></li> + <li><a href="#api">API Changes</a></li> + <li><a href="#issues">Known Issues</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>You can read the official announcement at <a href="http://markmail.org/message/zd4cqypgrwwmogfy">Apache jclouds 1.9.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=12329006&styleName=Html&projectId=12314430">JIRA Release Notes</a>.</p> <p>To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> -<h2><a id="core-improvements"></a>Core improvements</h2> +<h2 id="core-improvements"><a id="core-improvements"></a>Core improvements</h2> <ul> -<li>Configured the <a href="http://mojo.codehaus.org/animal-sniffer/">Animal Sniffer</a> plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.</li> -<li>Refactored the OkHttp driver to use the native API</li> -<li>Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.</li> + <li>Configured the <a href="http://mojo.codehaus.org/animal-sniffer/">Animal Sniffer</a> plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.</li> + <li>Refactored the OkHttp driver to use the native API</li> + <li>Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.</li> </ul> - -<h2><a id="compute-improvements"></a>Compute improvements</h2> +<h2 id="compute-improvements"><a id="compute-improvements"></a>Compute improvements</h2> <ul> -<li>Added AWS Frankfurt region</li> -<li>Added AWS signature v4</li> -<li>Added C4 instance types to AWS EC2</li> -<li>Initial support for Azure Compute</li> -<li>Added authentication to the Docker provider</li> -<li>Added the ProfitBricks API</li> -<li>Added the Shipyard API</li> -<li>Added San José and Honolulu regions to CloudSigma</li> -<li>Improved Google Compute Engine Compute support</li> -<li>Chef has been promoted to the main repo and updated to support Chef 12</li> -<li>Improved Google Compute Engine to use AutoValue</li> + <li>Added AWS Frankfurt region</li> + <li>Added AWS signature v4</li> + <li>Added C4 instance types to AWS EC2</li> + <li>Initial support for Azure Compute</li> + <li>Added authentication to the Docker provider</li> + <li>Added the ProfitBricks API</li> + <li>Added the Shipyard API</li> + <li>Added San José and Honolulu regions to CloudSigma</li> + <li>Improved Google Compute Engine Compute support</li> + <li>Chef has been promoted to the main repo and updated to support Chef 12</li> + <li>Improved Google Compute Engine to use AutoValue</li> </ul> - -<h2><a id="blobstore-improvements"></a>BlobStore improvements</h2> +<h2 id="blobstore-improvements"><a id="blobstore-improvements"></a>BlobStore improvements</h2> <ul> -<li>Support for > 2 GB single-part uploads on Java 7</li> -<li>Support portable setting and getting container and object ACLs (public-read and private)</li> -<li>Support portable multi-object delete</li> -<li>Improved multi-part upload compatibility with InputStream Payload</li> -<li>Add support for user metadata with filesystem provider</li> -<li>Add multi-part upload support for generic S3</li> + <li>Support for > 2 GB single-part uploads on Java 7</li> + <li>Support portable setting and getting container and object ACLs (public-read and private)</li> + <li>Support portable multi-object delete</li> + <li>Improved multi-part upload compatibility with InputStream Payload</li> + <li>Add support for user metadata with filesystem provider</li> + <li>Add multi-part upload support for generic S3</li> </ul> - -<h2><a id="api"></a>API Changes</h2> +<h2 id="api-changes"><a id="api"></a>API Changes</h2> <ul> -<li>Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.</li> -<li>Removed all async interfaces from all apis and providers</li> -<li>Generic S3 no longer defaults to an AWS endpoint</li> -<li>Require Azure API 2012-02-12 to allow support after <a href="http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx">August 2015</a></li> -<li>Require Java 7 to use filesystem provider (enables user metadata support)</li> + <li>Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.</li> + <li>Removed all async interfaces from all apis and providers</li> + <li>Generic S3 no longer defaults to an AWS endpoint</li> + <li>Require Azure API 2012-02-12 to allow support after <a href="http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx">August 2015</a></li> + <li>Require Java 7 to use filesystem provider (enables user metadata support)</li> </ul> - -<h2><a id="issues"></a>Known Issues</h2> +<h2 id="known-issues"><a id="issues"></a>Known Issues</h2> <ul> -<li>Amazon S3 does not support signature v4 or Frankfurt</li> -<li>Filesystem provider does not support user metadata on Mac OS X due to <a href="https://bugs.openjdk.java.net/browse/JDK-8030048">OpenJDK issue 8030048</a></li> + <li>Amazon S3 does not support signature v4 or Frankfurt</li> + <li>Filesystem provider does not support user metadata on Mac OS X due to <a href="https://bugs.openjdk.java.net/browse/JDK-8030048">OpenJDK issue 8030048</a></li> </ul> - -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li>Google and Microsoft for providing resources to support and develop the Google Compute Engine and Azure Compute providers.</li> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> + <li>Google and Microsoft for providing resources to support and develop the Google Compute Engine and Azure Compute providers.</li> + <li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> + <li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> </ul> - -<h2><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the <a href="http://markmail.org/message/wpxvq4m326z6j5kk">discussion thread</a> and the <a href="http://markmail.org/message/mevukaykuuhksrzp">vote thread</a> for test results for 1.9.0.</p> Modified: jclouds/site-content/releasenotes/1.9.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.1/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.9.1/index.html (original) +++ jclouds/site-content/releasenotes/1.9.1/index.html Mon Feb 10 07:25:53 2025 @@ -153,79 +153,72 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#core-improvements">Core</a></li> -<li><a href="#compute-improvements">Compute improvements</a></li> -<li><a href="#blobstore-improvements">BlobStore improvements</a></li> -<li><a href="#api">API Changes</a></li> -<li><a href="#issues">Known Issues</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#core-improvements">Core</a></li> + <li><a href="#compute-improvements">Compute improvements</a></li> + <li><a href="#blobstore-improvements">BlobStore improvements</a></li> + <li><a href="#api">API Changes</a></li> + <li><a href="#issues">Known Issues</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>You can read the official announcement at <a href="http://markmail.org/message/7axjkmb7kypgvtot">Apache jclouds 1.9.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/secure/ReleaseNote.jspa?version=12329857&styleName=Html&projectId=12314430">JIRA Release Notes</a>.</p> <p>To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> -<h2><a id="core-improvements"></a>Core improvements</h2> +<h2 id="core-improvements"><a id="core-improvements"></a>Core improvements</h2> <ul> -<li>Added an option to mark Payloads as sensitive to avoid exposing sensitive information.</li> -<li>Restrict agentproxies to netcat when using the ssh-agent.</li> + <li>Added an option to mark Payloads as sensitive to avoid exposing sensitive information.</li> + <li>Restrict agentproxies to netcat when using the ssh-agent.</li> </ul> - -<h2><a id="compute-improvements"></a>Compute improvements</h2> +<h2 id="compute-improvements"><a id="compute-improvements"></a>Compute improvements</h2> <ul> -<li>Added d2, m4 and t2 instance types for EC2.</li> -<li>Added the DigitalOcean v2 provider.</li> -<li>Added the Nova <code>os-hypervisors</code> extension.</li> -<li>Implemented the portable ComputeService in ProfitBricks.</li> -<li>Added support for specifying GCE disk type in compute abstraction.</li> + <li>Added d2, m4 and t2 instance types for EC2.</li> + <li>Added the DigitalOcean v2 provider.</li> + <li>Added the Nova <code class="language-plaintext highlighter-rouge">os-hypervisors</code> extension.</li> + <li>Implemented the portable ComputeService in ProfitBricks.</li> + <li>Added support for specifying GCE disk type in compute abstraction.</li> </ul> - -<h2><a id="blobstore-improvements"></a>BlobStore improvements</h2> +<h2 id="blobstore-improvements"><a id="blobstore-improvements"></a>BlobStore improvements</h2> <ul> -<li>Copy blob support (server-side copy on Azure, S3, GCS, and Swift, emulated on other providers).</li> -<li>Many improvements to Google Cloud Storage.</li> -<li>Improved support for metadata and multipart operations.</li> + <li>Copy blob support (server-side copy on Azure, S3, GCS, and Swift, emulated on other providers).</li> + <li>Many improvements to Google Cloud Storage.</li> + <li>Improved support for metadata and multipart operations.</li> </ul> - -<h2><a id="api"></a>API Changes</h2> +<h2 id="api-changes"><a id="api"></a>API Changes</h2> <ul> -<li>Replaced Rackspace Cloudfiles provider with modern openstack-swift code.</li> + <li>Replaced Rackspace Cloudfiles provider with modern openstack-swift code.</li> </ul> - -<h2><a id="issues"></a>Known Issues</h2> +<h2 id="known-issues"><a id="issues"></a>Known Issues</h2> <ul> -<li>Google Cloud Storage cannot upload <code>InputStream</code> payloads.</li> + <li>Google Cloud Storage cannot upload <code class="language-plaintext highlighter-rouge">InputStream</code> payloads.</li> </ul> - -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Daniel Broudy for many improvements to Google Compute and Google Cloud Storage</li> -<li>Francesco Chicchiriccò for his advice in the development of the Azure compute provider and for heliping running the live tests.</li> -<li>Shrinand Javadekar for running the live tests for several Blob Store providers.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> + <li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> + <li>Daniel Broudy for many improvements to Google Compute and Google Cloud Storage</li> + <li>Francesco Chicchiriccò for his advice in the development of the Azure compute provider and for heliping running the live tests.</li> + <li>Shrinand Javadekar for running the live tests for several Blob Store providers.</li> + <li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> </ul> - -<h2><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the <a href="http://markmail.org/message/tiltfycu3s76a2wq">discussion thread</a> and the <a href="http://markmail.org/message/nyxo6rxek2ibly2s">vote thread</a> for test results for 1.9.1.</p> Modified: jclouds/site-content/releasenotes/1.9.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.2/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.9.2/index.html (original) +++ jclouds/site-content/releasenotes/1.9.2/index.html Mon Feb 10 07:25:53 2025 @@ -153,62 +153,57 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>You can read the official announcement at <a href="http://markmail.org/message/lyozqjxkcxm47zh5">Apache jclouds 1.9.2 released</a>. To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> <p>This is a bugfix release. The following list shows the fixed issues and improvements:</p> -<h4>Bug</h4> +<h4 id="bug">Bug</h4> <ul> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-991'>JCLOUDS-991</a> - Usage records for Volume usage allow a size field not handled by JClouds.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1004'>JCLOUDS-1004</a> - Update the Go2Cloud endpoint.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1012'>JCLOUDS-1012</a> - project and projectId not supported in JClouds as parameters in a usage record for Cloudstack.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1020'>JCLOUDS-1020</a> - Docker BuildOptions use wrong query parameter for image tagging.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1021'>JCLOUDS-1021</a> - Add JavaDoc to repoTags() value in org.jclouds.docker.domain.Image.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1022'>JCLOUDS-1022</a> - Provide a mechanism to deal with the rate limit in DigitalOcean.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1023'>JCLOUDS-1023</a> - DigitalOcean throws an NPE in the getImage() method if the image does not exist.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1024'>JCLOUDS-1024</a> - The ImageExtension fails to create image if droplet is already stopped.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1027'>JCLOUDS-1027</a> - digitalocean2 request incorrect droplet.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-991">JCLOUDS-991</a> - Usage records for Volume usage allow a size field not handled by JClouds.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1004">JCLOUDS-1004</a> - Update the Go2Cloud endpoint.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1012">JCLOUDS-1012</a> - project and projectId not supported in JClouds as parameters in a usage record for Cloudstack.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1020">JCLOUDS-1020</a> - Docker BuildOptions use wrong query parameter for image tagging.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1021">JCLOUDS-1021</a> - Add JavaDoc to repoTags() value in org.jclouds.docker.domain.Image.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1022">JCLOUDS-1022</a> - Provide a mechanism to deal with the rate limit in DigitalOcean.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1023">JCLOUDS-1023</a> - DigitalOcean throws an NPE in the getImage() method if the image does not exist.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1024">JCLOUDS-1024</a> - The ImageExtension fails to create image if droplet is already stopped.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1027">JCLOUDS-1027</a> - digitalocean2 request incorrect droplet.</li> </ul> - -<h4>Improvement</h4> +<h4 id="improvement">Improvement</h4> <ul> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1010'>JCLOUDS-1010</a> - Test Dockerfile: Consider using DropBear in Busybox instead of OpenSSH in Ubuntu.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1014'>JCLOUDS-1014</a> - Docker: Add possibility to change loginPort.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1010">JCLOUDS-1010</a> - Test Dockerfile: Consider using DropBear in Busybox instead of OpenSSH in Ubuntu.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1014">JCLOUDS-1014</a> - Docker: Add possibility to change loginPort.</li> </ul> - -<h4>New Feature</h4> +<h4 id="new-feature">New Feature</h4> <ul> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-891'>JCLOUDS-891</a> - Add CloudSigma Miami region.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1001'>JCLOUDS-1001</a> - Add Google Compute preemptible support.</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1017'>JCLOUDS-1017</a> - Add tagImage() method to ImageApi in Docker provider.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-891">JCLOUDS-891</a> - Add CloudSigma Miami region.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1001">JCLOUDS-1001</a> - Add Google Compute preemptible support.</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1017">JCLOUDS-1017</a> - Add tagImage() method to ImageApi in Docker provider.</li> </ul> - -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Josef Cacek for all his contributions to the Docker provider.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> + <li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> + <li>Josef Cacek for all his contributions to the Docker provider.</li> + <li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> </ul> - -<h2><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the <a href="http://markmail.org/message/msuot2n552de34ju">discussion thread</a> and the <a href="http://markmail.org/message/kcihcojvbaz5e5hp">vote thread</a> for test results for 1.9.2.</p> Modified: jclouds/site-content/releasenotes/1.9.3/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.3/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.9.3/index.html (original) +++ jclouds/site-content/releasenotes/1.9.3/index.html Mon Feb 10 07:25:53 2025 @@ -153,43 +153,40 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>You can read the official announcement at <a href="http://markmail.org/thread/qlapnppmfbilje7p">Apache jclouds 1.9.3 released</a>. To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> <p>This is a bugfix release. The following list shows the fixed issues and patches that are included in the release:</p> -<h4>Bugs and patches</h4> +<h4 id="bugs-and-patches">Bugs and patches</h4> <ul> -<li><a href='https://github.com/jclouds/jclouds/pull/1027'>PR-1027</a> - fix jclouds/apis/swift retryOnRenew</li> -<li><a href='https://github.com/jclouds/jclouds/pull/991'>PR-991</a> - Fix for ssh reload for CentOS 7</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1044'>JCLOUDS-1044</a> - fix handling NULL JsonTokens in adapters under NullFilteringTypeAdapterFactories class</li> -<li><a href='https://github.com/jclouds/jclouds/pull/956'>PR-956</a> - update CloudstackTemplateOptions pattern</li> -<li><a href='https://github.com/jclouds/jclouds/pull/937'>PR-937</a> - fix hpcloud compute adapter</li> -<li><a href='https://github.com/jclouds/jclouds/pull/934'>PR-934</a> - Version range specification for guava in OSGi</li> -<li><a href='https://github.com/jclouds/jclouds/pull/932'>PR-932</a> - fix for issue if SL machine has multiple credentials registered</li> -<li><a href='https://github.com/jclouds/jclouds/pull/907'>PR-907</a> - Fix: RunScriptOptions equals</li> + <li><a href="https://github.com/jclouds/jclouds/pull/1027">PR-1027</a> - fix jclouds/apis/swift retryOnRenew</li> + <li><a href="https://github.com/jclouds/jclouds/pull/991">PR-991</a> - Fix for ssh reload for CentOS 7</li> + <li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1044">JCLOUDS-1044</a> - fix handling NULL JsonTokens in adapters under NullFilteringTypeAdapterFactories class</li> + <li><a href="https://github.com/jclouds/jclouds/pull/956">PR-956</a> - update CloudstackTemplateOptions pattern</li> + <li><a href="https://github.com/jclouds/jclouds/pull/937">PR-937</a> - fix hpcloud compute adapter</li> + <li><a href="https://github.com/jclouds/jclouds/pull/934">PR-934</a> - Version range specification for guava in OSGi</li> + <li><a href="https://github.com/jclouds/jclouds/pull/932">PR-932</a> - fix for issue if SL machine has multiple credentials registered</li> + <li><a href="https://github.com/jclouds/jclouds/pull/907">PR-907</a> - Fix: RunScriptOptions equals</li> </ul> - -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>The Apache jclouds team would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li>The Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> + <li>The Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> + <li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> </ul> - -<h2><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the <a href="http://markmail.org/thread/lmt6gseuwv5u3tgn">discussion thread</a> and the <a href="http://markmail.org/thread/wfr6psgxz7bq3sap">vote thread</a> for test results for 1.9.3.</p> Modified: jclouds/site-content/releasenotes/2.0.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/2.0.0/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff ============================================================================== --- jclouds/site-content/releasenotes/2.0.0/index.html (original) +++ jclouds/site-content/releasenotes/2.0.0/index.html Mon Feb 10 07:25:53 2025 @@ -153,107 +153,99 @@ </div> <ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#highlights">Release Highlights</a></li> -<li><a href="#computeimprovements">Compute Improvements</a></li> -<li><a href="#blobstoreimprovements">BlobStore Improvements</a></li> -<li><a href="#knownissues">Known Issues</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> + <li><a href="#intro">Introduction</a></li> + <li><a href="#highlights">Release Highlights</a></li> + <li><a href="#computeimprovements">Compute Improvements</a></li> + <li><a href="#blobstoreimprovements">BlobStore Improvements</a></li> + <li><a href="#knownissues">Known Issues</a></li> + <li><a href="#credits">Credits</a></li> + <li><a href="#test">Test Results</a></li> </ol> - -<h2><a id="intro"></a>Introduction</h2> +<h2 id="introduction"><a id="intro"></a>Introduction</h2> <p>Apache jclouds 2.0 represents a significant milestone for the project. We are proud to support all major cloud providers in the marketplace with a mature, stable, codebase that is ready for production. You can <a href="https://s.apache.org/NbYK">read the official announcement here</a>. To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> -<h2><a id="highlights"></a>Release Highlights</h2> +<h2 id="release-highlights"><a id="highlights"></a>Release Highlights</h2> <p>Apache jclouds 2.0 features include:</p> <ul> -<li>Wider compatibility with the Guava and Guice libraries.</li> -<li>Configuration of arbitrary hardware values in the compute abstraction.</li> -<li>Many additions to the blobstore portable abstraction.</li> -<li>Added support for new compute providers: - -<ul> -<li>Microsoft Azure Resource Manager</li> -<li>ProfitBricks v3</li> -<li>OneAndOne</li> -</ul> -</li> -<li>Added support for new blob store providers: - -<ul> -<li>Backblaze B2</li> + <li>Wider compatibility with the Guava and Guice libraries.</li> + <li>Configuration of arbitrary hardware values in the compute abstraction.</li> + <li>Many additions to the blobstore portable abstraction.</li> + <li>Added support for new compute providers: + <ul> + <li>Microsoft Azure Resource Manager</li> + <li>ProfitBricks v3</li> + <li>OneAndOne</li> + </ul> + </li> + <li>Added support for new blob store providers: + <ul> + <li>Backblaze B2</li> + </ul> + </li> + <li>Better integration with OSGi and Apache Karaf.</li> + <li>Numerous bug fixes and performance improvements.</li> </ul> -</li> -<li>Better integration with OSGi and Apache Karaf.</li> -<li>Numerous bug fixes and performance improvements.</li> -</ul> - <p>The complete list of fixed issues and improvements can be found <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327379&styleName=Html&projectId=12314430">here</a>.</p> <p>We have also improved <a href="https://jclouds.ci.cloudbees.com">our CI system</a> by adding compatibility builds with the core libraries and OSGi framework, and by adding weekly builds that run the live tests. Check it out!</p> -<h2><a id="computeimprovements"></a>Compute Improvements</h2> +<h2 id="compute-improvements"><a id="computeimprovements"></a>Compute Improvements</h2> <ul> -<li>Added support for Microsoft Azure ARM, ProfitBricks v3 and OneAndOne.</li> -<li>Configuration of arbitrary hardware values (CPU, memory and disk space) in the compute abstraction. <a href="/blog/2016/08/22/arbitrary-cpu-ram/">Read more</a> about this useful feature developed as part of a GSoC 2016 project!</li> -<li>Added <code>ap-northeast-2</code> (Seoul) and <code>ap-south-1</code> (Mumbai) regions to AWS.</li> -<li>Implemented the compute abstraction in CloudSigma v2.</li> -<li>Added the <code>cloudsigma2-mia</code> (Miami) region to CloudSigma v2.</li> -<li>Promoted Docker and OAuth APIs to the main repo. The <em>groupId</em> for their respective dependencies changes to <code>org.apache.jclouds.api</code>.</li> -<li>Promoted Google Compute Engine and ProfitBricks providers to the main repo. The <em>groupId</em> for their respective dependencies changes to <code>org.apache.jclouds.provider</code>.</li> + <li>Added support for Microsoft Azure ARM, ProfitBricks v3 and OneAndOne.</li> + <li>Configuration of arbitrary hardware values (CPU, memory and disk space) in the compute abstraction. <a href="/blog/2016/08/22/arbitrary-cpu-ram/">Read more</a> about this useful feature developed as part of a GSoC 2016 project!</li> + <li>Added <code class="language-plaintext highlighter-rouge">ap-northeast-2</code> (Seoul) and <code class="language-plaintext highlighter-rouge">ap-south-1</code> (Mumbai) regions to AWS.</li> + <li>Implemented the compute abstraction in CloudSigma v2.</li> + <li>Added the <code class="language-plaintext highlighter-rouge">cloudsigma2-mia</code> (Miami) region to CloudSigma v2.</li> + <li>Promoted Docker and OAuth APIs to the main repo. The <em>groupId</em> for their respective dependencies changes to <code class="language-plaintext highlighter-rouge">org.apache.jclouds.api</code>.</li> + <li>Promoted Google Compute Engine and ProfitBricks providers to the main repo. The <em>groupId</em> for their respective dependencies changes to <code class="language-plaintext highlighter-rouge">org.apache.jclouds.provider</code>.</li> </ul> - -<h2><a id="blobstoreimprovements"></a>BlobStore Improvements</h2> +<h2 id="blobstore-improvements"><a id="blobstoreimprovements"></a>BlobStore Improvements</h2> <ul> -<li>Added support for the Backblaze B2 API.</li> -<li>Removed legacy swift API (superseded by openstack-swift).</li> -<li>Removed discontinued hpcloud-objectstorage provider.</li> -<li>Revamped multi-part upload, including listing contents and aborting operations.</li> -<li>Support for server-side copying of blobs.</li> -<li>Support for listing blobs via prefix and delimiter.</li> -<li>Support modification and retrieval of container and blob ACLs.</li> -<li>Cleaned up percent encoding, enabling use of non-ASCII characters.</li> + <li>Added support for the Backblaze B2 API.</li> + <li>Removed legacy swift API (superseded by openstack-swift).</li> + <li>Removed discontinued hpcloud-objectstorage provider.</li> + <li>Revamped multi-part upload, including listing contents and aborting operations.</li> + <li>Support for server-side copying of blobs.</li> + <li>Support for listing blobs via prefix and delimiter.</li> + <li>Support modification and retrieval of container and blob ACLs.</li> + <li>Cleaned up percent encoding, enabling use of non-ASCII characters.</li> </ul> - -<h2><a id="knownissues"></a> Known Issues</h2> +<h2 id="-known-issues"><a id="knownissues"></a> Known Issues</h2> <ul> -<li>The JSON credentials file used in Google Cloud cannot be used in the jclouds CLI for Google Cloud Storage and for Google Compute Engine, when using a reusable compute service.</li> + <li>The JSON credentials file used in Google Cloud cannot be used in the jclouds CLI for Google Cloud Storage and for Google Compute Engine, when using a reusable compute service.</li> </ul> - -<h2><a id="credits"></a>Credits</h2> +<h2 id="credits"><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li><a href="https://twitter.com/ritazzhang">Rita Zhang</a> and her team, especially <a href="https://twitter.com/jmspring">Jim Spring</a> and <a href="https://twitter.com/jtjk">Janne Koskinen</a>, for their contributions to the Microsoft Azure ARM provider ant the OAuth APIs.</li> -<li><a href="https://twitter.com/jckwart">Josef Cacek</a> for all his contributions to the Docker provider.</li> -<li><a href="https://github.com/alibazlamit">Ali Bazlamit</a> for adding support for the ProfitBricks v3 and the OneAndOne providers.</li> -<li><a href="https://twitter.com/ivanlomba">Iván Lomba</a> for choosing jclouds for his GSoC 2016 project and adding the support for arbitrary CPU and RAM values in the compute abstraction.</li> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> + <li><a href="https://twitter.com/ritazzhang">Rita Zhang</a> and her team, especially <a href="https://twitter.com/jmspring">Jim Spring</a> and <a href="https://twitter.com/jtjk">Janne Koskinen</a>, for their contributions to the Microsoft Azure ARM provider ant the OAuth APIs.</li> + <li><a href="https://twitter.com/jckwart">Josef Cacek</a> for all his contributions to the Docker provider.</li> + <li><a href="https://github.com/alibazlamit">Ali Bazlamit</a> for adding support for the ProfitBricks v3 and the OneAndOne providers.</li> + <li><a href="https://twitter.com/ivanlomba">Iván Lomba</a> for choosing jclouds for his GSoC 2016 project and adding the support for arbitrary CPU and RAM values in the compute abstraction.</li> + <li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> + <li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> </ul> - -<h2><a id="test"></a>Test Results</h2> +<h2 id="test-results"><a id="test"></a>Test Results</h2> <p>Please see the discussion and the vote threads for live test results for 2.0.0:</p> <ul> -<li>RC1 <a href="https://lists.apache.org/thread.html/4ddd8f06e96d1b0493f55ae5fbe4e9c24d3180ad286b73a7603ef797@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/02ae3551b5da6729c76a18fb3375a15f65a0e444cbded912b5c259f9@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> -<li>RC2 <a href="https://lists.apache.org/thread.html/5cc14191a57dbbc40346223d80775236d75878858b11c129305834c4@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/bf4339e17add0ec281965f7285fdfcf8a42ed8c3d30eccb6ec124de8@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> -<li>RC3 <a href="https://lists.apache.org/thread.html/8e57ef987625311b82af4961557730363707c84aba0da05640ed5e6d@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/7d56d66ba43bac352b383ca87d05e94f6aa9b9ed97fc212492c92fbb@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> + <li>RC1 <a href="https://lists.apache.org/thread.html/4ddd8f06e96d1b0493f55ae5fbe4e9c24d3180ad286b73a7603ef797@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/02ae3551b5da6729c76a18fb3375a15f65a0e444cbded912b5c259f9@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> + <li>RC2 <a href="https://lists.apache.org/thread.html/5cc14191a57dbbc40346223d80775236d75878858b11c129305834c4@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/bf4339e17add0ec281965f7285fdfcf8a42ed8c3d30eccb6ec124de8@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> + <li>RC3 <a href="https://lists.apache.org/thread.html/8e57ef987625311b82af4961557730363707c84aba0da05640ed5e6d@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/7d56d66ba43bac352b383ca87d05e94f6aa9b9ed97fc212492c92fbb@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> </ul>
