This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 3ab97de4ae Bump org.sonarsource.scanner.maven:sonar-maven-plugin
(#2780)
new fe9ce80546 Recording .gitmergeinfo Changes
new 69e8adf0f0 Adapt
AXRS20ClientServerBookTest::testGetGenericBookManyClientsInParallel to JDK-27
HttpClient changes (that use virtual threads for selectors by default) (#2783)
new 415947c1eb Bump actions/setup-java from 5.0.0 to 5.1.0 (#2784)
new 0ed3818768 Bump org.apache.maven.plugins:maven-release-plugin from
3.3.0 to 3.3.1 (#2785)
new 00b2d5893f Fix JAXRSJweJwsTest::testJweRsaJwsRsaEncryptThenSign test
case (#2782)
new 5182b3ca85 Recording .gitmergeinfo Changes
new 9b2fb74a6f Update Netty to 4.1.130.Final
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 | 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, 37 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%)