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

reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 924c082fadc Enforce scheme checks for decoupled destinations (#3266)
     new 9282fdb4081 Bump org.webjars:swagger-ui from 5.32.6 to 5.32.8 (#3258)
     new 4017478248f Bump actions/cache from 5.0.5 to 6.1.0 (#3262)
     new dcc86b30314 Bump actions/setup-java from 5.3.0 to 5.4.0 (#3261)
     new 99d4d283cc7 Respect the AsyncRequestProducer contract by properly 
implementing available() method (#3235)
     new 6b5bdf45d65 Bump org.graalvm.buildtools:native-maven-plugin from 1.1.2 
to 1.1.3 (#3269)
     new 362aeab192a validate redirect origin in oidc rp sign-in completion 
(#3241)
     new 02676dbedf0 Fix post-merge compilation issues

The 7 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:
 .github/workflows/codeql-analysis.yml              |   6 +-
 .github/workflows/pull-request-build.yml           |   4 +-
 .../release/samples/jax_rs/graalvm_basic/pom.xml   |   6 +-
 .../src/main/release/samples/jaxws_graalvm/pom.xml |   6 +-
 .../samples/jaxws_graalvm_dynamic/client/pom.xml   |   2 +-
 .../samples/jaxws_graalvm_dynamic/server/pom.xml   |   2 +-
 distribution/src/main/release/samples/pom.xml      |   2 +-
 parent/pom.xml                                     |   2 +-
 rt/rs/security/sso/oidc/pom.xml                    |   6 ++
 .../oidc/rp/OidcRpAuthenticationFilter.java        |  25 +++++
 .../oidc/rp/OidcRpAuthenticationFilterTest.java    | 106 +++++++++++++++++++++
 .../hc5/CXFHttpAsyncRequestProducer.java           |   2 +-
 12 files changed, 157 insertions(+), 12 deletions(-)
 create mode 100644 
rt/rs/security/sso/oidc/src/test/java/org/apache/cxf/rs/security/oidc/rp/OidcRpAuthenticationFilterTest.java

Reply via email to