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 2018/10/24 16:34:56 UTC

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

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 6aa89a0  Update release notes for 3.2.7
6aa89a0 is described below

commit 6aa89a0d885c9ce0e6472da72380c32b4b81b7f6
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Oct 24 12:34:35 2018 -0400

    Update release notes for 3.2.7
---
 distribution/src/main/release/release_notes.txt | 94 ++++++++++++++++++-------
 1 file changed, 69 insertions(+), 25 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt
index d16f041..260a07f 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.6 Release Notes
+Apache CXF 3.2.7 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.6 fixes over 25 JIRA issues reported by users and the community since 3.2.5.
+3.2.7 fixes over 38 JIRA issues reported by users and the community since 3.2.6.
 
 
 Important notes:
@@ -70,37 +70,81 @@ for caveats when upgrading.
 7. Specific issues, features, and improvements fixed in this version
 
 ** Bug
-* [CXF-7759] - Null pointer from the ThreadLocalServletContext class
-* [CXF-7760] - JOSE: JwsCompactConsumer parsing headers issue
-* [CXF-7763] - SSLUtils.configureKeyManagersWithCertAlias modifies keyManagers array
-* [CXF-7765] - URITemplate.compareTemplates returns inconsistent results
-* [CXF-7768] - ensure we close all temp queue/topic before we close a JMS connection
-* [CXF-7782] - Client session context is null before SSL context initialization
-* [CXF-7798] - Mapping of SOAP Faults in Asynchronous JAX-WS Client
-* [CXF-7799] - Query parameters are not handled properly when WebSocket transport is used
-* [CXF-7802] - URI query parameter without value causing crash
-* [CXF-7804] - SSE SseBroadcaster implementation not performing onClose / onError callbacks
-* [CXF-7805] - Transform feature outDropElements has no effect
-* [CXF-7811] - _wadl links missing in OSGi containers
+* [CXF-7076] - Intermittent failure in WSDL cache
+* [CXF-7332] - JAXRS Client API doesnt support lambda
+* [CXF-7775] - embedded jetty websocket gets ClassCastException: org.eclipse.jetty.servlet.ServletContextHandler$Context cannot be cast to org.eclipse.jetty.webapp.WebAppContext$Context
+* [CXF-7820] - CXF BOM (cxf-parent) references non existing artifact (io.netty:netty:4.x)
+* [CXF-7823] - JAXBEncoderDecoder doesn't respect @XmlType's propOrder in Exception class
+* [CXF-7824] - CacheMap may have spurious null keys
+* [CXF-7831] - SocketTimeoutException when previous response was exactly chunk length bytes
+* [CXF-7832] - WrappedMessageContext containsKey not consistent with get/put
+* [CXF-7833] - Jetty session manager does not invalidate sessions
+* [CXF-7836] - Stax2 version conflict
+* [CXF-7837] - GZIPFeature Does Not Have @Provider Annotation
+* [CXF-7847] - DOMUtils init failed with IBM JDK
+* [CXF-7851] - NullPointerException in cxf-java2ws-plugin with more than one attachWsdl=true
+* [CXF-7854] - Refactor RxJava2 Flowable and Observable Rx Invokers to not use internal APIs.
+* [CXF-7857] - Mtom/XOP response contain wrong encoded Content-ID HTTP header (Rollback CXF-7317)
+* [CXF-7858] - Base64 empty string encoding issue
+* [CXF-7860] - JAX-RS @FormParam parameters are not updated when form content is modified
+* [CXF-7864] - STS: Expires lifetime is ignored if no lifetime created was specified
+* [CXF-7865] - Enable default ciphersuites exclusion filter
+* [CXF-7868] - MP Rest Client does not honor providers registered via MP Config
+* [CXF-7869] - Infinite loop in rest client
+* [CXF-7870] - JAXRSUtils referenced in AbstractBraveClientProvider
+* [CXF-7871] - WS-A RelatesTo headers missing in MAPCodec::getUnderstoodHeaders()
+* [CXF-7874] - JAX-RS SSE Leaking SSESink (s)
+* [CXF-7875] - ServiceList doesn't use proper bus to query if swagger/wadl is available.
+* [CXF-7878] - ClientPolicyCalculator ignores ConnectionRequestTimeout property
+* [CXF-7881] - HttpConduit.handleResponseOnWorkqueue will always handle response on current thread when allowCurrentThread is false and the work queue rejects the execution
 
 ** New Feature
-* [CXF-7673] - Implement MicroProfile Rest Client 1.1
+* [CXF-5077] - Provide a way to define a specific SSLContext to be used by HTTPConduit implementations
 
 ** Improvement
-* [CXF-7767] - Support 100-Continue in Undertow transport
-* [CXF-7779] - Spring "version-less" xsd import
-* [CXF-7796] - Support setting outbound network interface for UDP transport
+* [CXF-7656] - Add jackson in the cxf-jaxrs feature
+* [CXF-7808] - Ensure org.apache.cxf.jaxrs.utils.InjectionUtils#injectThroughMethod logs an error
+* [CXF-7826] - Make it possible to configure Swagger UI features
+* [CXF-7827] - shouldn't log JMS password from JMS address when using JMS transport
+* [CXF-7829] - Use Spring Boot autoconfigure-processor to optimize auto-configurations
+* [CXF-7844] - Change Zipkin/Brave XML to use brave-spring-beans
+* [CXF-7853] - Spring Boot autoconfiguration should automatically set OpenApiCustomizer if OpenApiFeature is configured
 
 ** Test
-* [CXF-7787] - NullPointerException from wsdl2java
+* [CXF-7810] - SAML Assertion Cookie persistence - configurable to not persist across browser restarts
 
 ** Task
-* [CXF-7725] - ensure all tests on 3.2.x branch can pass with java10
-* [CXF-7773] - Upgrade pax-cdi to 1.0.0
-* [CXF-7788] - Support POST method for OAuth authorization service
-* [CXF-7793] - NPE when using authorization grants with setUseJwtFormatForAccessTokens
-* [CXF-7797] - Refreshed access tokens are not issued in JWT format when setUseJwtFormatForAccessTokens is set
-* [CXF-7803] - JCache OAuthDataProvider implementation doesn't work with refresh tokens
+* [CXF-7806] - Add option to create JWT access tokens without persisting them
+* [CXF-7882] - FailoverTargetSelector uses the Exchange as the key in the inProgress map
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+