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 c293dea6a2 update CXF 4.0.10 release notes
c293dea6a2 is described below
commit c293dea6a2acb7d06608dcf302fa1c3ba6f3a820
Author: Freeman Fang <[email protected]>
AuthorDate: Tue Nov 11 14:53:17 2025 -0500
update CXF 4.0.10 release notes
---
distribution/src/main/release/release_notes.txt | 33 ++++++++++++-------------
1 file changed, 16 insertions(+), 17 deletions(-)
diff --git a/distribution/src/main/release/release_notes.txt
b/distribution/src/main/release/release_notes.txt
index 2b83b4461b..4e488f3edd 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.9 Release Notes
+Apache CXF 4.0.10 Release Notes
1. Overview
@@ -21,7 +21,7 @@ for further information and requirements for upgrading from
earlier
versions of CXF.
-4.0.9 fixes over 10 JIRA issues reported by users and the community.
+4.0.10 fixes over 11 JIRA issues reported by users and the community.
2. Installation Prerequisites
@@ -63,25 +63,24 @@ for caveats when upgrading.
7. Specific issues, features, and improvements fixed in this version
-** Bug
- * [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
-
-
+Release Notes - CXF - Version 4.0.10
-** Improvement
- * [CXF-9145] - Inconcise handling of logging features logMulitpart and
logBinary
- * [CXF-9151] - use io.github.littleproxy:littleproxy instead of
org.littleshoot:littleproxy
+** Bug
+ * [CXF-8691] - Logging Feature - Sensitive element with arrays
+ * [CXF-8938] - CXF forces XOP for SwA SOAP services
+ * [CXF-9152] - Adding @Timed annotation to JaxWS WebService class breaks
Micrometer integration
+ * [CXF-9160] - Add support for JBoss Remoting protocols in JNDI
+ * [CXF-9162] - Reusing a Client with a HttpClientHTTPConduit is not
threadsafe in regards to finalization
+ * [CXF-9168] - No Micrometer Metric for requests failing schema validation
on jax-ws endpoints
+ * [CXF-9170] - Server requests counted twice after fixing CXF-9168
+ * [CXF-9171] - DelayedCachedOutputStreamCleaner thread accumulation after
CVE-2025-23184 fix
+ * [CXF-9173] - Default SO_LINGER induce TCP RST on each connection closure
-** Task
- * [CXF-8675] - jakarta.xml.bind.ModuleUtil error after jaxb 3.0.1 upgrade
+** Improvement
+ * [CXF-9157] - remove jetty server from rs-sse-undertow
+ * [CXF-9165] - Remove unnecessary JDK 8 hacks