Skip to content

Commit

Permalink
update release notes for CXF 3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ffang committed Mar 3, 2025
1 parent 44c8219 commit 0c394ee
Showing 1 changed file with 11 additions and 25 deletions.
36 changes: 11 additions & 25 deletions distribution/src/main/release/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache CXF 3.6.5 Release Notes
Apache CXF 3.6.6 Release Notes

1. Overview

Expand All @@ -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
Expand Down Expand Up @@ -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



Expand Down

0 comments on commit 0c394ee

Please sign in to comment.