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

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

commit ad5cae2a93e85a8779cd83baf31f7ed099d0cf40
Author: Daniel Kulp <d...@kulp.com>
AuthorDate: Tue Sep 12 12:45:19 2023 -0400

    Update release notes for 3.5.7
---
 distribution/src/main/release/release_notes.txt | 37 +++++++++++++------------
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt 
b/distribution/src/main/release/release_notes.txt
index 64c9292298..6a72300e97 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.6 Release Notes
+Apache CXF 3.5.7 Release Notes
 
 1. Overview
 
@@ -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 
@@ -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)
+
+
+
+

Reply via email to