This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new ffd1628f2c update release notes for CXF 3.5.11
ffd1628f2c is described below

commit ffd1628f2cb103c18ddc52c0457c5dfa8ee6e375
Author: Freeman Fang <[email protected]>
AuthorDate: Mon Mar 3 10:43:02 2025 -0500

    update release notes for CXF 3.5.11
---
 distribution/src/main/release/release_notes.txt | 28 +++++--------------------
 1 file changed, 5 insertions(+), 23 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt 
b/distribution/src/main/release/release_notes.txt
index dfb1237332..a042a1e181 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 3.5.10 Release Notes
+Apache CXF 3.5.11 Release Notes
 
 1. Overview
 
@@ -31,7 +31,7 @@ for further information and requirements for upgrading from 
earlier
 versions of CXF.
 
 
-3.5.10 fixes over 18 JIRA issues reported by users and the community.
+3.5.11 fixes over 5 JIRA issues reported by users and the community.
 
 
 2. Installation Prerequisites 
@@ -74,26 +74,8 @@ for caveats when upgrading.
 7. Specific issues, features, and improvements fixed in this version
 
 ** Bug
-    * [CXF-7396] - CachedOutputStream doesn't delete temp files
     * [CXF-8629] - AsyncHTTPConduit (hc5) should support chunked request / 
response
-    * [CXF-8979] - XML (Woodstox/MSV) based schema validation is broken
-    * [CXF-9021] - Warning "Could not resolve Schema for datatypes.dtd" when 
file was found
-    * [CXF-9037] - NPE when using 
com.ctc.wstx.returnNullForDefaultNamespace=true
-    * [CXF-9042] - Several unit tests are non-idempotent
-    * [CXF-9052] - LoadDistributorFeature not comaptible with JAX-RS 
subresources
+    * [CXF-8992] - WebClient.fromClient() broken due to garbage collection
     * [CXF-9057] - Chunked Stream is closed regularly when Exception is thrown
-    * [CXF-9064] - AsyncHTTPConduit doesn't close copied wrappedStream on close
-    * [CXF-9066] - MaskSensitiveHelper does not mask multi-line content
-    * [CXF-9067] - MaskSensitiveHelper incorrectly masks wrapper element
-    * [CXF-9076] - Exception message is not unmarshalled with JDK17
-    * [CXF-9078] - AsyncHTTPConduit.java causing NullPointerException when 
closing
-    * [CXF-9079] - java.lang.IllegalStateException: Encoding process already 
completed from LengthDelimitedEncoder
-    * [CXF-9081] - Possible IllegalStateException from OSGi when bundle is 
stopped
-
-
-
-
-** Improvement
-    * [CXF-9047] - http-undertow transport: enable to specify CipherSuites
-    * [CXF-9055] - Follow OpenTelemetry semantic conventions for trace span 
and its attributes
-    * [CXF-9082] - SENSITIVE_HEADERS list is hardcoded
+    * [CXF-9105] - ConcurrentModificationException in 
org.apache.cxf.ext.logging.event when iterating over principals
+    * [CXF-9110] - Memory leak in DelayedCleanerImpl.queue when LoggingFeature 
is enabled

Reply via email to