You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mi...@apache.org on 2021/10/22 04:16:47 UTC

[geode] branch develop updated (9079de9 -> 380151b)

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

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


    from 9079de9  Revert "Declare dependencies we use, drop unused dependencies (#6973)" (#7020)
     add 380151b  GEODE-9743: updated ClientSideHandshakeImpl and added UT (#7008)

No new revisions were added by this update.

Summary of changes:
 .../client/internal/ClientSideHandshakeImpl.java   |   3 +-
 .../internal/ClientSideHandshakeImplTest.java      | 214 +++++++++++++++++++++
 2 files changed, 216 insertions(+), 1 deletion(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/client/internal/ClientSideHandshakeImplTest.java