Author: dkulp
Date: Tue Dec  4 21:24:50 2012
New Revision: 1417198

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

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

Modified: 
cxf/branches/2.6.x-fixes/distribution/src/main/release/release_notes.txt
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/release_notes.txt?rev=1417198&r1=1417197&r2=1417198&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/release_notes.txt 
(original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/release_notes.txt 
Tue Dec  4 21:24:50 2012
@@ -1,4 +1,4 @@
-Apache CXF 2.6.3 Release Notes
+Apache CXF 2.6.4 Release Notes
 
 1. Overview
 
@@ -34,7 +34,7 @@ User applications may need to add additi
 applications in order to upgrade.
 
 
-2.6.3 fixes over 48 JIRA issues reported by users and the community.
+2.6.4 fixes over 80 JIRA issues reported by users and the community.
 
 
 
@@ -79,57 +79,89 @@ for caveats when upgrading from CXF 2.5.
 7. Specific issues, features, and improvements fixed in this version
 
 ** Bug
-    * [CXF-4475] - LoggingInInterceptor throws when pretty printing MTOM 
messages
-    * [CXF-4476] - Content-Disposition header may be incorrectly set in MTOM 
under windows 
-    * [CXF-4477] - [WADL2JAVA] Generate incorrect primitive parameter type 
-    * [CXF-4481] - unable to generate WADL to java 
+    * [CXF-3613] - Various problems with "java.lang.Class"
+    * [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-4484] - Claims to SAML attribute encoding wrong
-    * [CXF-4487] - cxf-codegen-plugin: Error resolving component warnings for 
imported types
-    * [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-4496] - find of ResponseExceptionMapper do not handle runtime 
exceptions
-    * [CXF-4499] - wrong charset encoding in FormEncodingProvider 
-    * [CXF-4500] - Evaluate jaxrs:schemaLocations after jaxrs:providers
-    * [CXF-4503] - TransformOutInterceptor may lose namespace declarations in 
some elements
-    * [CXF-4505] - Invalid WS-RM messages may not be correctly rejected by 
WS-RM destination
-    * [CXF-4507] - bug in SchemaJavascriptBuilder while deserializing an Array
-    * [CXF-4508] - @Context fails to inject SearchContext into JAX-RS resource 
bean
-    * [CXF-4511] - WS-RM Sequence header should have mustUnderstand attribute
-    * [CXF-4514] - JAXRS client ignores enum properties when populating 
request URI from beans
-    * [CXF-4517] - ClassCastException in WS-RM when RMP 200702  assertions are 
used
-    * [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-4523] - Unclosed XMLStreamReader/Writer causes leaking
-    * [CXF-4526] - PolicyAnnotationListener throws NPE in jar
-    * [CXF-4528] - WebApplicationExceptionMapper is too shy
-    * [CXF-4533] - Encoding error in CachedOutputStream when double-byte char 
is on 1024 byte boundary
-    * [CXF-4534] - SortedMap is returned as HashMap
-    * [CXF-4535] - SOAP fault XML is invalid when a details element exists
-    * [CXF-4537] - XmlAdapter Not Being Used
-    * [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
+    * [CXF-4546] - @XMLInstruction
+    * [CXF-4550] - Wsdl2Java fails if tmp folder contains spaces
+    * [CXF-4551] - MTOM + SchemaValidation results in empty input stream from 
data handler
+    * [CXF-4554] -  "http://schemas.xmlsoap.org/soap/http/"; should not be in 
the SoapTransportFactory active namespaces list
+    * [CXF-4556] - JAX-RS SAML TLS HolderOfKey check does not work
+    * [CXF-4557] - More unclosed XMLStreamReader/Writer - CXF-4523
+    * [CXF-4562] - Soap Fault fields precedence is incorrect
+    * [CXF-4563] - Empty XML or JSON responses are not processed correctly on 
the client side
+    * [CXF-4564] - NPE in MavenToolErrorListener during wsdl2java code 
generation
+    * [CXF-4565] - The message flow is not correct when handler throw 
ProtocolException outbound
+    * [CXF-4566] - StaxTransformFeature outTransformElements does not work 
when converting namespaces
+    * [CXF-4567] - Couple error messages did not get moved to managers 
properties file
+    * [CXF-4569] - cxf-services-wsn-core doesn't support to be installed with 
other verion of CXF
+    * [CXF-4570] - Attachment Header Content-ID conversion
+    * [CXF-4572] - GZIPOutInterceptor not negotiating first without compressing
+    * [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-4581] - cxf-codegen-plugin tries to generate code during m2e 
"configuration" build
+    * [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-4588] - cxf-codegen-plugin: Error resolving component
+    * [CXF-4591] - Fix @XmlTransient handling for exception types
+    * [CXF-4592] - Some tests fail when CachedOutputStream's file caching is 
enforced
+    * [CXF-4594] - Incompatible fault type is generated in the wsdl if no 
setter method in Exception
+    * [CXF-4595] - RequireClientCertificate is not validated
+    * [CXF-4598] - Error resolving inline schema references 
+    * [CXF-4601] - An invalid WS-RM message to a robust WS-RM endpoint may 
lead to NPE
+    * [CXF-4603] - Digital Signature using CXF 2.6.1 on Websphere 7
+    * [CXF-4606] - cxf-codegen-plugin doesn't works if Maven repository's path 
contain spaces
+    * [CXF-4608] - DOMSource is returned rather than StAXSource
+    * [CXF-4612] - SAML assertion element is not imported into SecurityHeader 
document
+    * [CXF-4613] - Token URI is missing ampersands
+    * [CXF-4614] - Error using role, tokenService and ValidationService when 
initialize client AccessTokenValidation.
+    * [CXF-4616] - When creating DataContentHandler, defaultCommandMap should 
be considered.
+    * [CXF-4618] - DataSourceProvider is not closing inputstream acquired from 
DataSource
+    * [CXF-4620] - Exception at compilation when a 'space' character is 
present in maven local repository path
+    * [CXF-4623] - Marshalling Error during asynchronous service invocation 
when adding a soap header using a SOAPHandler
+    * [CXF-4629] - Security issue with GET methods: WSS4JInInterceptor always 
allows HTTP Get requests from browser
+    * [CXF-4630] - local part cannot be "null" when creating a QName
+    * [CXF-4631] - HttpUtils.toAbsoluteUri should use request.getServerPort() 
instead of request.getLocalPort()
+    * [CXF-4633] - Redirection based OAuth services need to return an error 
directly to the end user
+    * [CXF-4637] - Exception when validating access token on a resource server 
(OAuth2)
+    * [CXF-4640] - @PostConstruct methods invoked twice in Spring projects 
when using OSGi even with fix for CXF-3959
+    * [CXF-4643] - Initial non-GET request returns 404 if it has query 
parameters
+    * [CXF-4644] - shouldn't have dependency='true' for saaj-impl bundle 
+    * [CXF-4647] - A wrong soap action when using ws-addressing may lead to an 
empty response or the fault with the wrong action
+    * [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-4666] - [OAuth2] securityContext problem on createSubject
 
 ** Improvement
-    * [CXF-3813] - Possibiblity to only validate requests and/or responses
-    * [CXF-4431] - Add support for OAuth2 'mac' token type
-    * [CXF-4479] - Improve "No namespace on "{0}" element" error message.
-    * [CXF-4485] - Provide optional support for inheriting WADL resource 
parameters
-    * [CXF-4488] - Making importing com.sun.tools* packages by 
cxf-rf-databinding-jaxb optional in CXF 2.6
-    * [CXF-4490] - cxf-codegen-plugin does not detect changes in WSDL loaded 
from classpath
-    * [CXF-4495] - Extend SimpleAuthorizingInterceptor to check only 
configured roles
-    * [CXF-4497] - Configure WSDL generation to ignore jaxb.index and 
ObjectFactory
-    * [CXF-4501] - AtomPojoProvider should be able to get the entry content 
directly from POJO
-    * [CXF-4506] - support to set the username and password on the wsn service 
configuration
-    * [CXF-4515] - maven java2ws plugin address configuration
-    * [CXF-4519] - Make it possible to specify schemas specific to individual 
types
-    * [CXF-4521] - Optimization for other stax implementations
-    * [CXF-4532] - Java First @Policy support bean references
+    * [CXF-4548] - Enable use of customized session provider in OAuth2 
GrantService
+    * [CXF-4549] - Add retrieval of AccessToken to OAuth2 MessageContext
+    * [CXF-4555] - enable http:conduit to configure the chunk size
+    * [CXF-4558] - Relax the requirement for a child <wsp:Policy> element for 
a WS-SecurityPolicy HttpsToken policy
+    * [CXF-4561] - Allow disabling WSI-BSP compliance in 
UsernameTokenInterceptor
+    * [CXF-4568] - Adding OAuthContextUtils
+    * [CXF-4576] - Provide logs on policy attachment parsing errors
+    * [CXF-4578] - SearchConditionVisitor should be parameterized on the query 
type
+    * [CXF-4585] - Updated the cxf imports version range of sts-core bundle
+    * [CXF-4590] - STSUtils: DRY refactoring and support Soap12 via property
+    * [CXF-4593] - STSClient: support different SOAP bindings for MEX call
+    * [CXF-4596] - Adding an option to encrypt tmp files generated by 
CachedOutputStream
+    * [CXF-4602] - getL7dLogger improvements
+    * [CXF-4607] - RequestDispatcherProvider should be able to use enum 
classes better
+    * [CXF-4619] - cxf:list-endpoints - Duplicate headers if multiple 
endpoints installed
+    * [CXF-4622] - cxf:list-endpoints - Add option to list the full url of the 
service
+    * [CXF-4641] - Make it simpler to convert FIQL expressions to custom 
expressions in the application code
+    * [CXF-4646] - Use AlgorithmSuite functionality in WSS4J 1.6.8
+    * [CXF-4654] - cxf:list-buses - Table layout should be aligned if bus name 
is long
+    * [CXF-4655] - Enforce SAML SubjectConfirmation requirements for the non 
WS-SecurityPolicy case
+    * [CXF-4656] - [OAuth 2] Add attributes property to UserSubject object
+    * [CXF-4660] - Support list parameters at CXFNonSpringJaxrsServlet
+    * [CXF-4661] - Make CachedOutputStream configurable using the Bus 
properties
+    * [CXF-4669] - [OAuth2] Return expires_in with token in 
ImplicitGrantService
+    * [CXF-4670] - [OAuth2] Add tokenLife property to 
org.apache.cxf.rs.security.oauth2.common.Client
+    * [CXF-4672] - Extra class property is not used when JAXB package contexts 
are created
 
-** New Feature
-    * [CXF-4460] - Support static claims globally and per endpoint
 
+** Task
+    * [CXF-4667] - Provide FIQL to LDAP query visitor
 


Reply via email to