From commits-return-29947-archive-asf-public=cust-asf.ponee.io@geode.apache.org Tue Dec 11 19:57:04 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 509EA180671 for ; Tue, 11 Dec 2018 19:57:04 +0100 (CET) Received: (qmail 87946 invoked by uid 500); 11 Dec 2018 18:57:03 -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 87928 invoked by uid 99); 11 Dec 2018 18:57:03 -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; Tue, 11 Dec 2018 18:57:03 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CB62482F11; Tue, 11 Dec 2018 18:57:02 +0000 (UTC) Date: Tue, 11 Dec 2018 18:56:57 +0000 To: "commits@geode.apache.org" Subject: [geode] branch feature/GEODE-6143-3 updated (c499514 -> ac4f06e) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154455461688.32520.3900055726890407584@gitbox.apache.org> From: zhouxj@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/feature/GEODE-6143-3 X-Git-Reftype: branch X-Git-Oldrev: c4995143ddd536cce59174ee788114352fe7eea4 X-Git-Newrev: ac4f06e8e49a5331dd26ad7e719a40b50d8de60e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. zhouxj pushed a change to branch feature/GEODE-6143-3 in repository https://gitbox.apache.org/repos/asf/geode.git. omit c499514 GEODE-6143: remove PowerMock from VMStatsMonitorTest add 88e1305 GEODE-6143: Remove PowerMock and improve LuceneEventListenerJUnitTest add 53b1433 GEODE-6032: Updated javadoc to clarify what is communicated with hasD… (#2953) add 1f364dd GEODE-6102: add gfsh destroy data-source (#2918) add 4a18a40 GEODE-6143: remove PowerMock from PartitionedRepositoryManagerJUnitTest add df834c9 GEODE-6143: remove PowerMock from PartitionedRepositoryManagerJUnitTest (#2980) add ac4f06e GEODE-6143: remove PowerMock from VMStatsMonitorTest This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c499514) \ N -- N -- N refs/heads/feature/GEODE-6143-3 (ac4f06e) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../cli/DestroyDataSourceCommandDUnitTest.java | 38 ++--- .../internal/cli/DestroyDataSourceCommand.java | 79 ++++++++--- .../org.springframework.shell.core.CommandMarker | 1 + .../internal/cli/DestroyDataSourceCommandTest.java | 154 +++++++++++++++++---- .../DestroyJndiBindingCommandDUnitTest.java | 3 - .../functions/DestroyJndiBindingFunctionTest.java | 56 +++++++- .../src/main/java/org/apache/geode/Delta.java | 3 +- .../apache/geode/internal/jndi/JNDIInvoker.java | 12 ++ .../cli/commands/DestroyJndiBindingCommand.java | 3 +- .../cli/functions/DestroyJndiBindingFunction.java | 37 +++-- .../commands/DestroyJndiBindingCommandTest.java | 24 ++-- .../cache/lucene/internal/LuceneEventListener.java | 10 +- .../internal/LuceneEventListenerJUnitTest.java | 52 ++++--- .../PartitionedRepositoryManagerJUnitTest.java | 29 ++-- 14 files changed, 375 insertions(+), 126 deletions(-) copy geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/DestroyJndiBindingCommandDUnitTest.java => geode-connectors/src/distributedTest/java/org/apache/geode/connectors/jdbc/internal/cli/DestroyDataSourceCommandDUnitTest.java (75%) copy geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/DestroyJndiBindingCommand.java => geode-connectors/src/main/java/org/apache/geode/connectors/jdbc/internal/cli/DestroyDataSourceCommand.java (56%) copy geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/DestroyJndiBindingCommandTest.java => geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/internal/cli/DestroyDataSourceCommandTest.java (55%)