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 1f8b485d0a Recording .gitmergeinfo Changes
new 53f286c0cd JDK-23: Fix cxf-services-wsn-core and cxf-rt-transports-jms
test suites (https://bugs.openjdk.org/browse/JDK-8296244)
new c67cd4bbee JDK-23: Fix cxf-systests-transport-jms, cxf-systests-jaxrs
and cxf-rt-rs-mp-client test suites
(https://bugs.openjdk.org/browse/JDK-8296244,
https://bugs.openjdk.org/browse/JDK-6968351)
new db4d23057d CXF-7396: CachedOutputStream doesn't delete temp files. Add
forced cleanup on Bus shutdown (#2111)
new 1d5151cbc5 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 | 1 +
.../java/org/apache/cxf/io/CachedConstants.java | 8 ++++++++
.../cxf/io/DelayedCachedOutputStreamCleaner.java | 19 ++++++++++++++++-
.../io/DelayedCachedOutputStreamCleanerTest.java | 24 +++++++++++++++++++++-
.../apache/cxf/microprofile/client/AsyncTest.java | 2 ++
rt/transports/jms/pom.xml | 20 ++++++++++++++++++
services/wsn/wsn-core/pom.xml | 20 ++++++++++++++++++
.../apache/cxf/systest/jaxrs/jms/JAXRSJmsTest.java | 5 +++++
systests/transport-jms/pom.xml | 19 +++++++++++++++++
9 files changed, 116 insertions(+), 2 deletions(-)