Author: dkulp
Date: Fri Oct  5 17:55:42 2012
New Revision: 1394697

URL: http://svn.apache.org/viewvc?rev=1394697&view=rev
Log:
Update release notes for 2.4.10

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

Modified: 
cxf/branches/2.4.x-fixes/distribution/src/main/release/release_notes.txt
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/release_notes.txt?rev=1394697&r1=1394696&r2=1394697&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/distribution/src/main/release/release_notes.txt 
(original)
+++ cxf/branches/2.4.x-fixes/distribution/src/main/release/release_notes.txt 
Fri Oct  5 17:55:42 2012
@@ -1,4 +1,4 @@
-Apache CXF 2.4.9 Release Notes
+Apache CXF 2.4.10 Release Notes
 
 1. Overview
 
@@ -43,7 +43,7 @@ have created your own Policy objects or 
 so any custom Aegis types may need to be updated.
 
 
-2.4.9 fixes over 41 JIRA issues reported by users and the community.
+2.4.10 fixes over 20 JIRA issues reported by users and the community.
 
 
 2. Installation Prerequisites 
@@ -88,48 +88,26 @@ for caveats when upgrading from CXF 2.3.
 7. Specific issues, features, and improvements fixed in this version
 
 ** Bug
-    * [CXF-3949] - NoClassDefFoundError when using CXF JAX-RS in OSGi 
environment
-    * [CXF-4354] - RMTxStore should explicitly close ResultSet objects
-    * [CXF-4356] - Temp file deleted before returning the stream in 
CachedOutputStream
-    * [CXF-4357] - NullPointerException in the TransportBindingHandler
-    * [CXF-4364] - Keep TokenStore and ReplayCache instances per-endpoint 
instead of per-bus
-    * [CXF-4366] - If not use WS-SecPolicy, ehcache caches not cleaned up
-    * [CXF-4379] - InjectionUtils failes to convert path-value to class 
annotated with XmlJavaTypeAdapter
-    * [CXF-4380] - JAXBElementProvider is calling wrong method for classes 
extending JAXBElement
-    * [CXF-4383] - Some temporary files are not deleted after WS-RM scenarios
-    * [CXF-4387] - when I run a "webapp" of CXF in weblogic9.2, it has some 
errors.
-    * [CXF-4396] - UriInfo does not report correct base address for URI with 
port
-    * [CXF-4401] - XMLStreamDataReader does not close the original input 
stream when it is to be closed
-    * [CXF-4402] - remove http-whiteboard feature from cxf features.xml
-    * [CXF-4407] - Server.start() doesn't work after the Server.stop() is 
called when using Servlet transport
-    * [CXF-4408] - NPE in DOMUtils when soap header contains null namespace 
element
-    * [CXF-4409] - Proxy-based Client use Multipart getting 
NullPointerException
-    * [CXF-4410] - sp:EncryptSignature policy validation should only check to 
see if the primary signature is encrypted
-    * [CXF-4414] - SecurityPolicy validation fails when a KeyValue is used as 
an EndorsingSupportingToken
-    * [CXF-4417] - Async calls may be silently discarded
-    * [CXF-4426] - Unable to Render JSON Content using CXF version 2.6.1 - XML 
content gets rendered properly
-    * [CXF-4434] - SecurityConstants.TIMESTAMP_TTL property is not parsed
-    * [CXF-4435] - CounterRepository bean not registering to the bus in 
blueprint configuration
-    * [CXF-4437] - Stack Overflow exception in 
org.apache.cxf.endpoint.ClientImpl when logging set to FINE
-    * [CXF-4443] - MediaType handler is too strict when processing types 
without subtypes
-    * [CXF-4445] - CXFNonSpringJaxrsServlet and initialization jaxrs.providers
-    * [CXF-4447] - javascript client outputting invalid and wrong soapaction
-    * [CXF-4448] - DocLitBare with @XMLList generating invalid SOAP messages
-    * [CXF-4449] - XMLBinding generates different messages if code first or 
wsdl first
-    * [CXF-4450] - STSClient doesn't consider the wsam:Action when looking up 
Operations...
-    * [CXF-4452] - NullPointerException when trying to customize the package 
name for a service definition without customizing the class name.
-    * [CXF-4454] - JSSE KeyManagers and TrustManager XML configurations are 
ignored if they contain no keystore element.
-    * [CXF-4468] - Port the fix for faultTo request is not correctly 
transmitted to the specified address
+    * [CXF-4475] - LoggingInInterceptor throws when pretty printing MTOM 
messages
+    * [CXF-4476] - Content-Disposition header may be incorrectly set in MTOM 
under windows 
+    * [CXF-4482] - AttachmentSerializer puts an extra new line
+    * [CXF-4493] - If javax.jws.Oneway annotation is specified for a SOAP 
interface method a NPE occurs
+    * [CXF-4494] - JMSDestination need set binary mode if server send MTOM 
message back
+    * [CXF-4499] - wrong charset encoding in FormEncodingProvider 
+    * [CXF-4507] - bug in SchemaJavascriptBuilder while deserializing an Array
+    * [CXF-4511] - WS-RM Sequence header should have mustUnderstand attribute
+    * [CXF-4514] - JAXRS client ignores enum properties when populating 
request URI from beans
+    * [CXF-4518] - CXF bundle jax-ws-catalog.xml doesn't include mapping of 
"http://www.w3.org/2006/03/addressing"; 
+    * [CXF-4520] - XMLStreamException about namespace has not been bound to a 
prefix with other stax implemenation
+    * [CXF-4533] - Encoding error in CachedOutputStream when double-byte char 
is on 1024 byte boundary
+    * [CXF-4535] - SOAP fault XML is invalid when a details element exists
+    * [CXF-4539] - WS-Security inbound performance regression
+    * [CXF-4540] - Colon character in the password is not hanled properly in 
AbstractHTTPDestination class
+    * [CXF-4541] - idl2wsdl not finding properly scoped structure elements
+    * [CXF-4542] - @XmlJavaTypeAdapter ignored on exception classes 
+    * [CXF-4545] - ut_sign + sign_enc samples broken in last releases
 
 ** Improvement
-    * [CXF-4358] - Support KeyValueTokens via the Transport binding
-    * [CXF-4363] - JMS transport uses the "clientReceiveTimeout" on server side
-    * [CXF-4394] - should add dependency='true' for spec bundles in cxf 
features.xml
-    * [CXF-4398] - Handling of 303 redirections 
-    * [CXF-4413] - CXFNonSpringJAXRSServlet needs to support out fault 
interceptors and custom invokers
-    * [CXF-4418] - Add settings to control how the HTTPConduit handles async 
calls that overflow the workqueue.
-    * [CXF-4420] - CXF JAXWS MTOM should be able to extract 
Content-Disposition and setName accordingly for AttachmentDataSource
-    * [CXF-4453] - Make the CryptoCoverageChecker easier to use for common 
signature verification and decryption use-cases
+    * [CXF-4479] - Improve "No namespace on "{0}" element" error message.
+    * [CXF-4515] - maven java2ws plugin address configuration
 
-** Task
-    * [CXF-4439] - Update to Jettison 1.3.2
\ No newline at end of file


Reply via email to