Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 860EE18E10 for ; Tue, 1 Sep 2015 13:28:10 +0000 (UTC) Received: (qmail 32464 invoked by uid 500); 1 Sep 2015 13:27:54 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 32395 invoked by uid 500); 1 Sep 2015 13:27:54 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 31230 invoked by uid 99); 1 Sep 2015 13:27:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2015 13:27:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1C107DFFCD; Tue, 1 Sep 2015 13:27:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.apache.org Date: Tue, 01 Sep 2015 13:28:32 -0000 Message-Id: <948fa678fa3449ab8d5af2136302c6bd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [40/45] curator git commit: Merge branch 'CURATOR-214' into CURATOR-3.0 Merge branch 'CURATOR-214' into CURATOR-3.0 Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/667c97e7 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/667c97e7 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/667c97e7 Branch: refs/heads/CURATOR-248 Commit: 667c97e7f3e2966153fb5c105020deaac7d0f510 Parents: d01eabe 6c5a154 Author: Cam McKenzie Authored: Tue Sep 1 09:35:26 2015 +1000 Committer: Cam McKenzie Committed: Tue Sep 1 09:35:26 2015 +1000 ---------------------------------------------------------------------- ...reateModeStatBackgroundPathAndBytesable.java | 25 ++ .../api/CreateBackgroundModeStatACLable.java | 70 +++++ .../curator/framework/api/CreateBuilder.java | 9 +- ...ateProtectACLCreateModePathAndBytesable.java | 72 +++++ ...rotectACLCreateModeStatPathAndBytesable.java | 25 ++ .../framework/imps/CreateBuilderImpl.java | 299 ++++++++++++++++++- .../framework/imps/TestCreateReturningStat.java | 199 ++++++++++++ .../framework/imps/TestFrameworkEdges.java | 4 +- 8 files changed, 683 insertions(+), 20 deletions(-) ----------------------------------------------------------------------