Author: dkulp
Date: Thu Jan 19 17:33:43 2012
New Revision: 1233496

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

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=1233496&r1=1233495&r2=1233496&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 Jan 19 17:33:43 2012
@@ -1,4 +1,4 @@
-Apache CXF 2.5.1 Release Notes
+Apache CXF 2.5.2 Release Notes
 
 1. Overview
 
@@ -21,7 +21,7 @@ for further information and requirements
 
 
 
-2.5.1 fixes over 75 JIRA issues reported by users and the community.
+2.5.2 fixes over 45 JIRA issues reported by users and the community.
 
 
 2. Installation Prerequisites 
@@ -63,90 +63,60 @@ for caveats when upgrading from CXF 2.4.
 
 7. Specific issues, features, and improvements fixed in this version
 
-** Sub-task
-    * [CXF-2880] - Add required features
-    * [CXF-2881] - Add unit tests and refactor code
-    * [CXF-2882] - Add JavaDocs, documentation and tutorial how to configure 
log browser in user's application
-    * [CXF-2883] - Add optional features
-    * [CXF-2987] - Add search capabilities
-    * [CXF-3940] - A SAML Token requested OnBehalfOf should hide the actual 
requestor and should only contain the OnBehalfOf Identity
-
 ** Bug
-    * [CXF-3666] - Wrong code in MessageBodyWriter example
-    * [CXF-3719] - NullPointerException When using TransformOutInterceptor
-    * [CXF-3836] - Missing output parameters in wrapped method implementations 
generate NPE
-    * [CXF-3867] - Fix for CXF-1816 causes startup performance regression
-    * [CXF-3891] - WSDL2JS Null Pointer Exception
-    * [CXF-3897] - Better handling on invalid JAXRS '_type' parameter
-    * [CXF-3900] - InjectionUtils do not handle correctly collections inside 
query bean
-    * [CXF-3903] - WADL contains wrong parameter names for multipart/form-data
-    * [CXF-3904] - CXF and Java 7
-    * [CXF-3905] - The archetype is missing
-    * [CXF-3908] - ExceptionMappers for IOExceptions thrown by JAX-RS 
MessageBodyReaders are ignored 
-    * [CXF-3911] - Exception mapping not applied to exceptions thrown from 
providers mapping data to brans
-    * [CXF-3912] - Add an archetype for jax-rs
-    * [CXF-3916] - partial response problem with SOAP 1.1 use of WS-Addressing
-    * [CXF-3920] - transportUri in SoapindingInfo is http even when jms is used
-    * [CXF-3925] - WebFaultOutInterceptor expects the Fault.
-    * [CXF-3929] - Present realm ignored by TokenValidateOperation for 
TokenValidator
-    * [CXF-3931] - STS SAMLTokenValidator doesn't validate condition
-    * [CXF-3934] - JaxWsClientProxy clears stacktrace of custom exception
-    * [CXF-3937] - UriInfo does not report base address correctly in some cases
-    * [CXF-3938] - JAX-RS Contexts are not available to MessageBodyReader and 
MessageBodyWriter providers at the selection stage
-    * [CXF-3939] - UriInfo returns the list of matched uris and resources in 
the wrong order
-    * [CXF-3941] - WADLgenerator ignores Description annotation targeting the 
input parameter if it is set inside a method-level Descriptions annotation
-    * [CXF-3942] - CounterRepository cannot be assigned to a named bus
-    * [CXF-3946] - <property name="namespacePrefixes" ref="namespaceMap" /> 
causes exception due to immutable Map being used in JAXBElementProvider
-    * [CXF-3947] - AbstractBeanDefinitionParser loses Bus names
-    * [CXF-3951] - Spring and blueprint silently create named busses when 
needed
-    * [CXF-3953] - wadl2java doesn't find types with underscore in their name
-    * [CXF-3956] - JAX-WS HandlerResolver consulted for 
ServiceImpl.createPort, but not for createDispatch
-    * [CXF-3958] - Unmarshalling error when using collections of subtypes with 
the StaxTransformFeature and 'out' transformations
-    * [CXF-3959] - CXF JAX-WS: @PostConstruct methods invoked twice in 
Spring-based projects
-    * [CXF-3961] - SoapTransportFactory: confused exception by unknown 
transport protocol
-    * [CXF-3962] - When using spring/spring-dm servers are started before the 
bus is initialized
-    * [CXF-3964] - Codegen plugin tries to use classes dir as wsdl
-    * [CXF-3966] - When client sends invalid XML, JAX-RS returns 500 instead 
of 4xx
-    * [CXF-3968] - WSDLToJava Error: ...is already defined at... when 
referencing deployed wsdl
-    * [CXF-3969] - WrapperStyleNameCollisionValidator doesn't take the 
-bareMethods flag into consideration
-    * [CXF-3973] - Making non-default bus instances also appear in the JMX 
monitoring
+    * [CXF-3981] - WS-Addressing related faults do not contain addressing 
headers
+    * [CXF-3984] - Impossible to handle Locale parameters with country 
qualifiers 
+    * [CXF-3986] - Update MessageContext.getContextualProperty to check 
Exchange if the property is of type Class 
+    * [CXF-3989] - 
messageConetxt.setScope(MessageContext.HTTP_REQUEST_HEADERS, Scope.APPLICATION) 
leads to  java.lang.IllegalArgumentException
+    * [CXF-3991] - Address information should be added to error message if 
conduit is not found
+    * [CXF-3993] - WS-RM's blueprint configuration fails to parse RMAssertion 
entries
+    * [CXF-3995] - CORS filter fails to fall back to annotations on entire 
class when it fails to find one for the specific method
+    * [CXF-4001] - OAuthUtils should use InputStream available on the current 
message instead of the one from HttpServletRequest
+    * [CXF-4004] - 2.5.1 regression: Duplicate code generation with fluent 
plugin
+    * [CXF-4005] - Regression: Duplicated option: verbose
+    * [CXF-4007] - Jetty threading parameters doesn't setup threadpool properly
+    * [CXF-4008] - Should also check javax.net.ssl.keyStore* properties....
+    * [CXF-4011] - The STS SAML DefaultSubjectProvider does not set the 
encryption algorithm when building an EncryptedKey
+    * [CXF-4012] - The AlgorithmSuite class does not use the WS-SP standard 
maximum symmetric key size
+    * [CXF-4015] - wadl2java: xs:integer param is generated as invalid type
+    * [CXF-4016] - JAX-WS schema generation of an Exception annoted with 
@WebFault that contains a property of a class annotated with @XmlRootElement 
causes the schema of the WSDL to generate the incorrectly
+    * [CXF-4017] - SchemaCollection.addCrossImports handles only 
XmlSchemaSequence instead of all XmlSchemaGroupParticle
+    * [CXF-4018] - JAX-WS Providers created from class (instead of an actual 
instance bean) do not get the JAXWSMethodInvoker
+    * [CXF-4027] - Aegis BeanType does not ignore super type of java.lang.Enum
+    * [CXF-4029] - cxf-codegen-plugin doesn't generate any code code when the 
wsdl parameter is an url
+    * [CXF-4031] - NullPoint Exception Raised when input is nothing  and using 
Holder to return response
+    * [CXF-4036] - JAXBContextInitializer ignores some javax.xml.bind 
Annotations
+    * [CXF-4037] - Problem creating dynamic client when WSDL is hosted with 
secured transport (https)
+    * [CXF-4042] - When generating schema/wsdl, schemaLocations provided via 
@XmlSchema are dropped
+    * [CXF-4043] - JSONProvider can not get a custom prefix set for a 
collection wrapper element
+    * [CXF-4044] - ensure publishedEndpointUrl property could be set to 
endpoint
+    * [CXF-4045] - BusFactory does not catch NoClassDefFoundError
 
 ** Improvement
-    * [CXF-3040] - Upgrade to XMLBeans 2.5.0
-    * [CXF-3380] - JAX-RS: Support writing to DataSources
-    * [CXF-3831] - Provide deploy-to-Tomcat options for Java-first and 
WSDL-first examples
-    * [CXF-3893] - CXF uses wsdl4j implementation classes
-    * [CXF-3894] - Improve the logging support for RequestDispatcherProvider 
and FormUtils in case of form values stored as http request parameters
-    * [CXF-3895] - add support for Jetty's password obfuscation methods
-    * [CXF-3901] - Pick up Features from OSGi
-    * [CXF-3902] - Simplify WADL queries
-    * [CXF-3914] - [workqueue] reuse StringBuilder for all concat operations
-    * [CXF-3921] - Making RMTxStore's table exists error state/code 
configurable
-    * [CXF-3924] - Support to configure keystore per SAML realm
-    * [CXF-3926] - Supporting JAXWS Provider's null response handling (the 
provider's invoke may return a null to indicate no response should be sent back)
-    * [CXF-3928] - Add token validation for OnBehalfOf element in 
TokenIssueOperation
-    * [CXF-3930] - Extend ClaimsHandler interface to pass current realm and 
WebServiceContext
-    * [CXF-3933] - Introduce an exception class for reporting problems 
encountered during reading the multiparts 
-    * [CXF-3936] - Update Multipart annotation to indicate that null should 
optionally represent a missing multipart part 
-    * [CXF-3943] - Support CORS in JAX-RS
-    * [CXF-3960] - Patch for InitiatorSignatureToken Support in WS-Policy 
definition
-    * [CXF-3965] - Enhancement of the exception message when configuring the 
schema location in the jaxws endpoint.
-    * [CXF-3967] - OAuth Tokens need to be able to keep the end-user name used 
to authorize the client request 
-    * [CXF-3970] - Patch: InitiatorEncryptionToken, RecipientSignatureToken, 
RecipientEncryptionToken support in WS Sec Policy
-    * [CXF-3971] - SpringBus.getId() may fail to determine the symbolic bundle 
name
-    * [CXF-3974] - Clean up the servlet dependency of CXF systest
-    * [CXF-3975] - Consolidate ws-rm configuration schema for spring and 
blueprint
+    * [CXF-3859] - Sample which illustrates how to use CXF JAX-RS OSGI bundle
+    * [CXF-3979] - specify cxf-bundle start-level less than 60
+    * [CXF-3982] - Add metatype files for CXF config admin service pids
+    * [CXF-3983] - OSGi configs for WorkQueues should use the 
ManagedServiceFactory pattern
+    * [CXF-3985] - Support for attributes with multiple values in 
LdapClaimsHandler
+    * [CXF-3988] - org.apache.cxf.jaxrs.ext.multipart.Attachment object should 
be mutable
+    * [CXF-3990] - Change scope for EffectivePolicyImpl.initilise() and 
EndpointPolicyImpl.initilise() to more permissive
+    * [CXF-3992] - Making JMX instrumentation manager configurable using some 
bus properties
+    * [CXF-3996] - Extend POLICY_OVERRIDE property to service IN
+    * [CXF-3998] - CORS filter should allow 'any' header on preflights if asked
+    * [CXF-4000] - Update JSONProvider to get the response optionally formatted
+    * [CXF-4003] - XmlSchemaPrimitiveUtils covers date/time types
+    * [CXF-4010] - Add ability to specific EncryptionProperties per STS 
instance
+    * [CXF-4013] - Enhancing the element-append and drop options of 
OutTransformWriter
+    * [CXF-4014] - Refactor OSGi classes for better readability
+    * [CXF-4024] - Update to Jetty 7.5.4 or implement workraound from 
JETTY-1444
+    * [CXF-4033] - Interceptor and Features annotations require context 
classloader
+    * [CXF-4038] - Support XML Signatures on the server to the client path
+    * [CXF-4039] - If the wsdlLocation is not a valid URL, you 
class.getResource(...)
 
 ** New Feature
-    * [CXF-3225] - Add support for saml tokens in sp:InitiatorToken
-    * [CXF-3913] - Blueprint WS-RM
-    * [CXF-3922] - Support for KerberosToken in RST if LdapClaimsHandler used
-    * [CXF-3923] - Support for OnBehalfOf in SAMLTokenProvider
-    * [CXF-3950] - Add XMLInstruction annotation to simplify adding DOCType 
and custom processing instructions
+    * [CXF-4021] - Claims element support in RST for validate binding
 
 ** Task
-    * [CXF-1243] - Resolve JBoss common jax-ws testsuite issues 
-    * [CXF-3892] - upgrade to servicemix specs 1.9.0
+    * [CXF-3999] - Update Jettison version to 1.3.1
+
 
-** Wish
-    * [CXF-3915] - [OSGi] Redeploy bundle with shared bus cause warning


Reply via email to