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%)