You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2021/12/06 17:45:28 UTC

[geode] branch develop updated (b13243e -> f53497c)

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

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


    from b13243e  GEODE-9827: SDIFF command supported (#7157)
     add f53497c  GEODE-9811: Turn UnavailableSecurityManagerException into CacheClosedException (part 2) (#7155)

No new revisions were added by this update.

Summary of changes:
 .../internal/cache/tier/sockets/Handshake.java     |  16 ++-
 .../cache/tier/sockets/ServerConnection.java       | 134 +++++++++++----------
 .../security/IntegratedSecurityService.java        |   5 +-
 .../internal/cache/tier/sockets/HandshakeTest.java |  24 ++++
 .../cache/tier/sockets/ServerConnectionTest.java   |  17 +++
 .../security/IntegratedSecurityServiceTest.java    |   9 ++
 6 files changed, 138 insertions(+), 67 deletions(-)