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

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


    from d4d9d9916d Merge branch 'main' of github.com:apache/tomee into main
     new 3f3524bee3 All tests now use standard MP-JWT config.  Vendor-specific 
config no longer needed.
     new 27ba03dc9a TOMEE-3947 Elliptic Curve ES256 signature algorithm

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boms/tomee-microprofile/pom.xml                    |  11 +
 boms/tomee-plume/pom.xml                           |  11 +
 boms/tomee-plus/pom.xml                            |  11 +
 .../jwt/itest/PublicKeyLocationTest.java           |   1 +
 mp-jwt/pom.xml                                     |   5 +
 .../apache/tomee/microprofile/jwt/MPJWTFilter.java |   5 +-
 .../jwt/config/JWTAuthConfigurationProperties.java |  17 +-
 .../microprofile/jwt/config/PublicKeyResolver.java | 228 ++++++---------------
 pom.xml                                            |   2 +-
 .../tck/jwt/JWTAuthContextInfoProvider.java        |  56 -----
 .../jwt/MicroProfileJWTTCKArchiveProcessor.java    |  35 +---
 .../tck/jwt/jwk/PublicKeyAsJWKSTest.java           |  85 --------
 12 files changed, 119 insertions(+), 348 deletions(-)
 delete mode 100644 
tck/microprofile-tck/jwt/src/test/java/org/apache/tomee/microprofile/tck/jwt/JWTAuthContextInfoProvider.java
 delete mode 100644 
tck/microprofile-tck/jwt/src/test/java/org/apache/tomee/microprofile/tck/jwt/jwk/PublicKeyAsJWKSTest.java

Reply via email to