This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from a9683e05e8 Fix possible IllegalStateException when bundle is stopped
(#2144)
new 331d1137cf Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to
3.5.0 (#2143)
new 23a430500a Bump github/codeql-action from 3.27.0 to 3.27.1 (#2142)
new e86f75afbd Bump org.webjars:swagger-ui from 5.18.1 to 5.18.2 (#2146)
new 2a613df121 Update Netty to 4.1.115.Final and Netty Tcnative to
2.0.69.Final
new e041a0fd27 Fix flakiness in
org.apache.cxf.io.DelayedCachedOutputStreamCleanerTest.testCleanOnShutdown test
case
new 44fa0a5e57 CXF-9076: Exception message is not unmarshalled with JDK17+
(limit the fix to JDK standard library exceptions) (#2148)
new 417737daee Recording .gitmergeinfo Changes
new bff380a4e6 Fix compilation issue (post cherrypicking)
The 8 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 | 4 +-
.gitmergeinfo | 9 ++++
.../cxf/interceptor/ClientFaultConverter.java | 54 +++++++++++++++-------
.../io/DelayedCachedOutputStreamCleanerTest.java | 8 ++--
distribution/src/main/release/samples/pom.xml | 6 +--
parent/pom.xml | 6 +--
.../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 ++++----
10 files changed, 92 insertions(+), 41 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%)