Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4F2D4200D1E for ; Wed, 18 Oct 2017 19:00:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4DCB0160BEB; Wed, 18 Oct 2017 17:00:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 926321609DE for ; Wed, 18 Oct 2017 19:00:08 +0200 (CEST) Received: (qmail 69669 invoked by uid 500); 18 Oct 2017 17:00:07 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 69660 invoked by uid 99); 18 Oct 2017 17:00:07 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2017 17:00:07 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2820481B0F; Wed, 18 Oct 2017 17:00:07 +0000 (UTC) Date: Wed, 18 Oct 2017 17:00:07 +0000 To: , "' commits@geode.apache.org" , '@gitbox.apache.org, Subject: [geode] branch develop updated (b16a709 -> b5e3db5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150834600696.14793.3687471279740215463@gitbox.apache.org> From: khowe@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: b16a709bc72589446959740f88de8d25793c9e17 X-Git-Newrev: b5e3db5260026b3a9882c54e254397f6d3749cb8 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 18 Oct 2017 17:00:09 -0000 This is an automated email from the ASF dual-hosted git repository. khowe pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from b16a709 GEODE-3819: correctly set the result status code when building the re… (#935) new c855209 GEODE-3299: refactor functions to get Cache from FunctionContext new b5e3db5 GEODE-3299: Remove unneeded constructor The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../internal/cli/commands/CreateRegionCommand.java | 2 +- .../internal/cli/commands/GetCommand.java | 3 +- .../internal/cli/commands/PutCommand.java | 2 +- .../internal/cli/commands/RemoveCommand.java | 2 +- .../cli/functions/DataCommandFunction.java | 62 ++++++++---------- .../functions/FetchRegionAttributesFunction.java | 7 +- .../cli/functions/ListDiskStoresFunction.java | 7 +- .../internal/cli/functions/ListIndexFunction.java | 7 +- .../functions/DataCommandFunctionJUnitTest.java | 8 ++- .../DataCommandFunctionWithPDXJUnitTest.java | 7 +- .../internal/cli/functions/Geode3544JUnitTest.java | 3 +- .../functions/ListDiskStoresFunctionJUnitTest.java | 75 +++++++--------------- .../cli/functions/ListIndexFunctionJUnitTest.java | 31 +++------ .../internal/cli/result/CommandResultTest.java | 17 ++--- 14 files changed, 86 insertions(+), 147 deletions(-) -- To stop receiving notification emails like this one, please contact ['"commits@geode.apache.org" '].