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

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


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

commit 0c394eec6d0292799b71aabdac2d2c3a60141834
Author: Freeman Fang <[email protected]>
AuthorDate: Mon Mar 3 09:54:42 2025 -0500

    update release notes for CXF 3.6.6
---
 distribution/src/main/release/release_notes.txt | 36 ++++++++-----------------
 1 file changed, 11 insertions(+), 25 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt 
b/distribution/src/main/release/release_notes.txt
index 02895e0b2c..3153b36874 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 3.6.5 Release Notes
+Apache CXF 3.6.6 Release Notes
 
 1. Overview
 
@@ -24,7 +24,7 @@ http://cxf.apache.org/docs/36-migration-guide.html
 for further information and requirements for upgrading from earlier
 versions of CXF.
 
-3.6.5 fixes over 25 issues/tasks reported by users.
+3.6.6 fixes over 11 issues/tasks reported by users.
 
 
 2. Installation Prerequisites 
@@ -67,36 +67,22 @@ for caveats when upgrading.
 7. Release Notes
 
 ** Bug
-    * [CXF-7396] - CachedOutputStream doesn't delete temp files
     * [CXF-8629] - AsyncHTTPConduit (hc5) should support chunked request / 
response
-    * [CXF-8931] - HttpClientHTTPConduit can't disable the http chunk mode
-    * [CXF-8950] - HttpClient in CXF closing prematurely; 4.0.4-SNAPSHOT
-    * [CXF-8979] - XML (Woodstox/MSV) based schema validation is broken
-    * [CXF-8995] - OpcodesProxy java.lang.ArrayIndexOutOfBoundsException: 
Index 7 out of bounds for length 7
-    * [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-9060] - WSDL2Java Service generation results in 'unused import' 
warnings
-    * [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-9074] - HttpClientHTTPConduit ignores SSLContext in 
TLSClientParameters (Java HttpClient)
-    * [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
+    * [CXF-9065] - StackOverflow Exception during execution of WebClient POST 
Request on SSLUtils class
+    * [CXF-9091] - Camel 3|CXF: ParsingErrors with OneWay Messages
+    * [CXF-9095] - Connection Leak in HttpClientWrappedOutputStream due to 
Unreleased Resources on IOException
+    * [CXF-9097] - Camel 3|CXF|Tomcat: Request has been recycled
+    * [CXF-9099] - GZIPOutInterceptor : ensure the CXF headers that 
GZIPOutInterceptor needs to resize is modifiable
+    * [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
 
 
 
 
 ** Improvement
-    * [CXF-9047] - http-undertow transport: enable to specify CipherSuites
-    * [CXF-9055] - Follow OpenTelemetry semantic conventions for trace span 
and its attributes
-    * [CXF-9059] - HttpConduit should flush output stream ahead of closing 
connections when HttpClient is autocloseable
-    * [CXF-9062] - Be able to create AsyncHTTPConduit based on 
URLConnectionHTTPConduit
-    * [CXF-9082] - SENSITIVE_HEADERS list is hardcoded
+    * [CXF-8765] - Option to remove Ehcache
 
 
 

Reply via email to