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 16:10:45 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 14f83e5  Update release notes
14f83e5 is described below

commit 14f83e5313ef6b6bff239c8153dd84a759c94300
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Thu Aug 8 12:10:30 2019 -0400

    Update release notes
---
 distribution/src/main/release/release_notes.txt | 102 ++++++++++++++++--------
 1 file changed, 67 insertions(+), 35 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt
index 5b96576..5a57547 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 3.3.2 Release Notes
+Apache CXF 3.3.3 Release Notes
 
 1. Overview
 
@@ -23,7 +23,7 @@ http://cxf.apache.org/docs/33-migration-guide.html
 for further information and requirements for upgrading from earlier
 versions of CXF.
 
-3.3.2 fixes over 31 JIRA issues reported by users and the community.
+3.3.3 fixes over 30 JIRA issues reported by users and the community.
 
 
 
@@ -67,45 +67,77 @@ for caveats when upgrading.
 7. Specific issues, features, and improvements fixed in this version
 
 ** Bug
-* [CXF-7885] - SOAP Action ignored by CXF JMS webservice method invoker
-* [CXF-7960] - Exception when SOAP service URI contains whitespace
-* [CXF-7971] - bin/scripts does't work on Java 11
-* [CXF-7977] - http-undertow|http-jetty transport: Port 8282 is configured with wrong protocol "https" with blueprint configuration
-* [CXF-7980] - RestClientExtension leaks
-* [CXF-7983] - JweClientResponseFilter fails to decrypt response, when it has status 204 No Content
-* [CXF-7990] - CXF goes in Infinite loop when service endpoint throws SOAPFaultException
-* [CXF-7991] - Google+ API is deprecated
-* [CXF-7992] - MP Rest Client leaks async interceptors
-* [CXF-8007] - HTTP Signature adds an extra "Signature" component to the Signature header
-* [CXF-8009] - CXF should not use ClassUtils for cglib checks
-* [CXF-8022] - Thread hangs using Reactor Flux when Exeption is Thrown
-* [CXF-8027] - illegal reflective access operation in EndpointReferenceUtils
-* [CXF-8028] - Performance problem with very big request
-* [CXF-8030] - CXF WSDLToJava generated local WSDL does not map included local XSDs
-* [CXF-8031] - CVE-2019-0231 - Vulnerability in Apache MINA
-* [CXF-8035] - Checking on null values in HTTP Header for protected JWS header
-* [CXF-8037] - Apache CXF (AsyncHTTPConduit) ignores system keyStore property
+* [CXF-8032] - Adding LoggingFeature enables chunking response
+* [CXF-8041] - Error resolving relative XSD Schema on Tomcat
+* [CXF-8042] - doPrivileged block doesn't totally work in ProxyClassLoaderCache
+* [CXF-8043] - XKMS LdapCertificateRepo searching using DN doesn't work
+* [CXF-8044] - Setting compiler-fork to true is causing problems with Dynamic client
+* [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-8051] - Request gets corrupted when calling a stateful streamed secure conversation
+* [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-8060] - Automatic ssl configuration using javax.net.ssl.. broken
+* [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-8073] - oauth2.provider.OAuthServiceException error message doesn't includes "error" field
+* [CXF-8077] - WSS4JInInterceptor is not thread safe
+* [CXF-8080] - MP Rest Client CompletionStages from async methods are never completed
+* [CXF-8088] - ensure jaxrs endpoint can work correctly when using a shared bus exposed from another bundle
 
 ** Improvement
-* [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-8010] - Avoid applying the SAAJInInterceptor to unsecured messages when using WS-SecurityPolicy
-* [CXF-8015] - Support "security.signature.password" property to configure a signature password for WS-Security/RS-Security
-* [CXF-8023] - Refactor systest/jaxrs/reactor/* test cases to use StepVerifier
-* [CXF-8029] - CXF WSDLToJava Generation fails if included XSD needs redirecting
+* [CXF-7966] - Beanspector throws IllegalArgumentException when dealing with overridden methods
+* [CXF-8021] - Upgrade to OpenTracing 0.33
+* [CXF-8045] - Disable HTTP TRACE method on CXF http-undertow transport
+* [CXF-8056] - Update to latest Brave 5.6.5
+* [CXF-8063] - Support lower logging level in Slf4jEventSender
+* [CXF-8064] - OpenApiFeature(OpenAPI V3) should be able to work with camel-cxfrs endpoint
+* [CXF-8066] - Support Doclet API (JDK13+)
+* [CXF-8068] - Log any error in the SAML SSO component under warning
+* [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-8006] - X509TokenTest.testAsymmetricIssuerSerialDispatchMessage failed on JDK11&12
+* [CXF-8081] - should cache reactor OutputStream
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
-** Wish
-* [CXF-7953] - make corba binding working with JDK11
 
-** Task
-* [CXF-7950] - Update Johnzon to 1.1.11
-* [CXF-7955] - Update HttpComponents client to 4.5.8 and core 4.4.11
-* [CXF-8004] - Share security configuration tags between Jose + HTTP Signature
-* [CXF-8011] - Remove commons-lang3 dependency from tools