You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2017/07/20 18:54:54 UTC

curator git commit: Removed Curator RPC

Repository: curator
Updated Branches:
  refs/heads/CURATOR-412 [created] 939994838


Removed Curator RPC


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

Branch: refs/heads/CURATOR-412
Commit: 939994838320b7f0394bdf4f8919df101f5b7359
Parents: 7e611bd
Author: randgalt <ra...@apache.org>
Authored: Thu Jul 20 13:54:44 2017 -0500
Committer: randgalt <ra...@apache.org>
Committed: Thu Jul 20 13:54:44 2017 -0500

----------------------------------------------------------------------
 pom.xml                              | 7 -------
 src/site/confluence/index.confluence | 1 -
 src/site/site.xml                    | 1 -
 3 files changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/93999483/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa8fd86..3aceb5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,6 @@
         <module>curator-examples</module>
         <module>curator-x-discovery</module>
         <module>curator-x-discovery-server</module>
-        <module>curator-x-rpc</module>
         <module>curator-x-async</module>
     </modules>
 
@@ -370,12 +369,6 @@
             </dependency>
 
             <dependency>
-                <groupId>org.apache.curator</groupId>
-                <artifactId>curator-x-rpc</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-math</artifactId>
                 <version>${commons-math-version}</version>

http://git-wip-us.apache.org/repos/asf/curator/blob/93999483/src/site/confluence/index.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/index.confluence b/src/site/confluence/index.confluence
index f9490b4..4caf9c8 100644
--- a/src/site/confluence/index.confluence
+++ b/src/site/confluence/index.confluence
@@ -34,7 +34,6 @@ most users, the only artifact you need is curator\-recipes.
 |org.apache.curator|curator\-examples|Example usages of various Curator features.|
 |org.apache.curator|curator\-x\-discovery|A Service Discovery implementation built on the Curator Framework.|
 |org.apache.curator|curator\-x\-discovery-server|A RESTful server that can be used with Curator Discovery.|
-|org.apache.curator|curator\-x\-rpc|A proxy that bridges non\-java environments with the Curator framework and recipes.|
 
 h2. Versions
 

http://git-wip-us.apache.org/repos/asf/curator/blob/93999483/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 8136c9a..7761966 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -99,7 +99,6 @@
         <menu name="Extensions" inherit="top">
             <item name="Service Discovery" href="curator-x-discovery/index.html"/>
             <item name="Service Discovery Server" href="curator-x-discovery-server/index.html"/>
-            <item name="Curator RPC Proxy" href="curator-x-rpc/index.html"/>
             <item name="Curator Java 8/Async" href="curator-x-async/index.html"/>
         </menu>