This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
new fb177ac5e8 update CXF 4.0.9 release notes
fb177ac5e8 is described below
commit fb177ac5e8fb78677eae32b6ca5485f8ed596344
Author: Freeman Fang <[email protected]>
AuthorDate: Wed Jul 23 13:00:46 2025 -0400
update CXF 4.0.9 release notes
---
distribution/src/main/release/release_notes.txt | 29 ++++++++++++++-----------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/distribution/src/main/release/release_notes.txt
b/distribution/src/main/release/release_notes.txt
index 1ad94fc2ab..2b83b4461b 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 4.0.8 Release Notes
+Apache CXF 4.0.9 Release Notes
1. Overview
@@ -21,7 +21,7 @@ for further information and requirements for upgrading from
earlier
versions of CXF.
-4.0.8 fixes over 11 JIRA issues reported by users and the community.
+4.0.9 fixes over 10 JIRA issues reported by users and the community.
2. Installation Prerequisites
@@ -64,21 +64,24 @@ for caveats when upgrading.
7. Specific issues, features, and improvements fixed in this version
** Bug
- * [CXF-8985] - headers masking implementation not replaceable
- * [CXF-9100] - HttpClient-1-Worker-* thread leak when throwing exception
in LoggingOutInterceptor and sending large SOAP message
- * [CXF-9115] - Race Condition in HttpClientHttpConduit Causes Writing
Thread to Hang Forever
- * [CXF-9117] - cxf-rt-ws-security fails if JCache is not on the classpath
- * [CXF-9118] - DelayedCachedOutputStreamCleaner may expire streams
prematurely
- * [CXF-9119] - Spring Boot runtime : property placeholder in xml bean of
jaxws:client not resolved correctly
- * [CXF-9121] - LEAK: ByteBuf.release() was not called before it's
garbage-collected
- * [CXF-9124] - TransportURIResolver prints stack trace to stderr when
using HTTP Authentication
- * [CXF-9128] - swaref does not use "cid:" reference scheme
- * [CXF-9132] - HttpClientHTTPConduit releases the client while there are
connection(s) still using it
+ * [CXF-9114] - ClientRequestContext#getConfiguration always return null in
the MicroProfile RestClient
+ * [CXF-9139] - Null Safety Issue in getLocalPart Call in DataWriterImpl
+ * [CXF-9141] - MaskSensitiveHelperMasking malfunctions for empty tags
+ * [CXF-9146] - MemoryLeak in HttpClientHTTPConduit when used with the
ThreadLocalClientState
+ * [CXF-9148] - Using @Oneway annotation cases NullPointerException in CXF
+ Jetty 12 REST Service
+ * [CXF-9150] - Deal with java.security.acl
+ * [CXF-9153] - The class
org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter does
not work for RESTful destinations
** Improvement
- * [CXF-9134] - When sending Multipart request do not wrap Attachment into
another Attachment
+ * [CXF-9145] - Inconcise handling of logging features logMulitpart and
logBinary
+ * [CXF-9151] - use io.github.littleproxy:littleproxy instead of
org.littleshoot:littleproxy
+
+
+
+** Task
+ * [CXF-8675] - jakarta.xml.bind.ModuleUtil error after jaxb 3.0.1 upgrade