You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2021/03/02 18:58:37 UTC

[geode] branch develop updated (dc3ed8c -> a9b25a14)

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

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


    from dc3ed8c  GEODE-8963: separate client/server compatibility from server/server version compatibility (#6050)
     add a9b25a14 GEODE-8975: Deprecate old format. (#6058)

No new revisions were added by this update.

Summary of changes:
 .../cache/snapshot/ParallelSnapshotDUnitTest.java  |  6 ++--
 .../cache/snapshot/SnapshotByteArrayDUnitTest.java |  4 +--
 .../geode/cache/snapshot/SnapshotDUnitTest.java    | 14 +++++-----
 .../snapshot/SnapshotPerformanceDUnitTest.java     |  4 +--
 .../cache/snapshot/GFSnapshotDUnitTest.java        |  2 +-
 .../cache/snapshot/CacheSnapshotJUnitTest.java     |  8 +++---
 .../cache/snapshot/RegionSnapshotJUnitTest.java    | 32 +++++++++++-----------
 .../geode/cache/snapshot/WanSnapshotJUnitTest.java |  4 +--
 .../geode/cache/snapshot/SnapshotOptions.java      | 13 +++++++--
 .../cache/snapshot/ClientSnapshotDUnitTest.java    | 14 +++++-----
 .../internal/cli/functions/ExportDataFunction.java |  4 +--
 .../internal/cli/functions/ImportDataFunction.java |  2 +-
 .../cache/lucene/LuceneIndexDestroyDUnitTest.java  |  4 +--
 13 files changed, 60 insertions(+), 51 deletions(-)