You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2022/09/24 01:44:25 UTC

[tomee] branch TOMEE-4050 updated (876bf3b9e1 -> 7da859bfb7)

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

dblevins pushed a change to branch TOMEE-4050
in repository https://gitbox.apache.org/repos/asf/tomee.git


    from 876bf3b9e1 Initialization and retry tests for CachingSupplier Required for TOMEE-4050: Retry and Refresh for MP JWT keys supplied via HTTP
     add 063c801690 Refresh tests and logging for CachingSupplier Required for TOMEE-4050: Retry and Refresh for MP JWT keys supplied via HTTP
     add 7da859bfb7 TOMEE-4050: Retry and Refresh for MP JWT keys supplied via HTTP Error handling and integration testing still incomplete

No new revisions were added by this update.

Summary of changes:
 .../org/apache/openejb/util/CachedSupplier.java    |  67 +++++--
 .../main/java/org/apache/openejb/util/Logger.java  |   3 +
 .../apache/openejb/util/CachedSupplierTest.java    | 193 ++++++++++++++++++++-
 docs/microprofile/jwt.adoc                         | 116 +++++++++++++
 ...nTest.java => PublicKeyLocationCachedTest.java} |  23 +--
 .../apache/tomee/microprofile/jwt/MPJWTFilter.java |  21 ++-
 .../jwt/config/JWTAuthConfiguration.java           |  32 +---
 .../jwt/config/JWTAuthConfigurationProperties.java | 156 +++++++++++++++--
 8 files changed, 546 insertions(+), 65 deletions(-)
 create mode 100644 docs/microprofile/jwt.adoc
 copy itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/{PublicKeyLocationTest.java => PublicKeyLocationCachedTest.java} (91%)