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/11/09 22:13:07 UTC

[geode] branch develop updated (beb898c -> 9f41e48)

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 beb898c  GEODE-9775: fix remaining pipelines to support k8s (#7099)
     add 9f41e48  GEODE-9792: synchronize multi-user authentication on different threads (#7088)

No new revisions were added by this update.

Summary of changes:
 .../cache/client/internal/OpExecutorImpl.java      | 39 +++++++-------
 .../cache/client/internal/UserAttributes.java      |  3 ++
 .../client/internal/OpExecutorImplUnitTest.java    | 63 +++++++++++++++++++---
 .../geode/security/MultiUserAPIDUnitTest.java      | 57 ++++++++++++++++++--
 ...nit.java => CountableUserPasswordAuthInit.java} |  8 +--
 5 files changed, 137 insertions(+), 33 deletions(-)
 rename geode-junit/src/main/java/org/apache/geode/security/templates/{TrackableUserPasswordAuthInit.java => CountableUserPasswordAuthInit.java} (86%)