You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2021/10/14 18:57:54 UTC

[geode] branch develop updated (924e39f -> 01505a6)

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

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


    from 924e39f  GEODE-9481: Removed deprecated objects from OldClientSupportDUnitTest (#6946)
     add 01505a6  GEODE-9686: Remove deprecated elements from GemfireDataCommandsDistributedTestBase (#6950)

No new revisions were added by this update.

Summary of changes:
 ...a => GeodeDataCommandsDistributedTestBase.java} | 195 +++++++--------------
 .../sanctioned-geode-dunit-serializables.txt       |   1 -
 ....java => GeodeDataCommandsDistributedTest.java} |   2 +-
 ... GeodeDataCommandsOverHttpDistributedTest.java} |   4 +-
 4 files changed, 68 insertions(+), 134 deletions(-)
 rename geode-dunit/src/main/java/org/apache/geode/management/internal/cli/commands/{GemfireDataCommandsDUnitTestBase.java => GeodeDataCommandsDistributedTestBase.java} (59%)
 rename geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/{GemfireDataCommandsDUnitTest.java => GeodeDataCommandsDistributedTest.java} (90%)
 rename geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/{GemfireDataCommandsOverHttpDUnitTest.java => GeodeDataCommandsOverHttpDistributedTest.java} (90%)