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

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


    from ed0e868894 Recording .gitmergeinfo Changes
     new 984e67c6b6 Adapt 
AXRS20ClientServerBookTest::testGetGenericBookManyClientsInParallel to JDK-27 
HttpClient changes (that use virtual threads for selectors by default) (#2783)
     new 920618b503 Bump actions/setup-java from 5.0.0 to 5.1.0 (#2784)
     new 3195ecd125 Bump org.apache.maven.plugins:maven-release-plugin from 
3.3.0 to 3.3.1 (#2785)
     new 3926cca0c4 Fix JAXRSJweJwsTest::testJweRsaJwsRsaEncryptThenSign test 
case (#2782)
     new 97f89a9e5e Update Netty to 4.1.130.Final
     new ce008a4bd3 Recording .gitmergeinfo Changes

The 6 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              |   2 +-
 .github/workflows/pull-request-build.yml           |   2 +-
 .gitmergeinfo                                      |   4 ++++
 distribution/src/main/release/samples/pom.xml      |   2 +-
 parent/pom.xml                                     |   2 +-
 pom.xml                                            |   2 +-
 .../systest/jaxrs/JAXRS20ClientServerBookTest.java |  21 +++++++++++++++++----
 .../security/jose/jwejws/JAXRSJweJwsTest.java      |   9 ++++++---
 .../src/test/resources/keys/alice-jwejws.jks       | Bin 0 -> 4125 bytes
 .../src/test/resources/keys/bob-jwejws.jks         | Bin 0 -> 4122 bytes
 ...ce.rs.properties => alice-jwejws.rs.properties} |   2 +-
 ...{bob.rs.properties => bob-jwejws.rs.properties} |   2 +-
 .../systest/jaxrs/security/jose/jwejws/server.xml  |   4 ++--
 13 files changed, 36 insertions(+), 16 deletions(-)
 create mode 100644 
systests/rs-security/src/test/resources/keys/alice-jwejws.jks
 create mode 100644 systests/rs-security/src/test/resources/keys/bob-jwejws.jks
 copy 
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/{alice.rs.properties
 => alice-jwejws.rs.properties} (95%)
 copy 
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/{bob.rs.properties
 => bob-jwejws.rs.properties} (95%)

Reply via email to