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 468b31b165 Recording .gitmergeinfo Changes
new 07b6af3eb3 CXF-9057: Chunked Stream is closed regularly when Exception
is thrown (MTOM) (#2234)
new a365545d00 Recording .gitmergeinfo Changes
new 63fe05703e Recording .gitmergeinfo Changes
The 3 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 | 4 +
.../AbortedInvocationException.java} | 8 +-
.../apache/cxf/phase/PhaseInterceptorChain.java | 3 +
.../interceptor/Soap11FaultOutInterceptor.java | 8 +-
.../interceptor/Soap12FaultOutInterceptor.java | 8 +-
.../transport/http/AbstractHTTPDestination.java | 29 +++++-
...st.java => AbstractAttachmentChunkingTest.java} | 75 +++-----------
.../cxf/systest/jaxws/AttachmentChunkingTest.java | 101 ++-----------------
...ngTest.java => AttachmentMtomChunkingTest.java} | 108 +++++----------------
.../src/test/resources/attachments/cxf9057.wsdl | 1 +
10 files changed, 97 insertions(+), 248 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} (59%)
copy
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/{AttachmentChunkingTest.java
=> AttachmentMtomChunkingTest.java} (54%)