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 b1f108a74c Recording .gitmergeinfo Changes
new 9511d368bc Bump github/codeql-action from 3.28.8 to 3.28.9 (#2264)
new 2ae170bc37 Bump cxf.netty.version from 4.1.117.Final to 4.1.118.Final
(#2267)
new c1c13bbf4c Recording .gitmergeinfo Changes
new 42d618d8ac Update Jetty to 9.4.57.v20241219
new 134e52d6aa Update Apache Tomcat to 9.0.99
new 583cc8d562 CXF-9057: Chunked Stream is closed regularly when Exception
is thrown (MTOM) (#2234)
new dfd1c6a5fd 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:
.github/workflows/codeql-analysis.yml | 4 +-
.gitmergeinfo | 8 ++
.../AbortedInvocationException.java} | 8 +-
.../apache/cxf/phase/PhaseInterceptorChain.java | 3 +
distribution/src/main/release/samples/pom.xml | 6 +-
parent/pom.xml | 6 +-
.../interceptor/Soap11FaultOutInterceptor.java | 8 +-
.../interceptor/Soap12FaultOutInterceptor.java | 8 +-
.../transport/http/AbstractHTTPDestination.java | 29 +++++-
...st.java => AbstractAttachmentChunkingTest.java} | 79 +++------------
.../cxf/systest/jaxws/AttachmentChunkingTest.java | 102 ++------------------
...ngTest.java => AttachmentMtomChunkingTest.java} | 107 ++++-----------------
.../src/test/resources/attachments/cxf9057.wsdl | 1 +
13 files changed, 107 insertions(+), 262 deletions(-)
copy
core/src/main/java/org/apache/cxf/{continuations/SuspendedInvocationException.java
=> phase/AbortedInvocationException.java} (87%)
copy
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/{AttachmentChunkingTest.java
=> AbstractAttachmentChunkingTest.java} (57%)
copy
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/{AttachmentChunkingTest.java
=> AttachmentMtomChunkingTest.java} (54%)