Added: jclouds/site-content/documentation/providers/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/documentation/providers/index.html?rev=1568850&view=auto ============================================================================== --- jclouds/site-content/documentation/providers/index.html (added) +++ jclouds/site-content/documentation/providers/index.html Sun Feb 16 22:34:07 2014 @@ -0,0 +1,23 @@ +<ul> +<li><a href="/documentation/providers/abiquo">Abiquo</a></li> +<li><a href="/documentation/providers/aws">Amazon Web Services</a></li> +<li><a href="/documentation/providers/using-ec2">Amazon EC2</a></li> +<li><a href="/documentation/providers/using-s3">Amazon S3</a></li> +<li><a href="/documentation/providers/sqs">Amazon SQS</a></li> +<li><a href="/documentation/providers/ebs">Amazon Elastic Block Storage</a></li> +<li><a href="/documentation/providers/azure-storage">Azure Storage Service</a></li> +<li><a href="/documentation/providers/bluelock">BlueLock vCloud</a></li> +<li><a href="/documentation/providers/chef">Chef</a></li> +<li><a href="/documentation/providers/cloudsigma">CloudSigma</a></li> +<li><a href="/documentation/providers/go-grid">GoGrid</a></li> +<li><a href="/documentation/providers/google-app-engine">Google App Engine</a></li> +<li><a href="/documentation/providers/hpcloud">HP Cloud Services</a></li> +<li><a href="/documentation/providers/openstack">OpenStack</a></li> +<li><a href="/documentation/providers/rackspace">Rackspace</a></li> +<li><a href="/documentation/providers/terremark">Terremark</a></li> +<li><a href="/documentation/providers/terremark-ecloud">Terremark eCloud</a></li> +<li><a href="/documentation/providers/terremark-vcloud-express">Terremark vCloud Express</a></li> +<li><a href="/documentation/providers/vmware-vcloud">VMWare vCloud</a></li> +<li><a href="/documentation/providers/vmware-vcloud-director">VMWare vCloud Director 1.5</a></li> +</ul> +
Added: jclouds/site-content/documentation/releasenotes/1.7.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/documentation/releasenotes/1.7.1/index.html?rev=1568850&view=auto ============================================================================== --- jclouds/site-content/documentation/releasenotes/1.7.1/index.html (added) +++ jclouds/site-content/documentation/releasenotes/1.7.1/index.html Sun Feb 16 22:34:07 2014 @@ -0,0 +1,152 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> + +<head> + <title>Apache jclouds® :: Release Notes for Version 1.7.1</title> + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> + + <!-- **** jclouds stylesheet **** --> + <link rel="stylesheet" type="text/css" href="/style/style.css"/> + + <!-- **** syntax highlighting stylesheet **** --> + <link rel="stylesheet" type="text/css" href="/style/syntax.css"/> + + <!-- **** Google Fonts **** --> + <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'> + <link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet'/> + + <script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-8638379-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + + </script> + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-47106724-1', 'jclouds.apache.com'); + ga('send', 'pageview'); + + </script> +</head> + +<body> + <div id="main"> + <div id="top"> + <a href="/"><div id="logo"></div></a> + <div id="menu"> + <ul> +<li><a href="/documentation/gettingstarted/">Getting Started</a></li> +<li><a href="/documentation/">Documentation</a></li> +<li><a href="/documentation/community/">Community</a></li> +<li><a href="/documentation/devguides/">Development</a></li> +<li><a href="/blog/">Blog</a></li> +</ul> + + <!-- This bit of liquid lets us render the template components as markdown --> + </div> + </div> + <div id="content"> + <div id="column2"> + <h1>Release Notes for Apache jclouds® Version 1.7.1</h1> + +<p>Release Date: February 11, 2014</p> + +<h2>Introduction</h2> + +<p>jclouds version 1.7.1 is the fifth release of jclouds as an Apache TLP.</p> + +<p>You can read the official announcement at <a href="http://markmail.org/message/wvskzm356n2mraif">Apache jclouds 1.7.1 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588">JIRA Release Notes</a>.</p> + +<p>To get jclouds, please see the <a href="/documentation/userguide/installation-guide">jclouds installation guide</a>.</p> + +<h2>Notable updates</h2> + +<ul> +<li>A workaround for <a href="https://issues.apache.org/jira/browse/JCLOUDS-427">JCLOUDS-427</a> is provided to make jclouds compatible with JRE 1.7.0_51-b13.</li> +<li>Added the <a href="https://www.digitalocean.com">DigitalOcean</a> compute provider. It is available in labs under the following Maven coordinates:</li> +</ul> + + +<div class="highlight"><pre><code class="xml"><span class="nt"><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> + + +<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 to configure the networks where the nodes will be attached directly from the portable Compute interface.</li> +</ul> + + +<h2>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 +Guava 15.0 or earlier, or wait for jclouds 1.8.</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"></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>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> + +<p>Please see the <a href="http://markmail.org/message/dpfrnkcwvtf5scb7">release discussion thread</a> for test results for 1.7.1.</p> + + </div> + </div> + <div id="footer"> + <p>Copyright © 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p> + +<p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p> + +<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p> + +<p><img src="/style/feather-small.gif" width="80", height="24"/></p> + <!-- This bit of liquid lets us render the template components as markdown --> + </div> + </div> +</body> +</html> Modified: jclouds/site-content/documentation/releasenotes/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/documentation/releasenotes/index.html?rev=1568850&r1=1568849&r2=1568850&view=diff ============================================================================== --- jclouds/site-content/documentation/releasenotes/index.html (original) +++ jclouds/site-content/documentation/releasenotes/index.html Sun Feb 16 22:34:07 2014 @@ -64,6 +64,7 @@ <p>The Release Notes and Javadocs for every major release of Apache jclouds are listed chronologically below.</p> <ul> +<li><a href="/documentation/releasenotes/1.7.1">1.7.1</a> | <a href="http://demobox.github.io/jclouds-maven-site-1.7.1/1.7.1/jclouds/apidocs/">Javadoc</a></li> <li><a href="/documentation/releasenotes/1.7">1.7.0</a> | <a href="http://demobox.github.io/jclouds-maven-site-1.7.0/1.7.0/jclouds/apidocs/">Javadoc</a></li> <li><a href="/documentation/releasenotes/1.6.3">1.6.3</a> | <a href="http://demobox.github.io/jclouds-maven-site-1.6.3/1.6.3/jclouds/apidocs/">Javadoc</a></li> <li><a href="/documentation/releasenotes/1.6.2">1.6.2</a> | <a href="http://demobox.github.io/jclouds-maven-site-1.6.2/1.6.2-incubating/jclouds/apidocs/">Javadoc</a></li>
