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 2012/12/06 16:51:47 UTC

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

Author: dkulp
Date: Thu Dec  6 15:51:46 2012
New Revision: 1417959

URL: http://svn.apache.org/viewvc?rev=1417959&view=rev
Log:
More release notes updates

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

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/release_notes.txt
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/release_notes.txt?rev=1417959&r1=1417958&r2=1417959&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/release_notes.txt (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/release_notes.txt Thu Dec  6 15:51:46 2012
@@ -63,8 +63,11 @@ for caveats when upgrading from CXF 2.4.
 7. Specific issues, features, and improvements fixed in this version
 
 
+
 ** Bug
+    * [CXF-3329] - idl2wsdl: attributes of structs with the same name as a type do not show up in XSD
     * [CXF-3613] - Various problems with "java.lang.Class"
+    * [CXF-4301] - Problem with Implicit Soap Headers and @ResponseWrapper in methods with multiple response attributes: NullPointerException in ReflectionServiceFactoryBean or Response-Marshalling Error
     * [CXF-4391] - org.apache.cxf.configuration.spring.ConfigurerImpl.initWildcardDefinitionMap does not fail silently when bean names containing certain characters do not parse as a regex
     * [CXF-4482] - AttachmentSerializer puts an extra new line
     * [CXF-4550] - Wsdl2Java fails if tmp folder contains spaces
@@ -80,6 +83,7 @@ for caveats when upgrading from CXF 2.4.
     * [CXF-4573] - WADL to Java generator loses the namespace info for types from imported schemas
     * [CXF-4579] -  Exchange's out message is not set for recovered outbound WS-RM messages
     * [CXF-4580] - InjectionUtils can not handle boolean properties with getters starting from 'is'
+    * [CXF-4583] - When the logical handler return false processing the outbound message, the SoapMessage's body is always empty.
     * [CXF-4584] - org.w3c.dom.DOMException when sending soap11 request and returning soap12 response
     * [CXF-4587] - Signature Confirmation does not work with TransportBinding and EndorsingSupportingToken
     * [CXF-4591] - Fix @XmlTransient handling for exception types
@@ -103,6 +107,9 @@ for caveats when upgrading from CXF 2.4.
     * [CXF-4652] - Additional namespace is added when web service provider implements Provider<DOMSource>
     * [CXF-4659] - Policy configuration in spring cause SAXParseException if no internet connection available
     * [CXF-4665] - cxf-utils.js missing from release zip file
+    * [CXF-4678] - ConcurrentModificationException from WS-RM's RMOutInterceptor's acknowledgement update code
+    * [CXF-4679] - STS onBehalfOf validation should throw exception for invalid tokens in issue operation
+    * [CXF-4683] - workqueue configuration in BP does not derive the id attribute from the name attribute
 
 ** Improvement
     * [CXF-4555] - enable http:conduit to configure the chunk size
@@ -122,10 +129,3 @@ for caveats when upgrading from CXF 2.4.
 
 
 
-
-
-
-
-
-
-