This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch coheigea/removeCodeGrant
in repository https://gitbox.apache.org/repos/asf/cxf.git
omit 00e22206ceb Fix some atomicity issues in removeCodeGrant
add 2cdbf700836 Update Netty to 4.2.17.Final
add 04045cdfb8c Update Jetty to 12.1.12
add 1acb713ec0b Update Swagger Core to 2.2.53
add 1d015b2adfe Fix max_age check in OidcClientCodeRequestFilter (#3357)
add b4f1befa2c6 Fix some atomicity issues in removeCodeGrant
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (00e22206ceb)
\
N -- N -- N refs/heads/coheigea/removeCodeGrant (b4f1befa2c6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
distribution/src/main/release/samples/pom.xml | 4 +-
parent/pom.xml | 6 +-
.../oauth2/grants/code/JPACMTCodeDataProvider.java | 12 +-
.../oidc/rp/OidcClientCodeRequestFilter.java | 14 +-
.../rp/OidcClientCodeRequestFilterMaxAgeTest.java | 332 +++++++++++++++++++++
5 files changed, 356 insertions(+), 12 deletions(-)
create mode 100644
rt/rs/security/sso/oidc/src/test/java/org/apache/cxf/rs/security/oidc/rp/OidcClientCodeRequestFilterMaxAgeTest.java