[38/50] curator git commit: CURATOR-190 - Fixed up unit tests that were failing due to server restart. Removed unnecessary use of PersistentEphemeralNode from testConnectionStateListener()

2015-05-05 Thread randgalt
CURATOR-190 - Fixed up unit tests that were failing due to server restart. Removed unnecessary use of PersistentEphemeralNode from testConnectionStateListener() Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/017e199a

[31/50] curator git commit: cleanup/refactoring

2015-05-05 Thread randgalt
: refs/heads/CURATOR-3.0 Commit: f8b67dc42d9892b59b5afd52e351c4ef11c4d457 Parents: 1665084 Author: randgalt randg...@apache.org Authored: Tue Apr 21 18:01:34 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue Apr 21 18:01:34 2015 -0500

[04/50] curator git commit: Reaper now sets its initial reapingIsActive state based on the state of the leader latch in case the leader latch was already started before being passed into the reaper's

2015-05-05 Thread randgalt
Reaper now sets its initial reapingIsActive state based on the state of the leader latch in case the leader latch was already started before being passed into the reaper's constructor Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

[13/50] curator git commit: doc update

2015-05-05 Thread randgalt
/CURATOR-3.0 Commit: dd03a63132e5ffe97dba7f1a5b80d72e04a544e7 Parents: 7fe94bb Author: randgalt randg...@apache.org Authored: Mon Apr 6 17:27:45 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 6 17:27:45 2015 -0500

[05/50] curator git commit: ChildReaper now creates a leaderLatch itself if a leader path is provided and does no work (such as passing paths to its Reaper) if it is not currently the leader.

2015-05-05 Thread randgalt
ChildReaper now creates a leaderLatch itself if a leader path is provided and does no work (such as passing paths to its Reaper) if it is not currently the leader. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

[27/50] curator git commit: CLEAN_THRESHOLD_MS can't be static due to testing

2015-05-05 Thread randgalt
/curator/diff/fa0c9da0 Branch: refs/heads/CURATOR-3.0 Commit: fa0c9da0b022eedc0b0608062433244ad1b3fde5 Parents: f489dfe Author: randgalt randg...@apache.org Authored: Tue Apr 21 15:23:42 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue Apr 21 15:23:42 2015 -0500

[15/50] curator git commit: some logging

2015-05-05 Thread randgalt
/heads/CURATOR-3.0 Commit: 9ab4668e717ad8268b33ce55807f4c26b1ad1077 Parents: dd03a63 Author: randgalt randg...@apache.org Authored: Tue Apr 7 18:56:41 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue Apr 7 18:56:41 2015 -0500

[16/50] curator git commit: Guaranteed deletes must accept InterruptedException as well as retryable exceptions

2015-05-05 Thread randgalt
://git-wip-us.apache.org/repos/asf/curator/diff/989f9414 Branch: refs/heads/CURATOR-3.0 Commit: 989f94148faae97f23368e4b5bae2f1f03eaa62c Parents: 6a56c51 Author: randgalt randg...@apache.org Authored: Sun Apr 19 13:13:45 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sun Apr 19 13:13

[35/50] curator git commit: some reformatting

2015-05-05 Thread randgalt
: refs/heads/CURATOR-3.0 Commit: 8b250ccd60d1536a930cf4102b36fa0098ed486a Parents: 03879d1 Author: randgalt randg...@apache.org Authored: Mon Apr 27 16:07:22 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 27 16:07:22 2015 -0500

[18/50] curator git commit: If the server successfully creates a Curator-protected node by crashes before returning to the client, Curator will incorrectly set the wrong value for the name field in th

2015-05-05 Thread randgalt
: c805679c8d4307360710a24cddc071cbbcb5ca75 Parents: c9a5c4a Author: randgalt randg...@apache.org Authored: Mon Apr 20 20:16:40 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 20 20:16:40 2015 -0500 -- .../framework/imps

[14/50] curator git commit: CURATOR-204 Update parent pom to apache:16

2015-05-05 Thread randgalt
CURATOR-204 Update parent pom to apache:16 Update parent pom to apache 16 and remove duplicative version declarations. Let apache handle it where we don't conflict. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

[50/50] curator git commit: JDK version should be 1.7

2015-05-05 Thread randgalt
Branch: refs/heads/CURATOR-3.0 Commit: 6d5136ef3daf11d95caf9dfb17aaea1459dc8c78 Parents: 9088572 Author: randgalt randg...@apache.org Authored: Tue May 5 23:13:21 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 23:13:21 2015 -0500

[1/8] curator git commit: Upgrade to ZooKeeper 3.5.0-alpha.

2015-05-05 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-160 36b9ed888 - ea1a16841 Upgrade to ZooKeeper 3.5.0-alpha. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/271924bc Tree:

[6/8] curator git commit: [CURATOR-160] Fix QuorumConfigBuilder to provide a valid server string.

2015-05-05 Thread randgalt
[CURATOR-160] Fix QuorumConfigBuilder to provide a valid server string. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/3b5452f2 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/3b5452f2 Diff:

[5/8] curator git commit: [CURATOR-160] Made Configurable optional. Fix storingStatIn in GetConfigBuilderImpl.

2015-05-05 Thread randgalt
[CURATOR-160] Made Configurable optional. Fix storingStatIn in GetConfigBuilderImpl. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/625441b5 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/625441b5 Diff:

[8/8] curator git commit: Merge branch 'CURATOR-160' of github.com:iocanel/curator into CURATOR-160

2015-05-05 Thread randgalt
: ea1a1684198ca2fa317486a881d5f48466fbf8f8 Parents: 36b9ed8 625441b Author: randgalt randg...@apache.org Authored: Wed May 6 00:00:37 2015 -0500 Committer: randgalt randg...@apache.org Committed: Wed May 6 00:00:37 2015 -0500 -- .../api

[3/8] curator git commit: Update project version to 3.0.0-SNAPSHOT.

2015-05-05 Thread randgalt
Update project version to 3.0.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/e11ef78a Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/e11ef78a Diff:

[43/50] curator git commit: [maven-release-plugin] prepare for next development iteration

2015-05-05 Thread randgalt
/repos/asf/curator/diff/4d1af0b5 Branch: refs/heads/CURATOR-160 Commit: 4d1af0b5d32f64bb2ab8204fbc01de7c1593cf3e Parents: cf02c82 Author: randgalt randg...@apache.org Authored: Tue May 5 18:56:45 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 18:56:45 2015 -0500

[34/50] curator git commit: some reformatting

2015-05-05 Thread randgalt
: refs/heads/CURATOR-160 Commit: 8b250ccd60d1536a930cf4102b36fa0098ed486a Parents: 03879d1 Author: randgalt randg...@apache.org Authored: Mon Apr 27 16:07:22 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 27 16:07:22 2015 -0500

[39/50] curator git commit: CURATOR-210 - Fixes to unit tests to restart() the TestingServer instance instead of close()ing it and then recreating it to simulate connection loss.

2015-05-05 Thread randgalt
CURATOR-210 - Fixes to unit tests to restart() the TestingServer instance instead of close()ing it and then recreating it to simulate connection loss. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/c47ae740 Tree:

[50/50] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-160

2015-05-05 Thread randgalt
/diff/36b9ed88 Branch: refs/heads/CURATOR-160 Commit: 36b9ed888bb6178dfb1a5a1c90927f6e9bc8d3c9 Parents: 7ab1b37 6d5136e Author: randgalt randg...@apache.org Authored: Tue May 5 23:55:43 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 23:55:43 2015 -0500

[47/50] curator git commit: [maven-release-plugin] prepare for next development iteration

2015-05-05 Thread randgalt
/repos/asf/curator/diff/d9362d15 Branch: refs/heads/CURATOR-160 Commit: d9362d1596f4541ebdc79b1b7ceb410ac19f11cc Parents: 2239cb1 Author: randgalt randg...@apache.org Authored: Tue May 5 19:19:41 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 19:19:41 2015 -0500

[49/50] curator git commit: JDK version should be 1.7

2015-05-05 Thread randgalt
Branch: refs/heads/CURATOR-160 Commit: 6d5136ef3daf11d95caf9dfb17aaea1459dc8c78 Parents: 9088572 Author: randgalt randg...@apache.org Authored: Tue May 5 23:13:21 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 23:13:21 2015 -0500

[33/50] curator git commit: vast simplication. Holder isn't needed. This is better

2015-05-05 Thread randgalt
/asf/curator/diff/03879d1e Branch: refs/heads/CURATOR-160 Commit: 03879d1e627e93bd867bb7a0fdfdd875b033560e Parents: 1a16f82 Author: randgalt randg...@apache.org Authored: Mon Apr 27 15:12:11 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 27 15:12:11 2015 -0500

[08/50] curator git commit: Merge branch 'CURATOR-173'

2015-05-05 Thread randgalt
Merge branch 'CURATOR-173' Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/67b122da Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/67b122da Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/67b122da

[15/50] curator git commit: Guaranteed deletes must accept InterruptedException as well as retryable exceptions

2015-05-05 Thread randgalt
://git-wip-us.apache.org/repos/asf/curator/diff/989f9414 Branch: refs/heads/CURATOR-160 Commit: 989f94148faae97f23368e4b5bae2f1f03eaa62c Parents: 6a56c51 Author: randgalt randg...@apache.org Authored: Sun Apr 19 13:13:45 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sun Apr 19 13:13

[38/50] curator git commit: Merge branch 'CURATOR-190'

2015-05-05 Thread randgalt
Merge branch 'CURATOR-190' Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/da8b2d42 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/da8b2d42 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/da8b2d42

[09/50] curator git commit: Merge branch 'CURATOR-190'

2015-05-05 Thread randgalt
Merge branch 'CURATOR-190' Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6a56c514 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6a56c514 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6a56c514

[13/50] curator git commit: CURATOR-204 Update parent pom to apache:16

2015-05-05 Thread randgalt
CURATOR-204 Update parent pom to apache:16 Update parent pom to apache 16 and remove duplicative version declarations. Let apache handle it where we don't conflict. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

[01/50] curator git commit: Port Codehaus Jackson to fasterxml Jackson.

2015-05-05 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-160 2c576dc34 - 36b9ed888 Port Codehaus Jackson to fasterxml Jackson. One line of executable code changed, here, in org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext#unMarshallJson @Override public T

[35/50] curator git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator

2015-05-05 Thread randgalt
-us.apache.org/repos/asf/curator/diff/06af6ff1 Branch: refs/heads/CURATOR-160 Commit: 06af6ff1cc7f4f4de89571dfd7024efe7fd03d38 Parents: 8b250cc 6e16d0d Author: randgalt randg...@apache.org Authored: Mon Apr 27 17:09:46 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 27 17:09:46

[29/50] curator git commit: removed some unneeded APIs

2015-05-05 Thread randgalt
Branch: refs/heads/CURATOR-160 Commit: 1665084376546b518965294aab2e32e2ad24d6ac Parents: d6a51f4 Author: randgalt randg...@apache.org Authored: Tue Apr 21 17:49:53 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue Apr 21 17:49:53 2015 -0500

[40/50] curator git commit: CURATOR-211 - Fix readLockPredicate() index validation issue

2015-05-05 Thread randgalt
CURATOR-211 - Fix readLockPredicate() index validation issue Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/fc115149 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/fc115149 Diff:

[10/50] curator git commit: Merge branch 'CURATOR-186' of https://github.com/xoom/curator into CURATOR-186

2015-05-05 Thread randgalt
-wip-us.apache.org/repos/asf/curator/diff/de23cae9 Branch: refs/heads/CURATOR-160 Commit: de23cae9e5dcb2681f2a0934c2fbb8fd7570ff0b Parents: 6a56c51 4bd2c0b Author: randgalt randg...@apache.org Authored: Wed Apr 1 17:22:35 2015 -0500 Committer: randgalt randg...@apache.org Committed: Wed Apr 1 17:22

[44/50] curator git commit: [maven-release-plugin] prepare release apache-curator-2.8.0

2015-05-05 Thread randgalt
/repos/asf/curator/diff/0546f2c1 Branch: refs/heads/CURATOR-160 Commit: 0546f2c129c259946eabe5cba9a4debd72d859e1 Parents: 4d1af0b Author: randgalt randg...@apache.org Authored: Tue May 5 19:12:12 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 19:12:12 2015 -0500

[31/50] curator git commit: Merge branch 'master' into CURATOR-154

2015-05-05 Thread randgalt
Merge branch 'master' into CURATOR-154 Conflicts: curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentEphemeralNode.java Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

[24/50] curator git commit: set watched instances to true to check that as well

2015-05-05 Thread randgalt
/curator/diff/0178c830 Branch: refs/heads/CURATOR-160 Commit: 0178c830385854bb8737afba301c7896604e4547 Parents: 915d83a Author: randgalt randg...@apache.org Authored: Tue Apr 21 12:35:23 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue Apr 21 12:35:23 2015 -0500

[32/50] curator git commit: Use sync instead of locks. It's simpler and clearer

2015-05-05 Thread randgalt
/curator/diff/1a16f82b Branch: refs/heads/CURATOR-160 Commit: 1a16f82baae0360a2823db2cc811fbeb3d6e1392 Parents: f8b67dc Author: randgalt randg...@apache.org Authored: Mon Apr 27 14:51:46 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 27 14:51:46 2015 -0500

[25/50] curator git commit: Concurrent registrations/unregistrations and connection issues can cause inconsistent state. Change to a model whereby 'unregistering' an instance doesn't remove it from ma

2015-05-05 Thread randgalt
Commit: f489dfebeed4ecf004ded37a0f05a0a8a2dc7e6d Parents: 0178c83 Author: randgalt randg...@apache.org Authored: Tue Apr 21 15:13:26 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue Apr 21 15:13:26 2015 -0500

[17/50] curator git commit: If the server successfully creates a Curator-protected node by crashes before returning to the client, Curator will incorrectly set the wrong value for the name field in th

2015-05-05 Thread randgalt
: c805679c8d4307360710a24cddc071cbbcb5ca75 Parents: c9a5c4a Author: randgalt randg...@apache.org Authored: Mon Apr 20 20:16:40 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 20 20:16:40 2015 -0500 -- .../framework/imps

[37/50] curator git commit: CURATOR-190 - Fixed up unit tests that were failing due to server restart. Removed unnecessary use of PersistentEphemeralNode from testConnectionStateListener()

2015-05-05 Thread randgalt
CURATOR-190 - Fixed up unit tests that were failing due to server restart. Removed unnecessary use of PersistentEphemeralNode from testConnectionStateListener() Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/017e199a

[36/50] curator git commit: closes #72 superceded by PR #73

2015-05-05 Thread randgalt
/11d1dd4e Branch: refs/heads/CURATOR-160 Commit: 11d1dd4e58cedb300271f2c1e9c8dca19722051b Parents: 06af6ff Author: randgalt randg...@apache.org Authored: Mon Apr 27 17:13:14 2015 -0500 Committer: randgalt randg...@apache.org Committed: Mon Apr 27 17:13:14 2015 -0500 -- --

[02/50] curator git commit: Adding a new constructor to Reaper so that it can optionally take a fully constructed leader latch that is owned by another class rather than create its own leader latch

2015-05-05 Thread randgalt
Adding a new constructor to Reaper so that it can optionally take a fully constructed leader latch that is owned by another class rather than create its own leader latch Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

[41/50] curator git commit: fixed version

2015-05-05 Thread randgalt
/heads/CURATOR-160 Commit: 9323d9a7a8555494f524e35fa59d3b776ac27977 Parents: fc11514 Author: randgalt randg...@apache.org Authored: Tue May 5 18:53:25 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 18:53:25 2015 -0500

[11/50] curator git commit: make sure ChildReaper always moves through all registered nodes. Also, add an optionl check so that large nodes are never queried

2015-05-05 Thread randgalt
-us.apache.org/repos/asf/curator/tree/7fe94bb1 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/7fe94bb1 Branch: refs/heads/CURATOR-160 Commit: 7fe94bb1517fa32dcb2e1972ada9b7b493c1108b Parents: 6a56c51 Author: randgalt randg...@apache.org Authored: Mon Apr 6 16:41:24 2015 -0500 Committer: randgalt

[21/50] curator git commit: Merge branch 'CURATOR-204' of github.com:madrob/curator into CURATOR-204

2015-05-05 Thread randgalt
-us.apache.org/repos/asf/curator/diff/5b24948d Branch: refs/heads/CURATOR-160 Commit: 5b24948d2385d24132f1059d5bb52f6452e598b6 Parents: 2347b57 6f505c2 Author: randgalt randg...@apache.org Authored: Tue Apr 21 11:17:24 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue Apr 21 11:17:24

curator git commit: CURATOR-211 - Fix readLockPredicate() index validation issue

2015-05-05 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-211 [created] fc1151498 CURATOR-211 - Fix readLockPredicate() index validation issue Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/fc115149 Tree:

curator git commit: CURATOR-211 - Fix readLockPredicate() index validation issue

2015-05-05 Thread randgalt
Repository: curator Updated Branches: refs/heads/master c47ae7402 - fc1151498 CURATOR-211 - Fix readLockPredicate() index validation issue Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/fc115149 Tree:

Git Push Summary

2015-05-08 Thread randgalt
Repository: curator Updated Tags: refs/tags/apache-curator-2.8.0 [deleted] 22a045c39

svn commit: r8914 - in /dev/curator/2.8.0: apache-curator-2.8.0-source-release.zip apache-curator-2.8.0-source-release.zip.asc apache-curator-2.8.0-source-release.zip.md5 apache-curator-2.8.0-source-r

2015-05-08 Thread randgalt
Author: randgalt Date: Fri May 8 19:09:09 2015 New Revision: 8914 Log: RC #2 for 2.8.0 Modified: dev/curator/2.8.0/apache-curator-2.8.0-source-release.zip dev/curator/2.8.0/apache-curator-2.8.0-source-release.zip.asc dev/curator/2.8.0/apache-curator-2.8.0-source-release.zip.md5

[02/11] curator git commit: [maven-release-plugin] prepare release apache-curator-2.8.0

2015-05-08 Thread randgalt
/repos/asf/curator/diff/cf02c82c Branch: refs/heads/master Commit: cf02c82c29f21a3fadd6b68e5bbbaf6c5037e652 Parents: 9323d9a Author: randgalt randg...@apache.org Authored: Tue May 5 18:56:34 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 18:56:34 2015 -0500

[11/11] curator git commit: Need to skip Curator RPC for Clirr as it can't handle shaded JAR

2015-05-08 Thread randgalt
-us.apache.org/repos/asf/curator/diff/1ef4df29 Branch: refs/heads/master Commit: 1ef4df29f97a3956c65e6e2e1b08ed7a033e4fc5 Parents: 2cb030d Author: randgalt randg...@apache.org Authored: Fri May 8 13:50:34 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:50:34 2015 -0500

[08/11] curator git commit: Revert Merge branch 'CURATOR-186' of https://github.com/xoom/curator into CURATOR-186

2015-05-08 Thread randgalt
://git-wip-us.apache.org/repos/asf/curator/commit/b8dd4b00 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/b8dd4b00 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/b8dd4b00 Branch: refs/heads/master Commit: b8dd4b001824682acbc79f11896256479753b910 Parents: d9362d1 Author: randgalt

[03/11] curator git commit: [maven-release-plugin] prepare for next development iteration

2015-05-08 Thread randgalt
/repos/asf/curator/diff/4d1af0b5 Branch: refs/heads/master Commit: 4d1af0b5d32f64bb2ab8204fbc01de7c1593cf3e Parents: cf02c82 Author: randgalt randg...@apache.org Authored: Tue May 5 18:56:45 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 5 18:56:45 2015 -0500

curator git commit: Added doc for transactions

2015-05-09 Thread randgalt
/curator/tree/54142668 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/54142668 Branch: refs/heads/CURATOR-215 Commit: 54142668e7cc44a1d7a1fd063c0ad8a3163158ec Parents: 22bd58a Author: randgalt randg...@apache.org Authored: Sat May 9 15:22:08 2015 -0500 Committer: randgalt randg...@apache.org

[4/9] curator git commit: Need to skip Curator RPC for Clirr as it can't handle shaded JAR

2015-05-09 Thread randgalt
-us.apache.org/repos/asf/curator/diff/1ef4df29 Branch: refs/heads/CURATOR-3.0 Commit: 1ef4df29f97a3956c65e6e2e1b08ed7a033e4fc5 Parents: 2cb030d Author: randgalt randg...@apache.org Authored: Fri May 8 13:50:34 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:50:34 2015 -0500

[3/9] curator git commit: Back to 2.8.0

2015-05-09 Thread randgalt
/heads/CURATOR-3.0 Commit: 2cb030d035f09a23b25d2ff65118764a3ee1723b Parents: ba2b20a Author: randgalt randg...@apache.org Authored: Fri May 8 13:46:00 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:46:00 2015 -0500

[2/9] curator git commit: Incorporate Clirr plugin

2015-05-09 Thread randgalt
Branch: refs/heads/CURATOR-3.0 Commit: ba2b20a439a41f6da7227ab92157c11dd9152c25 Parents: b8dd4b0 Author: randgalt randg...@apache.org Authored: Fri May 8 13:43:18 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:43:18 2015 -0500

[9/9] curator git commit: Merge branch 'master' into CURATOR-3.0

2015-05-09 Thread randgalt
/3016ce2f Branch: refs/heads/CURATOR-3.0 Commit: 3016ce2f49eb90cc01f9e3d41b94594853416965 Parents: 6d5136e 7f20986 Author: randgalt randg...@apache.org Authored: Sat May 9 10:40:38 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 10:40:38 2015 -0500

[1/9] curator git commit: Revert Merge branch 'CURATOR-186' of https://github.com/xoom/curator into CURATOR-186

2015-05-09 Thread randgalt
/CURATOR-3.0 Commit: b8dd4b001824682acbc79f11896256479753b910 Parents: d9362d1 Author: randgalt randg...@apache.org Authored: Fri May 8 11:50:21 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 11:50:21 2015 -0500

[6/9] curator git commit: [maven-release-plugin] prepare for next development iteration

2015-05-09 Thread randgalt
/repos/asf/curator/diff/121efdb5 Branch: refs/heads/CURATOR-3.0 Commit: 121efdb5008f6f5d8604ab0e44588f9576766a2e Parents: c1466e6 Author: randgalt randg...@apache.org Authored: Fri May 8 13:57:12 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:57:12 2015 -0500

[09/10] curator git commit: Merge branch 'master' into CURATOR-3.0

2015-05-09 Thread randgalt
/3016ce2f Branch: refs/heads/CURATOR-160 Commit: 3016ce2f49eb90cc01f9e3d41b94594853416965 Parents: 6d5136e 7f20986 Author: randgalt randg...@apache.org Authored: Sat May 9 10:40:38 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 10:40:38 2015 -0500

[03/10] curator git commit: Back to 2.8.0

2015-05-09 Thread randgalt
/heads/CURATOR-160 Commit: 2cb030d035f09a23b25d2ff65118764a3ee1723b Parents: ba2b20a Author: randgalt randg...@apache.org Authored: Fri May 8 13:46:00 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:46:00 2015 -0500

[02/10] curator git commit: Incorporate Clirr plugin

2015-05-09 Thread randgalt
Branch: refs/heads/CURATOR-160 Commit: ba2b20a439a41f6da7227ab92157c11dd9152c25 Parents: b8dd4b0 Author: randgalt randg...@apache.org Authored: Fri May 8 13:43:18 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:43:18 2015 -0500

[08/10] curator git commit: closes #53 *Moved to PR 76*

2015-05-09 Thread randgalt
Branch: refs/heads/CURATOR-160 Commit: 7f2098654a26e2f593801a586ce68300f54abf15 Parents: 8d8fdf6 Author: randgalt randg...@apache.org Authored: Sat May 9 09:26:38 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 09:26:38 2015 -0500 -- --

[07/10] curator git commit: Don't show RPC report

2015-05-09 Thread randgalt
: refs/heads/CURATOR-160 Commit: 8d8fdf61e92781806d4633607e75f54223dff8fa Parents: 121efdb Author: randgalt randg...@apache.org Authored: Fri May 8 14:17:16 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 14:17:16 2015 -0500

[04/10] curator git commit: Need to skip Curator RPC for Clirr as it can't handle shaded JAR

2015-05-09 Thread randgalt
-us.apache.org/repos/asf/curator/diff/1ef4df29 Branch: refs/heads/CURATOR-160 Commit: 1ef4df29f97a3956c65e6e2e1b08ed7a033e4fc5 Parents: 2cb030d Author: randgalt randg...@apache.org Authored: Fri May 8 13:50:34 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:50:34 2015 -0500

[06/10] curator git commit: [maven-release-plugin] prepare for next development iteration

2015-05-09 Thread randgalt
/repos/asf/curator/diff/121efdb5 Branch: refs/heads/CURATOR-160 Commit: 121efdb5008f6f5d8604ab0e44588f9576766a2e Parents: c1466e6 Author: randgalt randg...@apache.org Authored: Fri May 8 13:57:12 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:57:12 2015 -0500

[10/10] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-160

2015-05-09 Thread randgalt
/diff/ea2873fb Branch: refs/heads/CURATOR-160 Commit: ea2873fb4cdd8de01a1aaf8b8c45e7e113ad712f Parents: d361594 3016ce2 Author: randgalt randg...@apache.org Authored: Sat May 9 10:40:54 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 10:40:54 2015 -0500

curator git commit: Updated CuratorEvent doc

2015-05-09 Thread randgalt
/tree/75364655 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/75364655 Branch: refs/heads/CURATOR-160 Commit: 7536465533787ce3e0a71dbe2b8ba1068012f8c0 Parents: ea2873f Author: randgalt randg...@apache.org Authored: Sat May 9 10:47:30 2015 -0500 Committer: randgalt randg...@apache.org

curator git commit: escape underscores

2015-05-09 Thread randgalt
/5c8833ca Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5c8833ca Branch: refs/heads/CURATOR-160 Commit: 5c8833ca727cc92e43bedb3694d611890ca9d9ce Parents: 7536465 Author: randgalt randg...@apache.org Authored: Sat May 9 10:52:33 2015 -0500 Committer: randgalt randg...@apache.org Committed

curator git commit: Some more refactoring, etc.

2015-05-09 Thread randgalt
/curator/tree/3cbc3afd Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/3cbc3afd Branch: refs/heads/CURATOR-160 Commit: 3cbc3afd68173ed3892154fb25cdf140eba71b3a Parents: aaa0487 Author: randgalt randg...@apache.org Authored: Sat May 9 09:22:47 2015 -0500 Committer: randgalt randg...@apache.org

[2/2] curator git commit: Reworked the reconfig() APIs to be more like the rest of Curator

2015-05-09 Thread randgalt
-us.apache.org/repos/asf/curator/diff/aaa04872 Branch: refs/heads/CURATOR-160 Commit: aaa048727f955058f5ecb1f222dbfb60bbd0e794 Parents: d183d02 Author: randgalt randg...@apache.org Authored: Sat May 9 09:13:53 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 09:13:53 2015 -0500

[1/2] curator git commit: Reworked the reconfig() APIs to be more like the rest of Curator

2015-05-09 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-160 d183d02e6 - aaa048727 http://git-wip-us.apache.org/repos/asf/curator/blob/aaa04872/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReconfiguration.java

[3/3] curator git commit: Don't show RPC report

2015-05-09 Thread randgalt
: refs/heads/master Commit: 8d8fdf61e92781806d4633607e75f54223dff8fa Parents: 121efdb Author: randgalt randg...@apache.org Authored: Fri May 8 14:17:16 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 14:17:16 2015 -0500

[2/3] curator git commit: [maven-release-plugin] prepare for next development iteration

2015-05-09 Thread randgalt
/repos/asf/curator/diff/121efdb5 Branch: refs/heads/master Commit: 121efdb5008f6f5d8604ab0e44588f9576766a2e Parents: c1466e6 Author: randgalt randg...@apache.org Authored: Fri May 8 13:57:12 2015 -0500 Committer: randgalt randg...@apache.org Committed: Fri May 8 13:57:12 2015 -0500

curator git commit: closes #53 *Moved to PR 76*

2015-05-09 Thread randgalt
/tree/7f209865 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/7f209865 Branch: refs/heads/master Commit: 7f2098654a26e2f593801a586ce68300f54abf15 Parents: 8d8fdf6 Author: randgalt randg...@apache.org Authored: Sat May 9 09:26:38 2015 -0500 Committer: randgalt randg...@apache.org Committed

[2/4] curator git commit: Initial implementation finished. Uses old transactions internal code for consistency. However, this makes the implementation a bit cumbersome. Old APIs are deprecated. In the

2015-05-09 Thread randgalt
http://git-wip-us.apache.org/repos/asf/curator/blob/2fb54d1a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestTransactionsNew.java -- diff --git

[05/12] curator git commit: Added doc for transactions

2015-05-13 Thread randgalt
Branch: refs/heads/CURATOR-3.0 Commit: 54142668e7cc44a1d7a1fd063c0ad8a3163158ec Parents: 22bd58a Author: randgalt randg...@apache.org Authored: Sat May 9 15:22:08 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 15:22:08 2015 -0500

[11/12] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-215

2015-05-13 Thread randgalt
/diff/70c35c67 Branch: refs/heads/CURATOR-3.0 Commit: 70c35c67ee3c951ec001a52d760495bf77e02377 Parents: 72555fa 69b5a65 Author: randgalt randg...@apache.org Authored: Tue May 12 17:15:18 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12 17:15:18 2015 -0500

[06/12] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-215

2015-05-13 Thread randgalt
/heads/CURATOR-3.0 Commit: f76971769ce5d999ccae7a3a6c42632298e0d75b Parents: 5414266 fc45a4e Author: randgalt randg...@apache.org Authored: Tue May 12 10:53:32 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12 10:53:32 2015 -0500

[08/12] curator git commit: wip

2015-05-13 Thread randgalt
/CURATOR-3.0 Commit: 7d038ad5c5914c5b31861e24d59a46797ab02cf7 Parents: 471610c Author: randgalt randg...@apache.org Authored: Tue May 12 14:10:34 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12 14:10:34 2015 -0500

[02/12] curator git commit: Initial implementation finished. Uses old transactions internal code for consistency. However, this makes the implementation a bit cumbersome. Old APIs are deprecated. In t

2015-05-13 Thread randgalt
http://git-wip-us.apache.org/repos/asf/curator/blob/2fb54d1a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestTransactionsNew.java -- diff --git

[10/12] curator git commit: TestCompressionInTransactionNew

2015-05-13 Thread randgalt
/72555fac Branch: refs/heads/CURATOR-3.0 Commit: 72555facabfc574c5a90c951f923fdf8752e98e3 Parents: 854c0b5 Author: randgalt randg...@apache.org Authored: Tue May 12 16:04:16 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12 16:04:16 2015 -0500

[03/12] curator git commit: Initial implementation finished. Uses old transactions internal code for consistency. However, this makes the implementation a bit cumbersome. Old APIs are deprecated. In t

2015-05-13 Thread randgalt
-us.apache.org/repos/asf/curator/commit/2fb54d1a Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/2fb54d1a Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/2fb54d1a Branch: refs/heads/CURATOR-3.0 Commit: 2fb54d1a1f12a91d9bab708b4c55e8848156c88a Parents: 9fd56ce Author: randgalt

[04/12] curator git commit: added doc

2015-05-13 Thread randgalt
/CURATOR-3.0 Commit: 22bd58a64e2f80bead93425d2387389d517a8a9b Parents: 2fb54d1 Author: randgalt randg...@apache.org Authored: Sat May 9 15:01:20 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 15:01:20 2015 -0500

[07/12] curator git commit: fixed a merge issue

2015-05-13 Thread randgalt
: refs/heads/CURATOR-3.0 Commit: 471610c46bc123fec9c2d2012d5eab9fc6df9620 Parents: f769717 Author: randgalt randg...@apache.org Authored: Tue May 12 10:56:05 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12 10:56:05 2015 -0500

[09/12] curator git commit: Updated example and some other wip

2015-05-13 Thread randgalt
/854c0b5d Branch: refs/heads/CURATOR-3.0 Commit: 854c0b5dff875c02c40e04977abf50e9dd833d94 Parents: 7d038ad Author: randgalt randg...@apache.org Authored: Tue May 12 14:46:06 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12 14:46:06 2015 -0500

[01/12] curator git commit: Initial work on updated transaction APIs

2015-05-13 Thread randgalt
/repos/asf/curator/tree/9fd56ce3 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/9fd56ce3 Branch: refs/heads/CURATOR-3.0 Commit: 9fd56ce396e03347dd44e6498cd37c9f1ed16be0 Parents: 3016ce2 Author: randgalt randg...@apache.org Authored: Sat May 9 12:39:14 2015 -0500 Committer: randgalt randg

curator git commit: Updated example and some other wip

2015-05-12 Thread randgalt
/asf/curator/tree/854c0b5d Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/854c0b5d Branch: refs/heads/CURATOR-215 Commit: 854c0b5dff875c02c40e04977abf50e9dd833d94 Parents: 7d038ad Author: randgalt randg...@apache.org Authored: Tue May 12 14:46:06 2015 -0500 Committer: randgalt randg

curator git commit: wip

2015-05-12 Thread randgalt
: http://git-wip-us.apache.org/repos/asf/curator/diff/7d038ad5 Branch: refs/heads/CURATOR-215 Commit: 7d038ad5c5914c5b31861e24d59a46797ab02cf7 Parents: 471610c Author: randgalt randg...@apache.org Authored: Tue May 12 14:10:34 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12

curator git commit: TestCompressionInTransactionNew

2015-05-12 Thread randgalt
/curator/tree/72555fac Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/72555fac Branch: refs/heads/CURATOR-215 Commit: 72555facabfc574c5a90c951f923fdf8752e98e3 Parents: 854c0b5 Author: randgalt randg...@apache.org Authored: Tue May 12 16:04:16 2015 -0500 Committer: randgalt randg

curator git commit: updated doc

2015-05-12 Thread randgalt
/f1e6183e Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/f1e6183e Branch: refs/heads/CURATOR-215 Commit: f1e6183e4ad04f88b39dfe990a48cc86bb188d5b Parents: 70c35c6 Author: randgalt randg...@apache.org Authored: Tue May 12 17:24:08 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue

[1/2] curator git commit: fixed some merge issues

2015-05-12 Thread randgalt
/tree/7497fc90 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/7497fc90 Branch: refs/heads/CURATOR-3.0 Commit: 7497fc9022d74ea4a033ae854899136f2671dc1e Parents: fc45a4e Author: randgalt randg...@apache.org Authored: Tue May 12 17:11:34 2015 -0500 Committer: randgalt randg...@apache.org

[2/3] curator git commit: fixed some merge issues

2015-05-12 Thread randgalt
Branch: refs/heads/CURATOR-215 Commit: 69b5a65814ebc7f736206819b4640f8124a4142a Parents: 7497fc9 Author: randgalt randg...@apache.org Authored: Tue May 12 17:14:48 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12 17:14:48 2015 -0500

[3/3] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-215

2015-05-12 Thread randgalt
/diff/70c35c67 Branch: refs/heads/CURATOR-215 Commit: 70c35c67ee3c951ec001a52d760495bf77e02377 Parents: 72555fa 69b5a65 Author: randgalt randg...@apache.org Authored: Tue May 12 17:15:18 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue May 12 17:15:18 2015 -0500

[1/3] curator git commit: fixed some merge issues

2015-05-12 Thread randgalt
/tree/7497fc90 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/7497fc90 Branch: refs/heads/CURATOR-215 Commit: 7497fc9022d74ea4a033ae854899136f2671dc1e Parents: fc45a4e Author: randgalt randg...@apache.org Authored: Tue May 12 17:11:34 2015 -0500 Committer: randgalt randg...@apache.org

[24/25] curator git commit: escape underscores

2015-05-12 Thread randgalt
: refs/heads/CURATOR-3.0 Commit: 5c8833ca727cc92e43bedb3694d611890ca9d9ce Parents: 7536465 Author: randgalt randg...@apache.org Authored: Sat May 9 10:52:33 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 10:52:33 2015 -0500

[13/25] curator git commit: Update project version to 3.0.0-SNAPSHOT.

2015-05-12 Thread randgalt
Update project version to 3.0.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/e11ef78a Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/e11ef78a Diff:

[21/25] curator git commit: Added doc for reconfig

2015-05-12 Thread randgalt
: refs/heads/CURATOR-3.0 Commit: d36159491cb56cc3776500f56667b8189cab1293 Parents: 5e6cd0e Author: randgalt randg...@apache.org Authored: Sat May 9 10:19:41 2015 -0500 Committer: randgalt randg...@apache.org Committed: Sat May 9 10:19:41 2015 -0500

<    1   2   3   4   5   6   7   8   9   10   >