You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2023/12/06 15:51:32 UTC

(tomee) branch main updated (2a17f9dd3f -> fe14799204)

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

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


    from 2a17f9dd3f TOMEE-4286 look at http:// in the namespace as well as https://
     new 20e6d5a703 Implement tomee.mp.jwt.allow.no-exp property over mp.jwt.tomee.allow.no-exp
     new b361c5d91e Merge branch 'apache:main' into mp-jwt-tomee.mp.jwt.allow.no-exp-property
     new cb3a231dde Merge branch 'apache:main' into mp-jwt-tomee.mp.jwt.allow.no-exp-property
     new 1be9dc7eed Merge branch 'apache:main' into mp-jwt-tomee.mp.jwt.allow.no-exp-property
     new 36ecd39792 Merge branch 'apache:main' into mp-jwt-tomee.mp.jwt.allow.no-exp-property
     new 681df83979 Merge branch 'apache:main' into mp-jwt-tomee.mp.jwt.allow.no-exp-property
     new 6c9f71eba2 Merge branch 'apache:main' into TOMEE-4284
     new 914e9cf4ef Implement tomee.mp.jwt.allow.no-exp property over mp.jwt.tomee.allow.no-exp
     new fe14799204 Merge pull request #1086 from tichovz/TOMEE-4284

The 14753 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:
 docs/microprofile/jwt.adoc                         |   3 +-
 ...ClaimsTest.java => AllowNoExpPropertyTest.java} | 136 +++++++++++++++++----
 .../jwt/config/JWTAuthConfigurationProperties.java |  18 ++-
 3 files changed, 127 insertions(+), 30 deletions(-)
 copy itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/{MissingRequiredClaimsTest.java => AllowNoExpPropertyTest.java} (54%)