You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by za...@apache.org on 2015/04/07 23:33:05 UTC

[07/32] jclouds git commit: Better explanation of Beta APIs

Better explanation of Beta APIs


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/5dfa1cff
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/5dfa1cff
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/5dfa1cff

Branch: refs/heads/master
Commit: 5dfa1cff5cb25a24319d776ee7075a314e50ddd1
Parents: d13ff0e
Author: Everett Toews <ev...@rackspace.com>
Authored: Thu Apr 3 17:17:55 2014 -0500
Committer: Everett Toews <ev...@rackspace.com>
Committed: Thu Apr 3 17:33:22 2014 -0500

----------------------------------------------------------------------
 apis/rackspace-cloudfiles/README.md         | 4 +++-
 providers/rackspace-cloudfiles-uk/README.md | 4 +++-
 providers/rackspace-cloudfiles-us/README.md | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/5dfa1cff/apis/rackspace-cloudfiles/README.md
----------------------------------------------------------------------
diff --git a/apis/rackspace-cloudfiles/README.md b/apis/rackspace-cloudfiles/README.md
index 1142323..3da83d2 100644
--- a/apis/rackspace-cloudfiles/README.md
+++ b/apis/rackspace-cloudfiles/README.md
@@ -17,4 +17,6 @@ With this multi-region support, each BlobStore can be isolated to a specific reg
      BlobStore iadBlobStore = ctx.blobStoreInRegion("IAD");
 
 Production ready?
-No
+Beta
+
+This API is new to jclouds and hence is in Beta. That means we need people to use it and give us feedback. 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.

http://git-wip-us.apache.org/repos/asf/jclouds/blob/5dfa1cff/providers/rackspace-cloudfiles-uk/README.md
----------------------------------------------------------------------
diff --git a/providers/rackspace-cloudfiles-uk/README.md b/providers/rackspace-cloudfiles-uk/README.md
index 52ea6ec..71d04bb 100644
--- a/providers/rackspace-cloudfiles-uk/README.md
+++ b/providers/rackspace-cloudfiles-uk/README.md
@@ -16,4 +16,6 @@ With this multi-region support, a BlobStore can be isolated to a specific region
      BlobStore dfwBlobStore = ctx.blobStoreInRegion("LON");
 
 Production ready?
-No
+Beta
+
+This API is new to jclouds and hence is in Beta. That means we need people to use it and give us feedback. 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.

http://git-wip-us.apache.org/repos/asf/jclouds/blob/5dfa1cff/providers/rackspace-cloudfiles-us/README.md
----------------------------------------------------------------------
diff --git a/providers/rackspace-cloudfiles-us/README.md b/providers/rackspace-cloudfiles-us/README.md
index 25ded8c..9bd50c2 100644
--- a/providers/rackspace-cloudfiles-us/README.md
+++ b/providers/rackspace-cloudfiles-us/README.md
@@ -17,4 +17,6 @@ With this multi-region support, each BlobStore can be isolated to a specific reg
      BlobStore iadBlobStore = ctx.blobStoreInRegion("IAD");
 
 Production ready?
-No
+Beta
+
+This API is new to jclouds and hence is in Beta. That means we need people to use it and give us feedback. 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.