Author: everett
Date: Thu Mar 6 20:51:20 2014
New Revision: 1575040
URL: http://svn.apache.org/r1575040
Log:
deploy jclouds site content
Added:
jclouds/site-content/blog/2014/03/04/
jclouds/site-content/blog/2014/03/04/jclouds-meetup/
jclouds/site-content/blog/2014/03/04/jclouds-meetup/index.html
Modified:
jclouds/site-content/blog/atom.xml
jclouds/site-content/blog/index.html
jclouds/site-content/blog/page2/index.html
jclouds/site-content/blog/page3/index.html
jclouds/site-content/blog/page4/index.html
jclouds/site-content/releasenotes/atom.xml
Added: jclouds/site-content/blog/2014/03/04/jclouds-meetup/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/2014/03/04/jclouds-meetup/index.html?rev=1575040&view=auto
==============================================================================
--- jclouds/site-content/blog/2014/03/04/jclouds-meetup/index.html (added)
+++ jclouds/site-content/blog/2014/03/04/jclouds-meetup/index.html Thu Mar 6
20:51:20 2014
@@ -0,0 +1,275 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<title>Apache jclouds® :: jclouds Meetup</title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="">
+<meta name="author" content="">
+
+<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /-->
+<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /-->
+<!--script src="js/less-1.3.3.min.js"></script-->
+<!--append â#!watchâ to the browser URL, then refresh the page. -->
+
+<link href="/css/bootstrap.min.css" rel="stylesheet">
+<link href="/css/style.css" rel="stylesheet">
+<link href="/css/syntax.css" rel="stylesheet">
+
+<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+<!--[if lt IE 9]>
+<script src="js/html5shiv.js"></script>
+<![endif]-->
+
+<!-- Fav and touch icons -->
+<!--
+<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="/img/apple-touch-icon-144-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="/img/apple-touch-icon-114-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="/img/apple-touch-icon-72-precomposed.png">
+<link rel="apple-touch-icon-precomposed"
href="/img/apple-touch-icon-57-precomposed.png">
+-->
+<link rel="shortcut icon" href="/favicon.ico">
+
+<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml"
title="Blog Posts Feed">
+<link rel="alternate" type="application/atom+xml"
href="/releasenotes/atom.xml" title="Release Notes Feed">
+
+<script type="text/javascript" src="/js/jquery.min.js"></script>
+<script type="text/javascript" src="/js/bootstrap.min.js"></script>
+<script type="text/javascript" src="/js/toc.js"></script>
+
+<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 type="text/javascript">
+
(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>
+ <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="/">Apache jclouds ®</a>
+ </div>
+
+ <div class="collapse navbar-collapse"
id="bs-example-navbar-collapse-1">
+ <ul class="nav navbar-nav">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Getting Started<strong class="caret"></strong></a>
+ <ul class="dropdown-menu">
+ <li><a href="/start/what-is-jclouds/">What Is Apache
jclouds?</a></li>
+ <li><a href="/start/install/">Installation
Guide</a></li>
+ <li class="divider"></li>
+ <li><a href="/start/compute/">ComputeService</a></li>
+ <li><a href="/start/blobstore/">BlobStore</a></li>
+ <li><a
href="http://github.com/jclouds/jclouds-examples">Examples</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Documentation<strong class="caret"></strong></a>
+ <ul class="dropdown-menu">
+ <li><a href="/guides/providers/">Cloud
Providers</a></li>
+ <li><a href="/guides">User Guides</a></li>
+ <li><a
href="/reference/configuration/">Configuration</a></li>
+ <li><a href="/reference/logging/">Logging</a></li>
+ <li class="divider"></li>
+ <li class="dropdown-header">Developer Guides</li>
+ <li><a
href="http://wiki.apache.org/jclouds/">Wiki</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Community<strong class="caret"></strong></a>
+ <ul class="dropdown-menu">
+ <li><a href="/community/">Get In Touch!</a></li>
+ <li><a href="http://www.meetup.com/jclouds/">Attend An
Event</a></li>
+ <li><a href="/community/users/">Who Is Using
jclouds?</a></li>
+ <li class="divider"></li>
+ <li class="dropdown-header">Contribute</li>
+ <li><a href="/reference/report-a-bug/">Report a
Bug</a></li>
+ <li><a
href="http://wiki.apache.org/jclouds/How%20to%20Contribute">How To Contribute
Code</a></li>
+ <li><a
href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">How
To Contribute Documentation</a></li>
+ </ul>
+ </li>
+ <li><a href="/blog">Blog</a></li>
+ </ul>
+ <ul class="nav navbar-nav navbar-right">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
+ <ul class="dropdown-menu">
+ <!-- only keep the release notes for supported
versions in this list -->
+ <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
+ <li><a href="/releasenotes/1.7">1.7.0</a></li>
+ <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
+ <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
+ <li><a href="/releasenotes/1.6.1">1.6.1</a></li>
+ <li class="divider"></li>
+ <li class="dropdown-header">Previous releases</li>
+ <li><a href="/releasenotes">Release archive</a></li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <a class="btn btn-success navbar-btn"
href="/start/install/">
+ <span class="glyphicon glyphicon-download"></span>
+ Install
+ </a>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+</nav>
+
+ <div class="container">
+ <div class="page-header">
+ <h1>jclouds Meetup</h1>
+ <span class="text-muted">04 March 2014, by <a
href="https://twitter.com/everett_toews">Everett Toews</a></span>
+ </div>
+ <p>Last night we held a jclouds meetup at Cloudera offices in San
Francisco. It was a well attended meetup and there were a number of new faces
along with our more regular group of attendees. We recorded the whole thing
with Google Hangouts on Air and you can get to know everyone in the first 5
minutes!</p>
+
+<iframe width="640" height="360"
src="//www.youtube.com/embed/8nuON0zGVJI?rel=0" frameborder="0"
allowfullscreen></iframe>
+
+
+<h2>Presentations</h2>
+
+<p>I kicked things off with an introduction to jclouds at <a
href="http://www.youtube.com/watch?v=8nuON0zGVJI&t=3m50s">0:04 of the
meetup</a>. I'll be giving this presentation at ApacheCon on April 7, 2014 and
wanted to take this opportunity to practice it in front of a captive audience.
You can find my presentation slides at <a
href="http://www.slideshare.net/phymata/introduction-to-apache-jclouds">Introduction
to Apache jclouds</a>.</p>
+
+<p>Next up was Andrew Gaul from Maginatics with an informative presentation at
<a href="http://www.youtube.com/watch?v=8nuON0zGVJI&t=40m00s">0:40 of the
meetup</a> on <a href="http://gaul.org/talks/jclouds-at-maginatics/">Apache
jclouds at Maginatics</a>. I personally learned a lot from Andrew's
presentation like the wide variety of differences amongst object storage
providers. The engineering work that Gaul and the team from Maginatics have
done around the BlobStore portable API in jclouds is impressive.</p>
+
+<p>At <a href="http://www.youtube.com/watch?v=8nuON0zGVJI&t=69m0s">1:09 of
the meetup</a> we made a toast to Ignasi Barreraâ for his work in kicking off
the jclouds website redesign. Thanks Ignassi! And thanks to everyone who helped
make it a reality!</p>
+
+<h2>Discussion</h2>
+
+<p>Then we had a good talk about the future of jclouds. A few interesting
points came out of the discussion.</p>
+
+<ol>
+<li>It's time to seriously considering dropping support for Java 6. Java 6 is
officially end-of-life and has been a security bug ridden mess for Java. It's
time to move on. We agreed on a rough plan of action to move forward.
+
+<ol>
+<li>Reach out to users. A blog post dedicated to the topic and sending out an
email and tweets to get user feedback.</li>
+<li>The last branch to have support for Java 1.6 will be a long lived branch,
effectively indefinite. We will backport crucial bug fixes and do releases on
the branch but no new features will be added to it.</li>
+<li>The exact timing and releases in which these things happen have yet to be
decided on.</li>
+</ol>
+</li>
+<li>There was concern expressed by the Maginatics team over the performance
impact of the RestAnnotationProcessor for BlobStore intensive work.
+
+<ol>
+<li>In his presentation, Gaul mentioned that Maginatics had discovered that
the overhead of reflection call in the RestAnnotationProcessor were causing
what should have been I/O intensive work to also be CPU bound.</li>
+<li>The Maginatics team was interested in experimenting with alternatives to
the RestAnnotationProcessor.</li>
+<li>This experimentation could be achieved by supporting a new BlobStore
provider or altering a seldom used BlobStore provider with a new way of making
the HTTP calls.</li>
+</ol>
+</li>
+<li>There was also some interest in creating a compatibility matrix of what
features cloud providers offer and what subset of those features jclouds
supported.
+
+<ol>
+<li>Andrew Gaul offered to create such a matrix for BlobStore providers.</li>
+<li>Andrew Bayer offered to create such a matrix for ComputeService
providers.</li>
+</ol>
+</li>
+</ol>
+
+
+<h2>Next</h2>
+
+<p>Next up, you can find jclouds at SXSW Interactive at the <a
href="https://sup.sxsw.com/schedule/IAP17712">Cloud Portability Workshop with
Multi-Cloud Toolkits</a>. You can also find us at ApacheCon in the <a
href="http://apacheconnorthamerica2014.sched.org/event/50669b4904135c2ee7c755b923120ab3">Introduction
to Apache jclouds</a>, <a
href="http://apacheconnorthamerica2014.sched.org/event/7a27f693d6c64f946568eb3ee4fd6354">Taming
the Cloud Database with Apache jclouds</a>, and <a
href="http://apacheconnorthamerica2014.sched.org/event/8032b496d174c581fbf8f43dd3526e1e">Enabling
Walkup Contributions to Your Project Documentation</a> sessions. Hope to see
you there!</p>
+
+<h2>Conclusion</h2>
+
+<p>Thanks to Cloudera for hosting the meetup and supplying the food and
drinks. Join the <a href="/community/">jclouds community</a> or sign up at the
<a href="http://www.meetup.com/jclouds/">jclouds meetup</a> to get automatic
notifications for our next meetup.</p>
+
+
+ <div id="comments">
+ <hr/>
+ <div id="disqus_thread"></div>
+<script type="text/javascript">
+var disqus_shortname = 'jclouds';
+/* * * DON'T EDIT BELOW THIS LINE * * */
+(function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript';
dsq.async = true;
+ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(dsq);
+})();
+</script>
+<noscript>Please enable JavaScript to view the <a
href="http://disqus.com/?ref_noscript">Comments powered by
Disqus.</a></noscript>
+<a href="http://disqus.com" class="dsq-brlink">Comments powered by <span
class="logo-disqus">Disqus</span></a>
+
+ </div>
+
+ <div class="row clearfix">
+ <div id="footer" class="col-md-12 column">
+ <div id="footer">
+ <hr/>
+ <div class="row clearfix">
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary" href="/start/">Getting Started</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary" href="/reference/report-a-bug/">Report
a Bug</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary"
href="https://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">Fix
This Page</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary"
href="https://wiki.apache.org/jclouds/How%20to%20Contribute">Contribute Code</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary" href="/community/">Contact Us</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary"
href="https://twitter.com/jclouds">Follow Us</a>
+ </p>
+ </div>
+ </div>
+ <hr style="margin-top: 10px"/>
+ <div class="row clearfix">
+ <div class="col-md-12 column">
+ <p class="text-center">
+ Copyright © 2011-2014 <a href="http://www.apache.org">The
Apache Software Foundation</a>. All Rights Reserved.
+ </p>
+ <p class="text-center">
+ Apache, jclouds, Apache jclouds, the jclouds logo, and the
Apache feather logos are registered trademarks or trademarks of the Apache
Software Foundation.
+ </p>
+ <p class="text-center">
+ <img src="/img/feather-small.gif" width="80", height="24"/>
+ </p>
+ <br/>
+ </div>
+ </div>
+</div>
+
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
Modified: jclouds/site-content/blog/atom.xml
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/atom.xml?rev=1575040&r1=1575039&r2=1575040&view=diff
==============================================================================
--- jclouds/site-content/blog/atom.xml (original)
+++ jclouds/site-content/blog/atom.xml Thu Mar 6 20:51:20 2014
@@ -4,15 +4,74 @@
<title><![CDATA[Apache jclouds]]></title>
<link href="http://jclouds.apache.org/atom.xml" rel="self"/>
<link href="http://jclouds.apache.org/"/>
- <updated>2014-03-06T00:01:07+01:00</updated>
+ <updated>2014-03-06T14:50:23-06:00</updated>
<generator uri="http://jekyllrb.com/">Jekyll</generator>
<entry>
+ <id>http://jclouds.apache.org/blog/2014/03/04/jclouds-meetup</id>
+ <title type="html"><![CDATA[jclouds Meetup]]></title>
+ <link href="http://jclouds.apache.org/blog/2014/03/04/jclouds-meetup"/>
+ <updated>2014-03-04T00:00:00-06:00</updated>
+ <content type="html"><![CDATA[<p>Last night we held a jclouds meetup at
Cloudera offices in San Francisco. It was a well attended meetup and there were
a number of new faces along with our more regular group of attendees. We
recorded the whole thing with Google Hangouts on Air and you can get to know
everyone in the first 5 minutes!</p>
+
+<iframe width="640" height="360"
src="//www.youtube.com/embed/8nuON0zGVJI?rel=0" frameborder="0"
allowfullscreen></iframe>
+
+
+<h2>Presentations</h2>
+
+<p>I kicked things off with an introduction to jclouds at <a
href="http://www.youtube.com/watch?v=8nuON0zGVJI&t=3m50s">0:04 of the
meetup</a>. I'll be giving this presentation at ApacheCon on April 7, 2014 and
wanted to take this opportunity to practice it in front of a captive audience.
You can find my presentation slides at <a
href="http://www.slideshare.net/phymata/introduction-to-apache-jclouds">Introduction
to Apache jclouds</a>.</p>
+
+<p>Next up was Andrew Gaul from Maginatics with an informative presentation at
<a href="http://www.youtube.com/watch?v=8nuON0zGVJI&t=40m00s">0:40 of the
meetup</a> on <a href="http://gaul.org/talks/jclouds-at-maginatics/">Apache
jclouds at Maginatics</a>. I personally learned a lot from Andrew's
presentation like the wide variety of differences amongst object storage
providers. The engineering work that Gaul and the team from Maginatics have
done around the BlobStore portable API in jclouds is impressive.</p>
+
+<p>At <a href="http://www.youtube.com/watch?v=8nuON0zGVJI&t=69m0s">1:09 of
the meetup</a> we made a toast to Ignasi Barreraâ for his work in kicking off
the jclouds website redesign. Thanks Ignassi! And thanks to everyone who helped
make it a reality!</p>
+
+<h2>Discussion</h2>
+
+<p>Then we had a good talk about the future of jclouds. A few interesting
points came out of the discussion.</p>
+
+<ol>
+<li>It's time to seriously considering dropping support for Java 6. Java 6 is
officially end-of-life and has been a security bug ridden mess for Java. It's
time to move on. We agreed on a rough plan of action to move forward.
+
+<ol>
+<li>Reach out to users. A blog post dedicated to the topic and sending out an
email and tweets to get user feedback.</li>
+<li>The last branch to have support for Java 1.6 will be a long lived branch,
effectively indefinite. We will backport crucial bug fixes and do releases on
the branch but no new features will be added to it.</li>
+<li>The exact timing and releases in which these things happen have yet to be
decided on.</li>
+</ol>
+</li>
+<li>There was concern expressed by the Maginatics team over the performance
impact of the RestAnnotationProcessor for BlobStore intensive work.
+
+<ol>
+<li>In his presentation, Gaul mentioned that Maginatics had discovered that
the overhead of reflection call in the RestAnnotationProcessor were causing
what should have been I/O intensive work to also be CPU bound.</li>
+<li>The Maginatics team was interested in experimenting with alternatives to
the RestAnnotationProcessor.</li>
+<li>This experimentation could be achieved by supporting a new BlobStore
provider or altering a seldom used BlobStore provider with a new way of making
the HTTP calls.</li>
+</ol>
+</li>
+<li>There was also some interest in creating a compatibility matrix of what
features cloud providers offer and what subset of those features jclouds
supported.
+
+<ol>
+<li>Andrew Gaul offered to create such a matrix for BlobStore providers.</li>
+<li>Andrew Bayer offered to create such a matrix for ComputeService
providers.</li>
+</ol>
+</li>
+</ol>
+
+
+<h2>Next</h2>
+
+<p>Next up, you can find jclouds at SXSW Interactive at the <a
href="https://sup.sxsw.com/schedule/IAP17712">Cloud Portability Workshop with
Multi-Cloud Toolkits</a>. You can also find us at ApacheCon in the <a
href="http://apacheconnorthamerica2014.sched.org/event/50669b4904135c2ee7c755b923120ab3">Introduction
to Apache jclouds</a>, <a
href="http://apacheconnorthamerica2014.sched.org/event/7a27f693d6c64f946568eb3ee4fd6354">Taming
the Cloud Database with Apache jclouds</a>, and <a
href="http://apacheconnorthamerica2014.sched.org/event/8032b496d174c581fbf8f43dd3526e1e">Enabling
Walkup Contributions to Your Project Documentation</a> sessions. Hope to see
you there!</p>
+
+<h2>Conclusion</h2>
+
+<p>Thanks to Cloudera for hosting the meetup and supplying the food and
drinks. Join the <a href="/community/">jclouds community</a> or sign up at the
<a href="http://www.meetup.com/jclouds/">jclouds meetup</a> to get automatic
notifications for our next meetup.</p>
+]]></content>
+ </entry>
+
+ <entry>
<id>http://jclouds.apache.org/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7</id>
<title type="html"><![CDATA[Joining the ASF, new site, and jclouds
1.7!]]></title>
<link
href="http://jclouds.apache.org/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7"/>
- <updated>2014-03-03T00:00:00+01:00</updated>
+ <updated>2014-03-03T00:00:00-06:00</updated>
<content type="html"><![CDATA[<p>It's been a while since our last blog
post, and lots has happened since then. There have been many things that have
kept us busy, and finally, all the hard work is starting to show up. During
this time, we've:</p>
<ul>
@@ -80,7 +139,7 @@
<id>http://jclouds.apache.org/blog/2013/05/13/jclouds-at-gluecon-2013</id>
<title type="html"><![CDATA[jclouds at Gluecon 2013]]></title>
<link
href="http://jclouds.apache.org/blog/2013/05/13/jclouds-at-gluecon-2013"/>
- <updated>2013-05-13T00:00:00+02:00</updated>
+ <updated>2013-05-13T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p><a
href="https://twitter.com/everett_toews">Everett Toews</a> is hitting the road,
getting some hands on keyboards, and really teaching developers how to use
jclouds. He'll be giving a workshop titled <em>"Solve the Cross-Cloud Conundrum
with jclouds"</em> at <a href="http://www.gluecon.com/2013/">Gluecon</a> this
year. The session is on May 22 from 10:30 to 11:30 am in Breakout 2.</p>
<h2>Gluecon</h2>
@@ -103,7 +162,7 @@
<id>http://jclouds.apache.org/blog/2013/04/28/jclouds-1-6-0-released</id>
<title type="html"><![CDATA[jclouds 1.6.0 released!]]></title>
<link
href="http://jclouds.apache.org/blog/2013/04/28/jclouds-1-6-0-released"/>
- <updated>2013-04-28T00:00:00+02:00</updated>
+ <updated>2013-04-28T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p>jclouds 1.6 represents 7 months of
refactoring to essentially "reset" the project 4 years after its founding. The
goal was to do less magic and be easier to code and troubleshoot.</p>
<p>No doubt, we've added new apis, including ones from OpenStack, Rackspace,
AWS, DynECT, and UltraDNS, so if any of that interests you, move on to details
in the <a href="/documentation/releasenotes/1.6/">release notes</a>.</p>
@@ -118,7 +177,7 @@
<id>http://jclouds.apache.org/blog/2012/12/12/jclouds-1-5-4-mistletoe-released</id>
<title type="html"><![CDATA[jclouds 1.5.4 "Mistletoe" released]]></title>
<link
href="http://jclouds.apache.org/blog/2012/12/12/jclouds-1-5-4-mistletoe-released"/>
- <updated>2012-12-12T00:00:00+01:00</updated>
+ <updated>2012-12-12T00:00:00-06:00</updated>
<content type="html"><![CDATA[<p>jclouds community is an international
group with over <a href="https://www.ohloh.net/p/jclouds">100</a> contributors
since we started in early 2009. The idea of holidays vary, but we decided
<strong>Mistletoe</strong> as an appropriate codename for jclouds 1.5.4. Here's
why.</p>
<h2>Chef and Karaf</h2>
@@ -170,7 +229,7 @@
<id>http://jclouds.apache.org/blog/2012/11/17/jclouds-1-5-3-out-the-door</id>
<title type="html"><![CDATA[jclouds 1.5.3 out the door]]></title>
<link
href="http://jclouds.apache.org/blog/2012/11/17/jclouds-1-5-3-out-the-door"/>
- <updated>2012-11-17T00:00:00+01:00</updated>
+ <updated>2012-11-17T00:00:00-06:00</updated>
<content type="html"><![CDATA[<p>Released on 2012-11-14, jclouds 1.5.3
includes minor fixes, and a few important updates.</p>
<ul>
@@ -196,7 +255,7 @@
<id>http://jclouds.apache.org/blog/2012/11/09/500-jclouds-builds-on-buildhive-and-counting</id>
<title type="html"><![CDATA[500 jclouds builds on BuildHive and
counting...]]></title>
<link
href="http://jclouds.apache.org/blog/2012/11/09/500-jclouds-builds-on-buildhive-and-counting"/>
- <updated>2012-11-09T00:00:00+01:00</updated>
+ <updated>2012-11-09T00:00:00-06:00</updated>
<content type="html"><![CDATA[<p>At jclouds, we've been running our
Jenkins continuous integration jobs in CloudBees' <a
href="http://www.cloudbees.com/dev">DEV@cloud</a> for a while now (CloudBees
has a <a href="http://www.cloudbees.com/foss">FOSS</a> programme). We also have
an active and ever-increasing contributor community, which amongst others
means... lots of pull requests.</p>
<p>So we were very interested to hear about <a
href="https://buildhive.cloudbees.com/">BuildHive</a>, another CloudBees
initiative that integrates with your GitHub account to automatically trigger
build jobs for pull requests, and quickly signed up.</p>
@@ -213,7 +272,7 @@
<id>http://jclouds.apache.org/blog/2012/09/28/jclouds-1-5-is-out</id>
<title type="html"><![CDATA[jclouds 1.5 is out!]]></title>
<link href="http://jclouds.apache.org/blog/2012/09/28/jclouds-1-5-is-out"/>
- <updated>2012-09-28T00:00:00+02:00</updated>
+ <updated>2012-09-28T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p>Over 6 months in the making, and just in
time for JavaOne, jclouds 1.5 is formally released. Many of you have been
awaiting (or helping build) massive new support for OpenStack based clouds.
There's even more, such as our new <a
href="https://github.com/jenkinsci/jclouds-plugin">Jenkins Plugin</a> and <a
href="https://github.com/jclouds/jclouds-cli">command-line utility</a>.</p>
<p>I encourage you to check out our <a
href="/documentation/releasenotes/1.5/">release notes</a> and give the newly
minted version <a href="/documentation/userguide/install/">1.5.1</a> a whirl.
If you haven't seen our new website, check it out and let <a
href="https://twitter.com/silkysun">Becca</a> know how you like it!</p>
@@ -228,7 +287,7 @@
<id>http://jclouds.apache.org/blog/2012/07/16/fluency-for-paginated-api-lists</id>
<title type="html"><![CDATA[Fluency for paginated api lists]]></title>
<link
href="http://jclouds.apache.org/blog/2012/07/16/fluency-for-paginated-api-lists"/>
- <updated>2012-07-16T00:00:00+02:00</updated>
+ <updated>2012-07-16T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p>The problem of large result sets is
something cloud providers want you to have. For example, what better sign of
cloud life is there than Amazon S3 having a trillion objects stored so far. The
way most cloud apis deal with listing your million (or even thousand) things is
to paginate the response.</p>
<p>For example, you get a first page with maybe 500 records in it, and a
<em>marker</em> you can use to get the next. Sounds pretty straightforward, and
most jclouds abstractions do this dance for you. For example, our BlobStore api
has an interface <a
href="https://github.com/jclouds/jclouds/blob/master/blobstore/src/main/java/org/jclouds/blobstore/domain/PageSet.java">PageSet</a>
which holds a bunch of results and the underlying marker. This also deals with
the fact that sometimes <em><a
href="http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGET.html">marker</a></em>
is called <em><a
href="http://docs.amazonwebservices.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html">nextToken</a></em>
or other unnecessarily different names :)</p>
@@ -288,7 +347,7 @@
<id>http://jclouds.apache.org/blog/2012/05/02/new-toys-in-1-5-0-alpha-6</id>
<title type="html"><![CDATA[New toys in 1.5.0-alpha.6]]></title>
<link
href="http://jclouds.apache.org/blog/2012/05/02/new-toys-in-1-5-0-alpha-6"/>
- <updated>2012-05-02T00:00:00+02:00</updated>
+ <updated>2012-05-02T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p>We are very near beta, I promise! In the
mean time, we just cut a new codebase with a bunch of cool new toys. Here's a
few. Thanks to Adam Lowe, we are getting even deeper into OpenStack with more
Keystone support than ever. Setup your code to pull
<em>org.jclouds.labs/openstack-keystone</em>, and you can do stuff like
this.</p>
<div class="highlight"><pre><code class="java"><span
class="n">ContextBuilder</span> <span class="n">contextBuilder</span> <span
class="o">=</span> <span class="n">ContextBuilder</span><span
class="o">.</span><span class="na">newBuilder</span><span
class="o">(</span><span class="s">"openstack-keystone"</span><span
class="o">);</span>
@@ -342,7 +401,7 @@
<id>http://jclouds.apache.org/blog/2012/03/23/take-a-peek-at-vcloud-director-1-5-openstack-and</id>
<title type="html"><![CDATA[Take a peek at vCloud Director 1.5, OpenStack,
and VirtualBox]]></title>
<link
href="http://jclouds.apache.org/blog/2012/03/23/take-a-peek-at-vcloud-director-1-5-openstack-and"/>
- <updated>2012-03-23T00:00:00+01:00</updated>
+ <updated>2012-03-23T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p>The jclouds team have been working very
hard lately, particularly on a few new apis. We've decided to cage them no
longer and cut jclouds 1.5.0-alpha.1. Most notably, we've added the
openstack-nova api, and three new providers, all of which discovered via <a
href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/">OpenStack
Keystone v2.0</a>.</p>
<ul>
@@ -399,7 +458,7 @@
<id>http://jclouds.apache.org/blog/2012/03/09/ec2-gets-rid-of-that-if-instancetype-is32bit</id>
<title type="html"><![CDATA[EC2 gets rid of that "if instancetype.is32bit"
statement]]></title>
<link
href="http://jclouds.apache.org/blog/2012/03/09/ec2-gets-rid-of-that-if-instancetype-is32bit"/>
- <updated>2012-03-09T00:00:00+01:00</updated>
+ <updated>2012-03-09T00:00:00-06:00</updated>
<content type="html"><![CDATA[<p>2 weeks ago, I started a bit of a rant on
EC2's 32bit-only vms.</p>
<blockquote><p><em>32bit vms make me angry</em></p>
@@ -426,7 +485,7 @@
<id>http://jclouds.apache.org/blog/2012/01/21/jclouds-1-3-released</id>
<title type="html"><![CDATA[jclouds 1.3 released!]]></title>
<link
href="http://jclouds.apache.org/blog/2012/01/21/jclouds-1-3-released"/>
- <updated>2012-01-21T00:00:00+01:00</updated>
+ <updated>2012-01-21T00:00:00-06:00</updated>
<content type="html"><![CDATA[<p>The 1.3 release of jclouds includes
results of 3-months effort by our contributors. A total of 57 Issues were
addressed between jclouds 1.2.0 and the current revision of jclouds 1.3
(1.3.1).</p>
<p>Notable updates include:</p>
@@ -478,7 +537,7 @@
<id>http://jclouds.apache.org/blog/2012/01/17/jclouds-training-and-jfokus-stockholm</id>
<title type="html"><![CDATA[jclouds training and Jfokus
Stockholm]]></title>
<link
href="http://jclouds.apache.org/blog/2012/01/17/jclouds-training-and-jfokus-stockholm"/>
- <updated>2012-01-17T00:00:00+01:00</updated>
+ <updated>2012-01-17T00:00:00-06:00</updated>
<content type="html"><![CDATA[<p>For those of you in Stockholm, or coming
in for Jfokus, don't miss out on a few nearby events.</p>
<ul>
@@ -498,7 +557,7 @@
<id>http://jclouds.apache.org/blog/2011/10/18/jclouds-1-2-released</id>
<title type="html"><![CDATA[jclouds 1.2 released!]]></title>
<link
href="http://jclouds.apache.org/blog/2011/10/18/jclouds-1-2-released"/>
- <updated>2011-10-18T00:00:00+02:00</updated>
+ <updated>2011-10-18T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p>The 1.2 release of jclouds includes
results of almost 2 months effort by our <a
href="/documentation/reference/apps-that-use-jclouds">community</a>. A total of
55 Issues were addressed between jclouds 1.1 and 1.2, stabilizing the cloud so
you don't have to!</p>
<ul>
@@ -527,7 +586,7 @@
<id>http://jclouds.apache.org/blog/2009/05/13/catching-exceptions-with-less-keystrokes</id>
<title type="html"><![CDATA[Catching exceptions with fewer
keystrokes]]></title>
<link
href="http://jclouds.apache.org/blog/2009/05/13/catching-exceptions-with-less-keystrokes"/>
- <updated>2009-05-13T00:00:00+02:00</updated>
+ <updated>2009-05-13T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p>Some of us hate checked exceptions, but
still use them for one reason or another. A common problem we have is
unnecessary exception nesting, or runtime swallowing. This often leads to the
all to familiar and crufty code with a million catch blocks. jclouds has a
slightly different approach that strikes a balance, allowing checked exceptions
to be dealt with, but without the pain of so many lines of repetitious code.</p>
<div class="highlight"><pre><code class="java"><span class="k">try</span>
<span class="o">{</span>
@@ -564,7 +623,7 @@
<id>http://jclouds.apache.org/blog/2009/05/11/jclouds-s3-beta-released</id>
<title type="html"><![CDATA[jclouds-s3 beta released]]></title>
<link
href="http://jclouds.apache.org/blog/2009/05/11/jclouds-s3-beta-released"/>
- <updated>2009-05-11T00:00:00+02:00</updated>
+ <updated>2009-05-11T00:00:00-05:00</updated>
<content type="html"><![CDATA[<p>jclouds provides any-weight clouds tools
for Java 5 and later: you choose the depth you want. We are pleased to announce
our first beta of <em>jclouds-s3</em>. <em>jclouds-s3</em> provides both
<em>Map<String,InputStream></em> and <em>FutureCommand</em> interfaces to <a
href="http://aws.amazon.com/s3/">Amazon S3</a>.</p>
<p>It features a pluggable core, most notably supporting Apache HttpNio and <a
href="http://code.google.com/appengine/">Google App Engine for Java</a>
runtimes.</p>
Modified: jclouds/site-content/blog/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/index.html?rev=1575040&r1=1575039&r2=1575040&view=diff
==============================================================================
--- jclouds/site-content/blog/index.html (original)
+++ jclouds/site-content/blog/index.html Thu Mar 6 20:51:20 2014
@@ -145,6 +145,11 @@
<h1>Blog & News</h1>
</div>
+<h3><a class="text-primary" href="/blog/2014/03/04/jclouds-meetup">jclouds
Meetup</a></h3>
+<span class="text-muted">04 March 2014, by <a
href="https://twitter.com/everett_toews">Everett Toews</a></span>
+<p><p>Last night we held a jclouds meetup at Cloudera offices in San
Francisco. It was a well attended meetup and there were a number of new faces
along with our more regular group of attendees. We recorded the whole thing
with Google Hangouts on Air and you can get to know everyone in the first 5
minutes!</p>
+</p>
+
<h3><a class="text-primary"
href="/blog/2014/03/03/joining-the-asf-new-site-and-jclouds-1-7">Joining the
ASF, new site, and jclouds 1.7!</a></h3>
<span class="text-muted">03 March 2014, by Ignasi Barrera</span>
<p><p>It's been a while since our last blog post, and lots has happened since
then. There have been many things that have kept us busy, and finally, all the
hard work is starting to show up. During this time, we've:</p>
@@ -165,11 +170,6 @@
<p><p>jclouds community is an international group with over <a
href="https://www.ohloh.net/p/jclouds">100</a> contributors since we started in
early 2009. The idea of holidays vary, but we decided
<strong>Mistletoe</strong> as an appropriate codename for jclouds 1.5.4. Here's
why.</p>
</p>
-<h3><a class="text-primary"
href="/blog/2012/11/17/jclouds-1-5-3-out-the-door">jclouds 1.5.3 out the
door</a></h3>
-<span class="text-muted">17 November 2012, by Adrian Cole</span>
-<p><p>Released on 2012-11-14, jclouds 1.5.3 includes minor fixes, and a few
important updates.</p>
-</p>
-
<ul class="pagination text-center">
Modified: jclouds/site-content/blog/page2/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/page2/index.html?rev=1575040&r1=1575039&r2=1575040&view=diff
==============================================================================
--- jclouds/site-content/blog/page2/index.html (original)
+++ jclouds/site-content/blog/page2/index.html Thu Mar 6 20:51:20 2014
@@ -145,6 +145,11 @@
<h1>Blog & News</h1>
</div>
+<h3><a class="text-primary"
href="/blog/2012/11/17/jclouds-1-5-3-out-the-door">jclouds 1.5.3 out the
door</a></h3>
+<span class="text-muted">17 November 2012, by Adrian Cole</span>
+<p><p>Released on 2012-11-14, jclouds 1.5.3 includes minor fixes, and a few
important updates.</p>
+</p>
+
<h3><a class="text-primary"
href="/blog/2012/11/09/500-jclouds-builds-on-buildhive-and-counting">500
jclouds builds on BuildHive and counting...</a></h3>
<span class="text-muted">09 November 2012, by Adrian Cole</span>
<p><p>At jclouds, we've been running our Jenkins continuous integration jobs
in CloudBees' <a href="http://www.cloudbees.com/dev">DEV@cloud</a> for a while
now (CloudBees has a <a href="http://www.cloudbees.com/foss">FOSS</a>
programme). We also have an active and ever-increasing contributor community,
which amongst others means... lots of pull requests.</p>
@@ -165,11 +170,6 @@
<p><p>We are very near beta, I promise! In the mean time, we just cut a new
codebase with a bunch of cool new toys. Here's a few. Thanks to Adam Lowe, we
are getting even deeper into OpenStack with more Keystone support than ever.
Setup your code to pull <em>org.jclouds.labs/openstack-keystone</em>, and you
can do stuff like this.</p>
</p>
-<h3><a class="text-primary"
href="/blog/2012/03/23/take-a-peek-at-vcloud-director-1-5-openstack-and">Take a
peek at vCloud Director 1.5, OpenStack, and VirtualBox</a></h3>
-<span class="text-muted">23 March 2012, by Adrian Cole</span>
-<p><p>The jclouds team have been working very hard lately, particularly on a
few new apis. We've decided to cage them no longer and cut jclouds
1.5.0-alpha.1. Most notably, we've added the openstack-nova api, and three new
providers, all of which discovered via <a
href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/">OpenStack
Keystone v2.0</a>.</p>
-</p>
-
<ul class="pagination text-center">
Modified: jclouds/site-content/blog/page3/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/page3/index.html?rev=1575040&r1=1575039&r2=1575040&view=diff
==============================================================================
--- jclouds/site-content/blog/page3/index.html (original)
+++ jclouds/site-content/blog/page3/index.html Thu Mar 6 20:51:20 2014
@@ -145,6 +145,11 @@
<h1>Blog & News</h1>
</div>
+<h3><a class="text-primary"
href="/blog/2012/03/23/take-a-peek-at-vcloud-director-1-5-openstack-and">Take a
peek at vCloud Director 1.5, OpenStack, and VirtualBox</a></h3>
+<span class="text-muted">23 March 2012, by Adrian Cole</span>
+<p><p>The jclouds team have been working very hard lately, particularly on a
few new apis. We've decided to cage them no longer and cut jclouds
1.5.0-alpha.1. Most notably, we've added the openstack-nova api, and three new
providers, all of which discovered via <a
href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/">OpenStack
Keystone v2.0</a>.</p>
+</p>
+
<h3><a class="text-primary"
href="/blog/2012/03/09/ec2-gets-rid-of-that-if-instancetype-is32bit">EC2 gets
rid of that "if instancetype.is32bit" statement</a></h3>
<span class="text-muted">09 March 2012, by Adrian Cole</span>
<p><p>2 weeks ago, I started a bit of a rant on EC2's 32bit-only vms.</p>
@@ -165,11 +170,6 @@
<p><p>The 1.2 release of jclouds includes results of almost 2 months effort by
our <a href="/documentation/reference/apps-that-use-jclouds">community</a>. A
total of 55 Issues were addressed between jclouds 1.1 and 1.2, stabilizing the
cloud so you don't have to!</p>
</p>
-<h3><a class="text-primary"
href="/blog/2009/05/13/catching-exceptions-with-less-keystrokes">Catching
exceptions with fewer keystrokes</a></h3>
-<span class="text-muted">13 May 2009, by Adrian Cole</span>
-<p><p>Some of us hate checked exceptions, but still use them for one reason or
another. A common problem we have is unnecessary exception nesting, or runtime
swallowing. This often leads to the all to familiar and crufty code with a
million catch blocks. jclouds has a slightly different approach that strikes a
balance, allowing checked exceptions to be dealt with, but without the pain of
so many lines of repetitious code.</p>
-</p>
-
<ul class="pagination text-center">
Modified: jclouds/site-content/blog/page4/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/page4/index.html?rev=1575040&r1=1575039&r2=1575040&view=diff
==============================================================================
--- jclouds/site-content/blog/page4/index.html (original)
+++ jclouds/site-content/blog/page4/index.html Thu Mar 6 20:51:20 2014
@@ -145,6 +145,11 @@
<h1>Blog & News</h1>
</div>
+<h3><a class="text-primary"
href="/blog/2009/05/13/catching-exceptions-with-less-keystrokes">Catching
exceptions with fewer keystrokes</a></h3>
+<span class="text-muted">13 May 2009, by Adrian Cole</span>
+<p><p>Some of us hate checked exceptions, but still use them for one reason or
another. A common problem we have is unnecessary exception nesting, or runtime
swallowing. This often leads to the all to familiar and crufty code with a
million catch blocks. jclouds has a slightly different approach that strikes a
balance, allowing checked exceptions to be dealt with, but without the pain of
so many lines of repetitious code.</p>
+</p>
+
<h3><a class="text-primary"
href="/blog/2009/05/11/jclouds-s3-beta-released">jclouds-s3 beta
released</a></h3>
<span class="text-muted">11 May 2009, by Adrian Cole</span>
<p><p>jclouds provides any-weight clouds tools for Java 5 and later: you
choose the depth you want. We are pleased to announce our first beta of
<em>jclouds-s3</em>. <em>jclouds-s3</em> provides both
<em>Map<String,InputStream></em> and <em>FutureCommand</em> interfaces to <a
href="http://aws.amazon.com/s3/">Amazon S3</a>.</p>
Modified: jclouds/site-content/releasenotes/atom.xml
URL:
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1575040&r1=1575039&r2=1575040&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/atom.xml (original)
+++ jclouds/site-content/releasenotes/atom.xml Thu Mar 6 20:51:20 2014
@@ -4,7 +4,7 @@
<title><![CDATA[Apache jclouds]]></title>
<link href="http://jclouds.apache.org/atom.xml" rel="self"/>
<link href="http://jclouds.apache.org/"/>
- <updated>2014-03-06T00:01:07+01:00</updated>
+ <updated>2014-03-06T14:50:23-06:00</updated>
<generator uri="http://jekyllrb.com/">Jekyll</generator>