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 efd14af416c update CXF 4.1.7 release notes
efd14af416c is described below
commit efd14af416c7303644e9ba50583829faa8075a7a
Author: Freeman Fang <[email protected]>
AuthorDate: Thu Jun 4 18:10:52 2026 -0400
update CXF 4.1.7 release notes
---
distribution/src/main/release/release_notes.txt | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
diff --git a/distribution/src/main/release/release_notes.txt
b/distribution/src/main/release/release_notes.txt
index 571c15bae24..6c6a0953b7a 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.6 Release Notes
+Apache CXF 4.1.7 Release Notes
1. Overview
@@ -27,7 +27,7 @@ for further information and requirements for upgrading from
earlier
versions of CXF.
-4.1.6 fixes over 10 JIRA issues reported by users and the community.
+4.1.7 fixes over 4 JIRA issues reported by users and the community.
2. Installation Prerequisites
@@ -70,20 +70,14 @@ for caveats when upgrading.
7. Specific issues, features, and improvements fixed in this version
** Bug
- * [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
- * [CXF-9212] - Restrict valid URL protocols in TLSParameterJaxBUtils and
URIResolver
+ * [CXF-9129] - Chunked attachment streaming not working when using
ws-security
-** 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
+** Improvement
+ * [CXF-9213] - RetryStrategy is a stateful class whose objects shouldn't
be reused
+ * [CXF-9214] - WSDLs and XSDs cannot be loaded from class path on GraalVM
+ * [CXF-9218] - Respect configured ProxySelector instead of hard-wiring
system proxy properties