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 DA46D200D0A for ; Wed, 4 Oct 2017 15:44:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D95A81609E2; Wed, 4 Oct 2017 13:44:21 +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 2A71B1609D6 for ; Wed, 4 Oct 2017 15:44:21 +0200 (CEST) Received: (qmail 11120 invoked by uid 500); 4 Oct 2017 13:44:20 -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 11111 invoked by uid 99); 4 Oct 2017 13:44:20 -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, 04 Oct 2017 13:44:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E03AD81922; Wed, 4 Oct 2017 13:44:16 +0000 (UTC) Date: Wed, 04 Oct 2017 13:44:17 +0000 To: "commits@geode.apache.org" Subject: [geode] 01/01: Merge pull request #857 from jdeppe-pivotal/feature/GEODE-3723 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: jensdeppe@apache.org In-Reply-To: <150712465650.17958.5671401311508222457@gitbox.apache.org> References: <150712465650.17958.5671401311508222457@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Rev: fbe8bd689256fd2115fbe90b0d8ce7895a849a3a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171004134417.E03AD81922@gitbox.apache.org> archived-at: Wed, 04 Oct 2017 13:44:22 -0000 This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit fbe8bd689256fd2115fbe90b0d8ce7895a849a3a Merge: 09bb75c af2fe2f Author: Jens Deppe AuthorDate: Wed Oct 4 06:44:13 2017 -0700 Merge pull request #857 from jdeppe-pivotal/feature/GEODE-3723 GEODE-3723: Remove Optional from getRequiredPermissions .../org/apache/geode/cache/execute/Function.java | 20 ++++++++++++++------ .../cache/tier/sockets/command/ExecuteFunction.java | 2 +- .../tier/sockets/command/ExecuteFunction65.java | 2 +- .../tier/sockets/command/ExecuteFunction66.java | 2 +- .../tier/sockets/command/ExecuteRegionFunction.java | 3 +-- .../sockets/command/ExecuteRegionFunction61.java | 3 +-- .../sockets/command/ExecuteRegionFunction65.java | 3 +-- .../sockets/command/ExecuteRegionFunction66.java | 3 +-- .../command/ExecuteRegionFunctionSingleHop.java | 3 +-- .../cli/functions/UserFunctionExecution.java | 3 +-- .../apache/geode/security/ResourcePermission.java | 15 +++++++++------ .../management/internal/security/TestFunctions.java | 7 ++----- .../internal/distributed/LuceneQueryFunction.java | 4 ++-- .../distributed/WaitUntilFlushedFunction.java | 4 ++-- .../internal/results/LuceneGetPageFunction.java | 4 ++-- 15 files changed, 40 insertions(+), 38 deletions(-) -- To stop receiving notification emails like this one, please contact "commits@geode.apache.org" .