You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jm...@apache.org on 2021/08/30 20:01:37 UTC

[geode] branch develop updated (3b2c531 -> 4af2bad)

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

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


    from 3b2c531  GEODE-9486: Fix validate-serializable-objects (#6746)
     add 4af2bad  GEODE-9458: function execution with expiring authentication (#6789)

No new revisions were added by this update.

Summary of changes:
 .../geode/security/AuthExpirationDUnitTest.java    |   3 +
 .../security/AuthExpirationFunctionDUnitTest.java  | 142 +++++++++++++++++++++
 2 files changed, 145 insertions(+)
 create mode 100644 geode-core/src/upgradeTest/java/org/apache/geode/security/AuthExpirationFunctionDUnitTest.java