This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.1.x-fixes by this push:
new 8951d31a60f update CXF 4.1.6 release notes
8951d31a60f is described below
commit 8951d31a60f9fa271eb8a8b25386c276ed62235c
Author: Freeman Fang <[email protected]>
AuthorDate: Wed May 13 18:26:48 2026 -0400
update CXF 4.1.6 release notes
---
distribution/src/main/release/release_notes.txt | 28 ++++++++++++++-----------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/distribution/src/main/release/release_notes.txt
b/distribution/src/main/release/release_notes.txt
index 42cb18fa508..43aebb87013 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 4.1.4 Release Notes
+Apache CXF 4.1.6 Release Notes
1. Overview
@@ -27,7 +27,7 @@ for further information and requirements for upgrading from
earlier
versions of CXF.
-4.1.4 fixes over 13 JIRA issues reported by users and the community.
+4.1.6 fixes over 9 JIRA issues reported by users and the community.
2. Installation Prerequisites
@@ -70,16 +70,20 @@ for caveats when upgrading.
7. Specific issues, features, and improvements fixed in this version
** Bug
- * [CXF-8691] - Logging Feature - Sensitive element with arrays
- * [CXF-8938] - CXF forces XOP for SwA SOAP services
- * [CXF-9136] - Add EntityPart MessageBodyReader / MessageBodyWriter support
- * [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
+ * [CXF-8748] - nonProxyHosts is case sensitive
+ * [CXF-9147] - WSDL to Java: Missing namespace since 4.1.*
+ * [CXF-9189] - Exceptions Not Logged When Using SseEventSink in JAX-RS SSE
Endpoint
+ * [CXF-9205] - The
org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor invalidates the
signed SOAP Header elemements
+ * [CXF-9206] - Duplicated value of 'cxf.server.requests' metric for JAX RS
Server
+ * [CXF-9210] - JAX-RS Client Fails When CacheControlFeature is used but
Server Doesn't return Cache-Control Header
+
+
+
+
+** Improvement
+ * [CXF-9174] - Allow overriding buildPredicate in JPACriteriaQueryVisitor
for custom predicates
+ * [CXF-9207] - Improve multipart Content-Disposition formatting (optional
space after form-data;) for better interoperability with strict WAFs
+ * [CXF-9211] - [JAX-RS proxy clients] Use template URL instead of actual
path values for JAX-RS micrometer metrics