You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/11/03 18:50:11 UTC

[cxf] branch master updated: Update release notes

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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 59785cc  Update release notes
59785cc is described below

commit 59785cc2b7330a2891200ea0112bbe487618f84f
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Nov 3 13:49:49 2020 -0500

    Update release notes
---
 distribution/src/main/release/release_notes.txt | 31 ++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt
index e313d08..468ffda 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.0 Release Notes
+Apache CXF 3.4.1 Release Notes
 
 1. Overview
 
@@ -23,6 +23,9 @@ http://cxf.apache.org/docs/34-migration-guide.html
 for further information and requirements for upgrading from earlier
 versions of CXF.
 
+3.4.1 fixes over 15 JIRA issues reported by users and the community.
+
+
 
 2. Installation Prerequisites 
 
@@ -60,3 +63,29 @@ http://issues.apache.org/jira/browse/CXF
 See the migration guide at:
 http://cxf.apache.org/docs/34-migration-guide.html
 for caveats when upgrading.
+
+7. Specific issues, features, and improvements fixed in this version
+
+** Bug
+    * [CXF-8227] - Failure to comply with JAX-RS spec with ContainerRequestContext and WriterInterceptorContext
+    * [CXF-8325] - Schema validation allows invalid SOAP header
+    * [CXF-8329] - NPE with empty query parameters and collections
+    * [CXF-8331] - Reverse proxy url is not reflected when use-x-forwarded-headers is true
+    * [CXF-8337] - wsdl2java generates exceptions which do not follow naming convention
+    * [CXF-8346] - JAX-RS TCK: Resolve test cases where empty entities are checked
+    * [CXF-8349] - Flux Returns Mixed Response on Errors and Mono Hangs when Empty
+    * [CXF-8354] - Logs not redirecting to Log4J
+
+** New Feature
+    * [CXF-8213] - Add Micrometer metric support for JAX-WS Spring Boot
+    * [CXF-8252] - Add Micrometer metric support for JAX-RS (Spring Boot)
+
+** Improvement
+    * [CXF-8338] - Add getters for iv, cypherBytes and authTag to JweJsonConsumer
+    * [CXF-8345] - Improve Performance by avoiding MessageImpl resizing
+    * [CXF-8359] - Masking sensitive elements does not work if the element has a property
+    * [CXF-8360] - Configurable property for Apache Velocity logs
+
+** Task
+    * [CXF-8355] - RxJava3: Observable / Flowable Returns Mixed Response on Errors and Hangs when Empty
+    * [CXF-8358] - RxJava2: Observable / Flowable Returns Mixed Response on Errors and Hangs when Empty