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 220a691d20 Remove unsupported 'path' configuration 
(cargo-maven3-plugin)
     new 8dee0f91da Adapt 
AXRS20ClientServerBookTest::testGetGenericBookManyClientsInParallel to JDK-27 
HttpClient changes (that use virtual threads for selectors by default) (#2783)
     new 489103d946 Bump actions/setup-java from 5.0.0 to 5.1.0 (#2784)
     new eb0de8c778 Bump org.apache.maven.plugins:maven-release-plugin from 
3.3.0 to 3.3.1 (#2785)
     new 3bec2a734d Fix JAXRSJweJwsTest::testJweRsaJwsRsaEncryptThenSign test 
case (#2782)
     new 10f498226f Update Netty to 4.1.130.Final
     new 3b0b37a3a2 Recording .gitmergeinfo Changes
     new 7586e03720 Update Apache Karaf to 4.4.9

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              |   2 +-
 .github/workflows/pull-request-build.yml           |   2 +-
 .gitmergeinfo                                      |   5 +++++
 distribution/src/main/release/samples/pom.xml      |   2 +-
 parent/pom.xml                                     |   4 ++--
 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, 38 insertions(+), 17 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