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/08/08 14:38:41 UTC

[cxf] branch 3.2.x-fixes updated: Update release notes

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


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new 310c1ac  Update release notes
310c1ac is described below

commit 310c1ace74331d09fea03d9e33e144ec573cb172
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Thu Aug 8 10:38:28 2019 -0400

    Update release notes
---
 distribution/src/main/release/release_notes.txt | 79 ++++++++-----------------
 1 file changed, 26 insertions(+), 53 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt
index c9869ed..8269e0a 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.9 Release Notes
+Apache CXF 3.2.10 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.9 fixes over 21 JIRA issues reported by users and the community since 3.2.8.
+3.2.10 fixes over 19 JIRA issues reported by users and the community since 3.2.9.
 
 
 Important notes:
@@ -69,55 +69,28 @@ for caveats when upgrading.
 
 7. Specific issues, features, and improvements fixed in this version
 
-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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+** Bug
+* [CXF-8041] - Error resolving relative XSD Schema on Tomcat
+* [CXF-8043] - XKMS LdapCertificateRepo searching using DN doesn't work
+* [CXF-8046] - Resource Listing in CXF 3.3.x does not recognize OpenAPI endpoints
+* [CXF-8049] - org.apache.cxf.common.util.Compiler fails to compile if a classpath entry contains spaces
+* [CXF-8052] - Cannot set JAXB schema compiler options
+* [CXF-8055] - AsyncHTTPConduit should also consider jaxws spec timeout properties
+* [CXF-8059] - @FormParam inside @BeanParam not working
+* [CXF-8062] - MessageContext.HTTP_RESPONSE_CODE cannot be obtained if response code is not 4xx
+* [CXF-8071] - XKMS LdapCertificateRepo searching using Service UID doesn't work
+* [CXF-8072] - Loggers logs request twice in case of Fault (CXF-7518 again)
+* [CXF-8077] - WSS4JInInterceptor is not thread safe
+* [CXF-8088] - ensure jaxrs endpoint can work correctly when using a shared bus exposed from another bundle
+
+** Improvement
+* [CXF-7966] - Beanspector throws IllegalArgumentException when dealing with overridden methods
+* [CXF-8045] - Disable HTTP TRACE method on CXF http-undertow transport
+* [CXF-8056] - Update to latest Brave 5.6.5
+* [CXF-8064] - OpenApiFeature(OpenAPI V3) should be able to work with camel-cxfrs endpoint
+* [CXF-8076] - Check for recursive calls when invoking on an STS using its own IssuedToken policy
+* [CXF-8083] - ensure java2swagger-plugin|java2ws-plugin m2e compatible
+
+** Test
+* [CXF-8081] - should cache reactor OutputStream