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/10/09 00:40:11 UTC

[geode] branch develop updated (72455fc -> a99134a)

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 72455fc  GEODE-9641: Remove unnecessary allocation of HeapDataOutputStream (#6943)
     add a99134a  GEODE-9663: refactor authenticateIfRequired (#6948)

No new revisions were added by this update.

Summary of changes:
 .../client/internal/ConnectionFactoryImpl.java     |  29 +++---
 .../cache/client/internal/OpExecutorImpl.java      |  38 ++++----
 .../client/internal/ConnectionFactoryImplTest.java | 103 +++++++++++++++++++++
 .../client/internal/OpExecutorImplUnitTest.java    | 102 ++++++++++++++++++++
 4 files changed, 243 insertions(+), 29 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/client/internal/ConnectionFactoryImplTest.java
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/client/internal/OpExecutorImplUnitTest.java