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 2014/02/06 15:41:45 UTC

svn commit: r1565283 - /cxf/branches/2.7.x-fixes/distribution/src/main/release/release_notes.txt

Author: dkulp
Date: Thu Feb  6 14:41:45 2014
New Revision: 1565283

URL: http://svn.apache.org/r1565283
Log:
Update release notest

Modified:
    cxf/branches/2.7.x-fixes/distribution/src/main/release/release_notes.txt

Modified: cxf/branches/2.7.x-fixes/distribution/src/main/release/release_notes.txt
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/distribution/src/main/release/release_notes.txt?rev=1565283&r1=1565282&r2=1565283&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/distribution/src/main/release/release_notes.txt (original)
+++ cxf/branches/2.7.x-fixes/distribution/src/main/release/release_notes.txt Thu Feb  6 14:41:45 2014
@@ -130,6 +130,9 @@ for caveats when upgrading from CXF 2.6.
     * [CXF-5527] - SAAJ API's can corrupt messages
     * [CXF-5529] - Deploy error when publishing CXF WebService to Glassfish4
     * [CXF-5532] - jax-ws-catalog.xml / @SchemaValidation / xsd-includes
+    * [CXF-5348] - Exception mappers implementing ExceptionMapper through an abstract class are not mapped to the declared exception 
+    * [CXF-5517] - Incorrect check for VOID type
+
 
 ** Improvement
     * [CXF-5409] - Make response code be included in logging for LocalTransport
@@ -139,6 +142,7 @@ for caveats when upgrading from CXF 2.6.
     * [CXF-5488] - make basePath in SwaggerFeature configurable
     * [CXF-5489] - Add 'transferTo' functionality to Attachments
     * [CXF-5519] - Setting SecurityConstants.STS_TOKEN_ACT_AS as CallbackHander requires better documentation.
+    * [CXF-5533] - Store a reference to a Bootstrap SecurityToken in SecureConversation
     * [CXF-5521] - Setting SecurityConstants.STS_TOKEN_ON_BEHALF_OF as CallbackHander requires better documentation.
 
 ** Task