From commits-return-21880-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Fri May 25 23:07:58 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C0B8618067A for ; Fri, 25 May 2018 23:07:57 +0200 (CEST) Received: (qmail 13383 invoked by uid 500); 25 May 2018 21:07:56 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 13368 invoked by uid 99); 25 May 2018 21:07:56 -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; Fri, 25 May 2018 21:07:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2369D85220; Fri, 25 May 2018 21:07:56 +0000 (UTC) Date: Fri, 25 May 2018 21:07:57 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] 01/01: Merge pull request #502 from mikewalch/434-exec MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: mwalch@apache.org In-Reply-To: <152728247600.17336.15958007060887097302@gitbox.apache.org> References: <152728247600.17336.15958007060887097302@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 5e7ea7853f6a1597e38d87c3ef272e1e9a695114 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180525210756.2369D85220@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. mwalch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git commit 5e7ea7853f6a1597e38d87c3ef272e1e9a695114 Merge: f8a6cb6 d6044e5 Author: Mike Walch AuthorDate: Fri May 25 17:07:53 2018 -0400 Merge pull request #502 from mikewalch/434-exec Replace Anonymous types with lambdas .../core/client/impl/InstanceOperationsImpl.java | 53 +-- .../core/client/impl/NamespaceOperationsImpl.java | 39 +- .../client/impl/ReplicationOperationsImpl.java | 9 +- .../core/client/impl/SecurityOperationsImpl.java | 157 ++------ .../core/client/impl/TableOperationsImpl.java | 38 +- .../accumulo/core/rpc/UGIAssumingTransport.java | 15 +- .../org/apache/accumulo/server/util/Admin.java | 18 +- .../monitor/rest/trace/TracesResource.java | 17 +- .../org/apache/accumulo/tserver/TabletServer.java | 9 +- .../tserver/replication/AccumuloReplicaSystem.java | 10 +- .../accumulo/test/functional/KerberosIT.java | 443 +++++++++------------ .../accumulo/test/functional/KerberosProxyIT.java | 115 +++--- .../accumulo/test/master/SuspendedTabletsIT.java | 11 +- ...GarbageCollectorCommunicatesWithTServersIT.java | 9 +- .../test/replication/KerberosReplicationIT.java | 160 ++++---- 15 files changed, 412 insertions(+), 691 deletions(-) -- To stop receiving notification emails like this one, please contact mwalch@apache.org.