Skip to content

Commit

Permalink
Update release notes for 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Sep 12, 2023
1 parent b368aa9 commit ad5cae2
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 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.5.6 Release Notes
Apache CXF 3.5.7 Release Notes

1. Overview

Expand Down Expand Up @@ -31,7 +31,7 @@ for further information and requirements for upgrading from earlier
versions of CXF.


3.5.6 fixes over 15 JIRA issues reported by users and the community.
3.5.7 fixes over 12 JIRA issues reported by users and the community.


2. Installation Prerequisites
Expand Down Expand Up @@ -73,24 +73,25 @@ for caveats when upgrading.

7. Specific issues, features, and improvements fixed in this version


** Sub-task
* [CXF-8815] - Fix org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitTest.testResponseSameBufferSize
* [CXF-8830] - Fix org.apache.cxf.transport.http.netty.client.NettyHttpConduitTest.testCallAsyncCallbackInvokedOnlyOnce
* [CXF-8606] - Introduce HTTP/2 Transport: client-side support (Netty & HttpClient 5)
* [CXF-8877] - Get rid of EasyMock in cxf-rt-transports-http-netty-client

** Bug
* [CXF-8669] - Multipart annotation not working 3.4.6 onwards.
* [CXF-8745] - MemoryLeak when using SpringBus in a spring context which has a reusable parent context
* [CXF-8797] - NameBinding ignored when implementing interface
* [CXF-8810] - Exception on cxf-rt-transports-http-hc Osgi startup
* [CXF-8816] - Deflater and Inflater initialized with different 'nowrap' value
* [CXF-8822] - AsyncHTTPConduit removes query-parameters when path is empty
* [CXF-8824] - CDI beans produced by @Produces methods are generated twice
* [CXF-8826] - AsyncHTTPConduit (hc5) - Unexpected EOF during response processing
* [CXF-8833] - GZIPInInterceptor, when processing HTTP 204 empty response, throws EOFException
* [CXF-8837] - Allow P11 RSA Keys within JwsUtils
* [CXF-8839] - Missing dependency on plexus-utils in cxf-wsdl-validator-plugin
* [CXF-8881] - WSDLValidator link doesn't work
* [CXF-8882] - Apache HttpClient 5 async conduit does not handle authentication
* [CXF-8884] - Update commons-jexl3 to 3.3
* [CXF-8886] - JavaDocProvider does not work with JDK 17 and beyond
* [CXF-8907] - java.lang.NullPointerException at AsymmetricBindingHandler.java
* [CXF-8918] - Upgrade xnio-nio jar to latest version (3.8.8+) to get rid of CVE-2022-0084
* [CXF-8920] - Can't filter when collection has attribute of type LocalDate or LocalDateTime
* [CXF-8925] - Logging twice in case of faults happening after pre-stream phase in out-chain

** Improvement
* [CXF-8809] - Migrate LDAP systest cases from ApacheDS to UnboundID LDAP
* [CXF-8835] - Upgrade to Spring 5.3.26
* [CXF-8457] - Provide OpenTelemetry support
* [CXF-8802] - Update to Maven Remote Resources Plugin 3.1.0
* [CXF-8901] - Update Guava to 32.1.1 (solving CVE-2023-2976)




0 comments on commit ad5cae2

Please sign in to comment.