Author: dkulp
Date: Sat May 4 01:36:51 2013
New Revision: 1479028
URL: http://svn.apache.org/r1479028
Log:
Update 2.6.x 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=1479028&r1=1479027&r2=1479028&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
Sat May 4 01:36:51 2013
@@ -1,4 +1,4 @@
-Apache CXF 2.6.7 Release Notes
+Apache CXF 2.6.8 Release Notes
1. Overview
@@ -34,7 +34,7 @@ User applications may need to add additi
applications in order to upgrade.
-2.6.7 fixes over 58 JIRA issues reported by users and the community.
+2.6.8 fixes over 27 JIRA issues reported by users and the community.
@@ -78,70 +78,41 @@ for caveats when upgrading from CXF 2.5.
7. Specific issues, features, and improvements fixed in this version
+** Sub-task
+ * [CXF-4924] - Many docLocation for a server address
+
** Bug
- * [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-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-4812] - NPE on MessageModeInInterceptor when sending empty SOAPBody
- * [CXF-4814] - Support multiple AlgorithmSuite policy alternatives
- * [CXF-4815] - Invalid login creds will send many requests to server
- * [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-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-4846] - A confusing exception may be thrown from HTTPConduit when
oneway call results in HTTP 500 response
- * [CXF-4847] - Data types not correctly published in WSDL from Exception
classes
- * [CXF-4848] - WebClient does not process GenericEntity correctly
- * [CXF-4856] - A java.lang.NullPointerException is thrown when
publishedEndpointUrl is used
- * [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-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-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-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-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-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-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-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
** Improvement
- * [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-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-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-4968] - Add an option to limit the number of active sequences that
are created at WS-RM endpoints
+ * [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-4936] - (PATCH) Expose FastInfoset serializer tuning properties
** Task
- * [CXF-4865] - Upgrade to wsdl4j-1.6.3
- * [CXF-4871] - Add -clientjar flag to wsd2java tool
- * [CXF-4880] - Incorrect enforcement of X509Token PKI policies
- * [CXF-4883] - OAuth2 RedirectionBasedService needs to do only a strict
comparison of redirect URI
+ * [CXF-4956] - upgrade servicemix.specs to 2.2.0
+