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 72195736b1 Recording .gitmergeinfo Changes
new f43e8b0116 Bump org.testng:testng from 7.10.2 to 7.11.0 (#2272)
new 7f14b6284f CXF-9057: Chunked Stream is closed regularly when Exception
is thrown (MTOM) (#2234)
new f1936015b9 Recording .gitmergeinfo Changes
new 004f60c7e1 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 | 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 +
systests/microprofile/pom.xml | 2 +-
11 files changed, 98 insertions(+), 249 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%)