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 7a3ea8f4ed [CXF-9048] Update the WSS4J tests (#2024)
new 01e0879704 Update Netty to 4.1.115.Final and Netty Tcnative to
2.0.69.Final
new fe76857bdf Fix flakiness in
org.apache.cxf.io.DelayedCachedOutputStreamCleanerTest.testCleanOnShutdown test
case
new d78b7b686e CXF-9076: Exception message is not unmarshalled with JDK17+
(limit the fix to JDK standard library exceptions) (#2148)
new 59734ba809 Recording .gitmergeinfo Changes
The 4 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/interceptor/ClientFaultConverter.java | 54 +++++++++++++++-------
.../io/DelayedCachedOutputStreamCleanerTest.java | 8 ++--
distribution/src/main/release/samples/pom.xml | 2 +-
parent/pom.xml | 4 +-
.../systest/jaxws/ClientServerExceptionServer.java | 5 ++
.../systest/jaxws/ClientServerExceptionTest.java | 20 ++++++--
.../apache/cxf/systest/jaxws/ExceptionService.java | 1 +
.../org/apache/cxf/systest/jaxws/SayException.java | 20 ++++----
9 files changed, 83 insertions(+), 36 deletions(-)
copy
tools/javato/ws/src/test/java/org/apache/cxf/tools/fortest/exception/SuperException.java
=> systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SayException.java
(74%)