This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 3c2a906  Merge pull request #4046 from 
BenjaminPerryRoss/feature/GEODE-7179
     new 575c6ba  GEODE-7128: APIs and GFSH commands to resume AEQ processing
     new 688b308  Renamed resume AEQ command to be more specific
     new 374bb53  Spotless
     new 922ecfb  Fixed Unit and Integration Test issues
     new 7ca5cc1  Spotless
     new 0903ec7  Removed ConverterHint from resume AEQ command
     new f019dd9  Added test logic for unpaused AEQ to DUnit test
     new d611072  Trigger pre-checkin
     new 240dfe7  Spotless
     new fd828f1  Trigger Pre-checkin
     new b0f2407  Merge pull request #4034 from 
BenjaminPerryRoss/feature/GEODE-7128

The 8362 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:
 .../ResumeAsyncEventQueueDispatcherDUnitTest.java  | 91 ++++++++++++++++++++++
 .../cli/commands/CommandAvailabilityIndicator.java |  3 +-
 ...=> ResumeAsyncEventQueueDispatcherCommand.java} | 52 +++++++------
 .../ResumeAsyncEventQueueDispatcherFunction.java   | 54 +++++++++++++
 .../management/internal/cli/i18n/CliStrings.java   | 11 +++
 .../sanctioned-geode-core-serializables.txt        |  1 +
 ...ResumeAsyncEventQueueDispatcherCommandTest.java | 71 +++++++++++++++++
 7 files changed, 257 insertions(+), 26 deletions(-)
 create mode 100644 
geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ResumeAsyncEventQueueDispatcherDUnitTest.java
 copy 
geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/{CloseDurableClientCommand.java
 => ResumeAsyncEventQueueDispatcherCommand.java} (54%)
 create mode 100644 
geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/ResumeAsyncEventQueueDispatcherFunction.java
 create mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ResumeAsyncEventQueueDispatcherCommandTest.java

Reply via email to