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/10/02 02:56:57 UTC

[tomee] branch TOMEE-4050 updated (0f42e0767a -> d3a8a20e04)

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 0f42e0767a iTests for HTTP 200s and 500s in key rotation and initialization TOMEE-4050
     add d3a8a20e04 iTests for invalid keys in key rotation and initialization TOMEE-4050

No new revisions were added by this update.

Summary of changes:
 .../org/apache/tomee/microprofile/jwt/itest/Tokens.java |  4 ++++
 ...t.java => HttpKeyInitializationEmptyKeySetTest.java} | 15 +++++++--------
 ...t.java => HttpKeyInitializationNoValidKeysTest.java} | 14 +++++++-------
 ...500Test.java => HttpKeyRotationEmptyKeySetTest.java} | 17 ++++++++---------
 ...500Test.java => HttpKeyRotationNoValidKeysTest.java} | 16 ++++++++--------
 5 files changed, 34 insertions(+), 32 deletions(-)
 copy itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/keys/http/{HttpKeyInitializationHttp500Test.java => HttpKeyInitializationEmptyKeySetTest.java} (93%)
 copy itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/keys/http/{HttpKeyInitializationHttp500Test.java => HttpKeyInitializationNoValidKeysTest.java} (93%)
 copy itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/keys/http/{HttpKeyRotationHttp500Test.java => HttpKeyRotationEmptyKeySetTest.java} (94%)
 copy itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/keys/http/{HttpKeyRotationHttp500Test.java => HttpKeyRotationNoValidKeysTest.java} (94%)