Repository: curator
Updated Branches:
  refs/heads/CURATOR-351 f89c1ea53 -> e3fec5bc7


updated the DOAP file


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/4bc2ac32
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/4bc2ac32
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/4bc2ac32

Branch: refs/heads/CURATOR-351
Commit: 4bc2ac329517df67fd6cb410fd24ede9f12335d9
Parents: 2672049
Author: randgalt <[email protected]>
Authored: Mon Apr 3 11:50:07 2017 -0500
Committer: randgalt <[email protected]>
Committed: Mon Apr 3 11:50:07 2017 -0500

----------------------------------------------------------------------
 doap.rdf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/4bc2ac32/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 294499e..99c6e61 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -28,7 +28,9 @@
     <homepage rdf:resource="http://curator.apache.org/"; />
     <asfext:pmc rdf:resource="http://curator.apache.org"; />
     <shortdesc>A set of Java libraries that make using Apache ZooKeeper much 
easier.</shortdesc>
-    <description>New users of ZooKeeper are surprised to learn that a 
significant amount of connection management must be done manually. For example, 
when the ZooKeeper client connects to the ensemble it must negotiate a new 
session, etc. This takes some time. If you use a ZooKeeper client API before 
the connection process has completed, ZooKeeper will throw an exception. These 
types of exceptions are referred to as "recoverable" errors. Curator 
automatically handles connection management, greatly simplifying client code. 
Instead of directly using the ZooKeeper APIs you use Curator APIs that 
internally check for connection completion and wrap each ZooKeeper API in a 
retry loop. Curator uses a retry mechanism to handle recoverable errors and 
automatically retry operations. The method of retry is customizable. Curator 
comes bundled with several implementations (ExponentialBackoffRetry, etc.) or 
custom implementations can be written.</description>
+    <description>Apache Curator is a Java/JVM client library for Apache 
ZooKeeper, a distributed coordination service. 
+    It includes a highlevel API framework and utilities to make using Apache 
ZooKeeper much easier and more reliable. It also 
+    includes recipes for common use cases and extensions such as service 
discovery and a Java 8 asynchronous DSL.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/CURATOR"; 
/>
     <mailing-list rdf:resource="http://curator.apache.org/mail-lists.html"; />
     <download-page 
rdf:resource="http://www.apache.org/dyn/closer.cgi/curator/"; />

Reply via email to