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 9835dfc01d Recording .gitmergeinfo Changes
new 71075539b1 Revert temporary excludion of some build agents from the
label (due to persistent issues)
new 43b4eee96c CXF-7396: CachedOutputStream doesn't delete temp files
(#2048)
new b544d0eb69 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 | 1 +
Jenkinsfile | 6 +-
core/pom.xml | 6 +-
.../java/org/apache/cxf/io/CachedConstants.java | 8 +
.../java/org/apache/cxf/io/CachedOutputStream.java | 22 +-
.../apache/cxf/io/CachedOutputStreamCleaner.java | 25 ++-
.../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 +++-
11 files changed, 537 insertions(+), 18 deletions(-)
copy
services/xkms/xkms-client/src/main/java/org/apache/cxf/xkms/cache/XKMSClientCache.java
=> core/src/main/java/org/apache/cxf/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