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/07/28 18:13:00 UTC

[geode] branch develop updated (cb96b92 -> 963d03a)

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 cb96b92  GEODE-6588: Cleanup multi-user auth.
     add 536ad41  GEODE-8870: Removes GFE_71
     add 0fd2c32  GEODE-6588: Cleanup InternalDistributedMember
     add 7e06d03  GEODE-6588: Cleanup FilterRoutingInfo
     add 963d03a  GEODE-6588: Cleanup MemberIdentifierImpl

No new revisions were added by this update.

Summary of changes:
 .../codeAnalysis/sanctionedDataSerializables.txt   |   8 +-
 .../geode/distributed/DistributedMember.java       |   1 +
 .../membership/InternalDistributedMember.java      |  30 +--
 .../geode/internal/cache/FilterRoutingInfo.java    | 262 ++++++++-------------
 geode-membership/build.gradle                      |   3 +
 .../codeAnalysis/sanctionedDataSerializables.txt   |   4 +-
 .../internal/membership/api/MemberIdentifier.java  |   8 +-
 .../membership/gms/MemberIdentifierImpl.java       | 236 +++++--------------
 .../geode/internal/serialization/KnownVersion.java |   9 -
 .../serialization/SerializationVersions.java       |   6 +-
 10 files changed, 173 insertions(+), 394 deletions(-)