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 6e29500af9 Recording .gitmergeinfo Changes
new 44dfb2e61e Fix cxf-services-wsn-core test cases for JDK-24
(Subject::getSubject)
new 086dc3dde0 Fix cxf-systests-ws-transfer test cases for JDK-24
(-Djdk.xml.enableExtensionFunctions=true)
new e37d588964 Fix cxf-systests-jms test cases for JDK-24
(Subject::getSubject)
new ac6a9d2865 Fix cxf-systests-jaxrs test cases for JDK-24 (JAXRSJmsTest)
new a2ac9334ff Fix cxf-systests-jaxrs test cases for JDK-24
(Subject::getSubject)
new 46fe4d8c61 CXF-9132: HttpClientHTTPConduit releases the client while
there are connection(s) still using it (#2398)
new af3e92aabf Recording .gitmergeinfo Changes
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:
.gitmergeinfo | 5 +
.../cxf/transport/http/HttpClientHTTPConduit.java | 22 +++-
services/wsn/wsn-core/pom.xml | 2 +-
.../wsn-core/src/test/resources/logging.properties | 2 +
.../apache/cxf/systest/jaxrs/jms/JAXRSJmsTest.java | 2 +-
.../jaxrs/src/test/resources/logging.properties | 2 +
systests/transport-jms/pom.xml | 2 +-
.../src/test/resources/logging.properties | 2 +
.../cxf/systest/http/jaxws/JAXWSClientTest.java | 32 ++++++
.../systest/https/conduit/HTTPSConduitTest.java | 126 +++++++++++++++++++--
.../apache/cxf/systest/https/conduit/Server.java | 46 ++++----
.../apache/cxf/systest/https/conduit/Bethal.cxf | 13 +++
systests/ws-transfer/pom.xml | 20 +++-
13 files changed, 239 insertions(+), 37 deletions(-)