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 51183f786b Recording .gitmergeinfo Changes
new 2cf863e831 Revert temporary excludion of some build agents from the
label (due to persistent issues)
new 0a97dded67 CXF-7396: CachedOutputStream doesn't delete temp files
(#2048)
The 2 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:
Jenkinsfile | 6 +-
core/pom.xml | 5 +
.../java/org/apache/cxf/io/CachedConstants.java | 8 +
.../java/org/apache/cxf/io/CachedOutputStream.java | 22 +-
.../CachedOutputStreamCleaner.java} | 23 +-
.../cxf/io/DelayedCachedOutputStreamCleaner.java | 239 +++++++++++++++++++++
.../main/resources/META-INF/cxf/bus-extensions.txt | 2 +-
.../io/DelayedCachedOutputStreamCleanerTest.java | 201 +++++++++++++++++
parent/pom.xml | 1 -
.../apache/cxf/systest/jaxws/ClientServerTest.java | 44 +++-
10 files changed, 533 insertions(+), 18 deletions(-)
copy
core/src/main/java/org/apache/cxf/{continuations/ContinuationCallback.java =>
io/CachedOutputStreamCleaner.java} (61%)
create mode 100644
core/src/main/java/org/apache/cxf/io/DelayedCachedOutputStreamCleaner.java
create mode 100644
core/src/test/java/org/apache/cxf/io/DelayedCachedOutputStreamCleanerTest.java