Author: dkulp
Date: Fri May  3 20:30:27 2013
New Revision: 1478960

URL: http://svn.apache.org/r1478960
Log:
Update release notes

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=1478960&r1=1478959&r2=1478960&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 
Fri May  3 20:30:27 2013
@@ -1,4 +1,4 @@
-Apache CXF 2.7.4 Release Notes
+Apache CXF 2.7.5 Release Notes
 
 1. Overview
 
@@ -28,7 +28,7 @@ In particular, Apache CXF no longer supp
 Java 6 in order to upgrade to Apache CXF 2.7.x.
 
 
-2.7.4 fixes over 80 JIRA issues reported by users and the community.
+2.7.5 fixes over 40 JIRA issues reported by users and the community.
 
 
 
@@ -72,88 +72,59 @@ for caveats when upgrading from CXF 2.6.
 
 7. Specific issues, features, and improvements fixed in this version
 
+** Sub-task
+    * [CXF-4924] - Many docLocation for a server address
+
 ** Bug
-    * [CXF-3023] - WSDL2Java with Xmlbeans, wrong classpath
-    * [CXF-3045] - cxf-codgen-plugin does hot support XMLBeans generated 
classes/sources properly
-    * [CXF-4019] - wsdl2js creates code which when run causes error: 
'returnObject' is undefined
-    * [CXF-4789] - EndorsingSupportingTokens do not respect ProtectTokens 
assertion from paired binding policy 
-    * [CXF-4790] - Set lang and subcode for soapfault
-    * [CXF-4794] - Soap 1.1 service returns an invalid soap fault for soap 1.2 
requests
-    * [CXF-4795] - Memory leaks in CXF with spring while using WebClient APIs
-    * [CXF-4796] - Accessing Conduit in JAX-RS ClientConfiguration causes NPE 
if failover is enabled
-    * [CXF-4797] - CachedWriter may leave temp files undeleted
-    * [CXF-4803] - NPE is thrown while enabling fine log level in 
TrustDecisionUtil if MessageTrustDecider from message context is used
-    * [CXF-4806] - When using Spring, cannot set Jetty engine connector to an 
instance of SslSelectChannelConnector
-    * [CXF-4810] - java.beans.IntrospectionException: java.lang.Exception not 
superclass of java.lang.Exception
-    * [CXF-4812] - NPE on MessageModeInInterceptor when sending empty SOAPBody
-    * [CXF-4813] - Java First @Policy at Operation level has some issues with 
supporting some policy alternatives
-    * [CXF-4814] - Support multiple AlgorithmSuite policy alternatives
-    * [CXF-4815] - Invalid login creds will send many requests to server
-    * [CXF-4816] - Allow use of @Policy on Service Implementation as 
alternative to Interface
-    * [CXF-4817] - JAX-RS AsyncResponse implementation needs to call 
AsyncContext.complete after the request is done
-    * [CXF-4818] - The body and header appears in reverse order for outbound 
soap message
-    * [CXF-4819] - CXF validates soapHeaders and barfs on mustUnderstand 
attributes
-    * [CXF-4820] - wsdl2js throws Exception
-    * [CXF-4823] - CXF - Rampart  interoperability issue: order of signature 
and encrypted key elements in XML 
-    * [CXF-4831] - Support renewing SAML Tokens by default in the 
DefaultSecurityTokenServiceProvider
-    * [CXF-4833] - IndexOutOfBoundException when printing stacktrace for 
ToolException
-    * [CXF-4838] - Server-side endpoint may throw an NPE when a request 
message arrives while the endpoint is being stopped but not yet stopped
-    * [CXF-4841] - STSClient AppliesTo is not working correctly in certain 
circumstances
-    * [CXF-4842] - Support Claims defined in Security Policy at 
IssuedToken/Claims
-    * [CXF-4844] - Response header Content-type not recognized for 
asynchronous soap/http
-    * [CXF-4847] - Data types not correctly published in WSDL from Exception 
classes
-    * [CXF-4848] - WebClient does not process GenericEntity correctly
-    * [CXF-4852] - Pre-Match ContainerRequestFilter can not replace request 
stream and URI
-    * [CXF-4855] - The server does not work with HTTP 1.0 clients (keep-alive 
not respected)
-    * [CXF-4856] - A java.lang.NullPointerException is thrown when 
publishedEndpointUrl is used
-    * [CXF-4858] - Maintain Session (Cookie) is not honoured when using NTLM
-    * [CXF-4859] - Incorrect msg of COULD_NOT_SET_WRAPPER_STYLE in 
cxf-rt-core/src/main/org/apache/cxf/service/factory/Messages.properties
-    * [CXF-4860] - Request.Inpustream Lost
-    * [CXF-4861] - Encoding issue jax-rs - UriBuilder
-    * [CXF-4863] - TerminateSequenceResponse must be returned in reponse to 
WS-RM 1.1 TerminateSequence
-    * [CXF-4864] - DestinationSequence doesn't pick up right number when it 
deliverying the message InOrder
-    * [CXF-4870] - osgi field is always false when creating a SpringBus via 
SpringBusFactory in OSGI ENV
-    * [CXF-4872] - JSONProvider can not drop a root element if DOM Document is 
copied to JSON
-    * [CXF-4873] - javax.management.RuntimeOperationsException when register 
performance mbean using cxf webclient with an operation's uri containing some 
query params
-    * [CXF-4874] - Data types for Fields not correctly published in WSDL from 
Exception classes
-    * [CXF-4875] - NPE resolving policy reference
-    * [CXF-4876] - CXF RespectBinding feature does not support the customized 
binding info under operation and its sub element.
-    * [CXF-4877] - CXF will throw javax.wsdl.WSDLException: WSDLException: 
faultCode=OTHER_ERROR: Can't find prefix if the SEI has Action annotation
-    * [CXF-4879] - Error when http.proxy* system properties are empty
-    * [CXF-4888] - OAuthClientUtils ignore argument on getAccessToken()
-    * [CXF-4890] - issues with spring context override properties
-    * [CXF-4891] - Cannot set content-type header
-    * [CXF-4895] - Changing TLS information after first call doesn't affect 
anything
-    * [CXF-4901] - OnlySignEntireHeadersAndBody property validation doesn't 
check if a SOAP Body child was signed
-    * [CXF-4902] - SamlTokenInterceptor doesn't validate version of received 
token against the policy
-    * [CXF-4904] - Incorrect validation of Layout LaxTimestampFirst + 
LaxTimestampLast
-    * [CXF-4905] - java.lang.NullPointerException at 
org.apache.cxf.ws.discovery.internal.WSDiscoveryServiceImpl.serverStarted(WSDiscoveryServiceImpl.java:126)
-    * [CXF-4906] - Http Headers should ignore the case for "User-Agent"
-    * [CXF-4909] - wadl2java: NPE in SourceGenerator when generating method 
with "plain" style parameter
-    * [CXF-4912] - cxf rest client always picks the first 
ResponseExceptionMapper for a method with different exception throws
-    * [CXF-4914] - ResponseBuilderImpl returns null on link() and links()
-    * [CXF-4918] - Cannot get xsd schema file when access wsdl file as "?wsdl" 
with auto redirect turned on
-    * [CXF-4920] - TransformationInInterceptor fails when XML contains same 
namespace with different prefixes
-    * [CXF-4922] - NPE is thrown at EP creation when no service class is 
specified and the wsdl cannot be loaded
-    * [CXF-4929] - JAX-RS 2.0 filters do not work correctly with generic 
entities and annotations
-    * [CXF-4932] - Illegal method arguments generated by Wadl2Java
+    * [CXF-4897] - STS: check not found certificates in DefaultSubjectProvider 
for symmetric key type
+    * [CXF-4938] - Setting RuntimeDelegate instance in 
CXFNonSpringJaxrsServlet is too aggresive
+    * [CXF-4940] - CXF not (always) responding with the correct exception when 
working with an exception hierarchy
+    * [CXF-4941] - WS-RM related faults do not contain the correct addressing 
action
+    * [CXF-4946] - SourceGenerator needs to use URI resolve function when 
dealing with relative references containing parent folders
+    * [CXF-4947] - Potential problems with the JAXBContext being null
+    * [CXF-4949] - FIQL - searchContext returns null SearchCondition
+    * [CXF-4951] - cxf-codegen-plugin wsdlArtifact ignores classifier
+    * [CXF-4954] - CryptoCoverageChecker prevents handling of 
SOAPFault-Responses
+    * [CXF-4955] - Interoperability Issue of the Discovery Hello Message  - 
wrong SOAP-Header-Action
+    * [CXF-4957] - remove dependency="true" for jsr339-api specs bundle
+    * [CXF-4960] - Race conditions in SOAP/HTTP startup
+    * [CXF-4964] - NPE is thrown when WS-RM's destination has no ackPolicy 
configured
+    * [CXF-4967] - JSONProvider will throw NPE if DOM Document is used and 
dropRootElement and ignoreNamespaces properties are set
+    * [CXF-4969] - ExceptionMapper not used for exception in resource setter
+    * [CXF-4970] - cxf servlet transport doesn't work when the endpoint 
deployed by using Spring within OSGi
+    * [CXF-4975] - CXFNonSpringJaxrsServlet needs to ensure an optional 
Application path starts from "/"
+    * [CXF-4979] - WadlGenerator generates invalid xml for QueryParameters 
with a default value containing " characters
+    * [CXF-4982] - Codegen maven plugin fails forked execution on Windows XP 
environment
+    * [CXF-4983] - Response.getStatusInfo does not work if the status code can 
not be mapped to Status enum 
+    * [CXF-4986] - jax-rs2 request filter is unable to modify request header 
by adding a new header 
+    * [CXF-4990] - When thrown the fault from logical handle, the namespace 
setting doesn't work 
+    * [CXF-4991] - Classloading issue with EH-Cache availability checks
+    * [CXF-4992] - proxy sub-resources creating wrong request URIs with 
non-HTTP transports
+    * [CXF-4993] - LdapClaimsHandler can't find attributes if user 
authenticated against LDAP
 
 ** Improvement
-    * [CXF-4798] - Allow CachedWriter and CachedOutputStream to be configured 
using the same set of properties
-    * [CXF-4799] - Parameterized Classes should be automatically added to 
JAXBContext
-    * [CXF-4829] - Add OperationInfo based authorization interceptor
-    * [CXF-4839] - WSDL parser error not logged
-    * [CXF-4840] - add more optional Import-Package for cxf-rt-transports-http 
module
-    * [CXF-4843] - STSClient always uses "old" WS-Policy namespace for 
AppliesTo
-    * [CXF-4849] - WebClient needs to support JAX-RS 2.0 GenericType
-    * [CXF-4896] - Reduce reflection usage during java-first endpoint creation
-    * [CXF-4915] - JAX-RS HttpHeaders implementations creates too many maps
-    * [CXF-4926] - remove org.apache.activemq.activemq-core as Require-Bundle 
from wsn-core module
-    * [CXF-4931] - Create the SecurityContext from a JAAS Subject in the WS-* 
layer if available
+    * [CXF-4747] - Support easier configuration of Spring bus with WebClient
+    * [CXF-4825] - Remove static JAX-RS API calls from within JAX-RS server 
and client runtimes
+    * [CXF-4959] - Support hierarchical mimetypes
+    * [CXF-4961] - Configuration 
+    * [CXF-4966] - KerberosClient does not need the cxf Bus but it is required 
in the constructor
+    * [CXF-4968] - Add an option to limit the number of active sequences that 
are created at WS-RM endpoints
+    * [CXF-4971] - JSONProvider should be able to drop a root dynamically
+    * [CXF-4974] - CXF JAX-RS Client interface should support close() calls 
similarly to frontend Client
+    * [CXF-4978] - Only encrypt an issued token if we have a matching key
+    * [CXF-4997] - Skip PolicyBasedWSS4JInInterceptor processing when 
AssertionInfoMap not available
+    * [CXF-4998] - JAXRSClientFactory: Missing factory method for 
username+password and providers
 
 ** New Feature
-    * [CXF-4791] - Passing arguments to JAXB compiler from WADL2Java
-    * [CXF-4828] - Support SAML Bearer assertions for OAuth2 client 
authorization 
+    * [CXF-4936] - (PATCH) Expose FastInfoset serializer tuning properties
+
+** Task
+    * [CXF-4950] - Support 'qs' media type parameters
+    * [CXF-4988] - JAX-RS Provider improvements
+
+** Wish
+    * [CXF-4898] - Allow to specify types in WSDiscoveryService registration
+
 
 
 


Reply via email to