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

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

commit aa000fae49214098ca1c14f3e673f9d01034bcec
Author: Daniel Kulp <d...@kulp.com>
AuthorDate: Wed Dec 7 12:25:20 2022 -0500

    Update release notes
---
 distribution/src/main/release/release_notes.txt | 33 ++++++++-----------------
 1 file changed, 10 insertions(+), 23 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt 
b/distribution/src/main/release/release_notes.txt
index 05566533f7..7d03a96fa5 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 3.4.9 Release Notes
+Apache CXF 3.4.10 Release Notes
 
 1. Overview
 
@@ -23,7 +23,7 @@ http://cxf.apache.org/docs/34-migration-guide.html
 for further information and requirements for upgrading from earlier
 versions of CXF.
 
-3.4.8 fixes over 14 JIRA issues reported by users and the community.
+3.4.10 fixes over 8 JIRA issues reported by users and the community.
 
 
 2. Installation Prerequisites 
@@ -65,28 +65,15 @@ for caveats when upgrading.
 
 7. Specific issues, features, and improvements fixed in this version
 
-Release Notes - CXF - Version 3.4.9
-
-** Sub-task
-    * [CXF-8730] - Fix org.apache.cxf.osgi.itests.jaxrs.JaxRsServiceTest
-
 ** Bug
-    * [CXF-8698] - Content-ID of attachments for outgoing requests are 
URL-decoded instead of URL-encoded
-    * [CXF-8712] - RetryStrategy tries one time too often
-    * [CXF-8732] - [regression] activation DataSource requires to run JAXRS
-    * [CXF-8733] - [regression] Content-ID of attachments for outgoing 
requests is not URL-decoded
-    * [CXF-8735] - AbstractStaticFailoverStrategy: 
UnsupportedOperationException when there are no services 
-associated with the endpoint
-    * [CXF-8738] - NullPointerException when 
SwaggerUiConfig.queryConfigEnabled not set
-    * [CXF-8750] - Swagger UI not working in Karaf 4.4.0 due to a double slash
-
-** New Feature
-    * [CXF-8752] - Configurable list of redirectable verbs
+    * [CXF-8706] - CXF MTOM handler allow content injection
+    * [CXF-8761] - DigestAuthSupplier: Must not decode URL encoded URI parts
+    * [CXF-8771] - Fix SortedArraySet remove method
+    * [CXF-8777] - cxf-codegen-plugin : 3.5.4 : commons-text :1.9
+    * [CXF-8796] - IllegalArgumentException: argument type mismatch with code 
first RPC when parameter omitted
+    * [CXF-8798] - UDPDestination throws NPE under some conditions
+    * [CXF-8799] - Unxepected URLEncode in MTOM Content-Id
 
 ** Improvement
-    * [CXF-8710] - Set `queryConfigEnabled` to `true` if any query parameters 
are configured in SwaggerUiConfig
-    * [CXF-8725] - Allow RetryStrategy to optionally not retry for HTTP 404 
responses
-    * [CXF-8734] - upgrade to undertow 2.2.15 or later
-    * [CXF-8756] - Update to Swagger UI 4.14.0
-    * [CXF-8757] - Swagger UI: update queryConfigEnabled documented behavior
+    * [CXF-8785] - Make Jsonb lazy initializable in the JsrJsonbProvider
 

Reply via email to