This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomee.git
commit e68dcc475c7b18abc7e1e9dd1598805371146959 Merge: a79397ac32 698ccda9fb Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Fri Sep 2 13:04:52 2022 +0200 Merge branch 'main' of github.com:apache/tomee into main .gitignore | 3 +- boms/tomee-microprofile/pom.xml | 11 + boms/tomee-plume/pom.xml | 11 + boms/tomee-plus/pom.xml | 11 + deps/cucumber-openejb-shade/pom.xml | 79 ------- deps/pom.xml | 1 - examples/cucumber-jvm/README.adoc | 13 +- examples/cucumber-jvm/README_pt.adoc | 13 +- examples/cucumber-jvm/pom.xml | 11 +- itests/microprofile-jwt-itests/pom.xml | 7 +- ...cKeyLocationTest.java => MultipleKeysTest.java} | 116 +++++------ ...LocationTest.java => PublicKeyFormatsTest.java} | 59 ++---- .../jwt/itest/PublicKeyLocationTest.java | 1 + .../tomee/microprofile/jwt/itest/Tokens.java | 44 +++- mp-jwt/pom.xml | 5 + .../apache/tomee/microprofile/jwt/MPJWTFilter.java | 43 ++-- .../jwt/config/JWTAuthConfiguration.java | 23 ++- .../jwt/config/JWTAuthConfigurationProperties.java | 30 +-- .../microprofile/jwt/config/PublicKeyResolver.java | 228 ++++++--------------- pom.xml | 4 +- .../tck/jwt/JWTAuthContextInfoProvider.java | 56 ----- .../jwt/MicroProfileJWTTCKArchiveProcessor.java | 35 +--- .../tck/jwt/jwk/PublicKeyAsJWKSTest.java | 85 -------- tomee/apache-tomee/pom.xml | 25 +++ .../org/apache/catalina/util/ServerInfo.properties | 18 ++ .../org/apache/tomee/catalina/ServerListener.java | 35 ---- 26 files changed, 341 insertions(+), 626 deletions(-)
