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 2019/05/09 13:25:33 UTC

[cxf] 02/02: Update release_notes for 3.2.9

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

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

commit 2359e6d3a16dc7a4718c482c3e0a13852058645b
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Thu May 9 09:25:07 2019 -0400

    Update release_notes for 3.2.9
---
 distribution/src/main/release/release_notes.txt | 62 +++++++++++--------------
 1 file changed, 26 insertions(+), 36 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt
index cd2a0ed..c9869ed 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 3.2.8 Release Notes
+Apache CXF 3.2.9 Release Notes
 
 1. Overview
 
@@ -17,7 +17,7 @@ New features include:
 * Preliminary support for running on Java 9  (no module support yet)
 * New http-undertow transport
 
-3.2.8 fixes over 18 JIRA issues reported by users and the community since 3.2.7.
+3.2.9 fixes over 21 JIRA issues reported by users and the community since 3.2.8.
 
 
 Important notes:
@@ -69,40 +69,30 @@ for caveats when upgrading.
 
 7. Specific issues, features, and improvements fixed in this version
 
-
-** Bug
-* [CXF-7883] - Handle connectionRequestTimeout in AsyncHTTPConduitFactory
-* [CXF-7888] - Unnecessary warning when using IBM XLXP JAXB implementation
-* [CXF-7891] - OpenApiAutoConfiguration doesn't work with classes-scan-packages
-* [CXF-7905] - JAXBUtils fails to setEscapeHandler due to null escapeHandler
-* [CXF-7912] - java.lang.NoSuchMethodError on RestClientBuilder.baseUri
-* [CXF-7913] - NPE in OAuth 2.0 JCacheOAuthDataProvider with isStoreJwtTokenKeyOnly
-* [CXF-7922] - Unable to invoke default interface methods in proxy-based clients
-* [CXF-7924] - cxf-java2ws-plugin: Only one WSDL is generated and deployed per artifact.
-* [CXF-7935] - SAML SubjectConfirmation validation in PolicyBasedWSS4JInInterceptor
-* [CXF-7944] - OAuthClientUtils hides error message if it contains a comma
-* [CXF-7945] - Swagger and Swagger UI modules export the same package which causes error in modular apps (Java 9+)
-* [CXF-7946] - OperationResourceInfoComparator should consider methods parameters
-* [CXF-7947] - NullPointerException in Utils.java file
-
-** Improvement
-* [CXF-7855] - Update the Brave/OpenTracing/HTrace documentation to include more code snippets
-* [CXF-7894] - ReflectionUtil, JDK-9+ warnings for illegal reflective access operation
-* [CXF-7908] - Allow to customise JAXRS server in spring boot when using cxf-spring-boot-autoconfigure
-
-** Wish
-* [CXF-7948] - Upgrade to asm 7
-
-** Task
-* [CXF-7838] - Remove illegal reflective access in ReflectionUtil
-* [CXF-7887] - upgrade to xmlschema 2.2.4
-
-
-
-
-
-
-
+Bugs:
+[CXF-7885] - SOAP Action ignored by CXF JMS webservice method invoker
+[CXF-7956] - add NPE guard for jetty and undertow threads configuration in blueprint
+[CXF-7957] - Swagger2Feature Doesn't Work With Swagger Versions Above 1.5.17
+[CXF-7960] - Exception when SOAP service URI contains whitespace
+[CXF-7969] - NullPointerException in CXF JavaToWS
+[CXF-7973] - Add NPE guard for jetty and undertow threads configuration in blueprint (to prevent NPE during karaf-quickstart/../Keycloak-cxf quickstarts)
+[CXF-7977] - http-undertow|http-jetty transport: Port 8282 is configured with wrong protocol "https" with blueprint configuration
+[CXF-7980] - RestClientExtension leaks
+[CXF-7981] - mutual SSL configuration for http-undertow transport not handle want and required for clientAuthentication correctly
+[CXF-7983] - JweClientResponseFilter fails to decrypt response, when it has status 204 No Content
+[CXF-7984] - UsernameTokenInterceptor doesn't respect contextual property "allowNamespaceQualifiedPasswordTypes"
+[CXF-7990] - CXF goes in Infinite loop when service endpoint throws SOAPFaultException
+[CXF-8009] - CXF should not use ClassUtils for cglib checks
+[CXF-8022] - Thread hangs using Reactor Flux when Exeption is Thrown
+[CXF-8028] - Performance problem with very big request
+[CXF-8031] - CVE-2019-0231 - Vulnerability in Apache MINA
+[CXF-8035] - Checking on null values in HTTP Header for protected JWS header
+
+Improvements:
+[CXF-7982] - Extract common OpenAPI / Swagger scaffolding into dedicated module (to prevent/eliminate duplication)
+[CXF-7987] - SSE buffer size should be configurable
+[CXF-7989] - org.apache.cxf.jaxrs.JAXRSInvoker#checkFutureResponse should probably handle CompletionException
+[CXF-8023] - Refactor systest/jaxrs/reactor/* test cases to use StepVerifier