Author: dkulp
Date: Fri Sep 13 18:51:15 2013
New Revision: 1523060
URL: http://svn.apache.org/r1523060
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=1523060&r1=1523059&r2=1523060&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
Fri Sep 13 18:51:15 2013
@@ -1,4 +1,4 @@
-Apache CXF 2.6.9 Release Notes
+Apache CXF 2.6.10 Release Notes
1. Overview
@@ -34,7 +34,7 @@ User applications may need to add additi
applications in order to upgrade.
-2.6.9 fixes over 50 JIRA issues reported by users and the community.
+2.6.10 fixes over 49 JIRA issues reported by users and the community.
@@ -79,58 +79,57 @@ for caveats when upgrading from CXF 2.5.
7. Specific issues, features, and improvements fixed in this version
** Bug
- * [CXF-4832] - META-INF/services/org.apache.cxf.bus.factory contains extra
data on a second line
- * [CXF-4996] - Issue after upgrading to jackson-jaxrs-json-provider 2.2.0
(from 2.1.4)
- * [CXF-5004] - NPE at StaxUtils.copy for empty namespaces under JDK's
XMLStreamReader
- * [CXF-5009] - Allow multiple subcodes in a SOAP 1.2 fault
- * [CXF-5013] - Need support for SHA256 Signature Algorithms
- * [CXF-5016] - ArithmeticException on
ResponseTimeCounterMBean.getAvgResponseTime() after counter reset()
- * [CXF-5017] - CrossOriginResourceSharingFilter FIELD_COMMA_PATTERN
mangles firefox headers
- * [CXF-5018] - EHCache TimeToLive value overriden in EHCacheReplayCache
- * [CXF-5020] - add NPE guard when we restore original java.class.path
system property
- * [CXF-5021] - Static resources need the "application/javascript" content
type for javascript files
- * [CXF-5022] - Multiple JAX-RS services will start on the same address,
but "last one" wins
- * [CXF-5027] - JAX-RS XOP marshaller does not support SWA attachments
- * [CXF-5040] - support new asm4 shade of xbean
- * [CXF-5045] - UndeclaredThrowableException thrown in the client side when
server responses with wsa:OnlyNonAnonymousAddressSupported soap12 version fault
message
- * [CXF-5047] - Wrong soap:address generated in WSDL
- * [CXF-5056] - EndorsingSupportingTokens with both transport security and
message layer security applied
- * [CXF-5059] - Refine classloader in org.apache.cxf.wsdl11.WSDLManagerImpl
- * [CXF-5064] - XmlJavaTypeAdapter ignored on SOAP Headers
- * [CXF-5065] - Subresource operations do not see root resource Produces or
Consumes annotations
- * [CXF-5070] - CDATA sections are not taken into account by wsdl2java but
are by xjc
- * [CXF-5073] - endless recursion in creating JAX-RS client proxy
- * [CXF-5078] - WSDLGetInterceptor holds a lock for too long
- * [CXF-5082] - JAX-RS frontend has non-optional dependency on blueprint
- * [CXF-5084] - URIBuilder optimization prevents relative paths that
startWith "h" "t" "t" "p"
- * [CXF-5086] - JSONProvider can not read explicit collections if
unmarshallAsJaxbElement property is set
- * [CXF-5089] - java2ws generate both ref and nillabe attributes in a
schema element
- * [CXF-5092] - RequestTokenService signature verification bug [OAuthUtils]
- * [CXF-5095] - Allow adding attachments to the contetx using jaxws
attachments
- * [CXF-5098] - References to Kerberos Tokens are not created correctly in
responses
- * [CXF-5099] - Optional extensions that refer to classes that cannot be
found are not treated as optional
- * [CXF-5100] - JAXB-based providers fail when they try to set JAXB
RI-specific properties on non-RI implementations
- * [CXF-5102] - schema resource loading code in various blueprint namespace
handlers not working in some environment
- * [CXF-5104] - JAX-RS not injecting contexts after resuming a suspended
continuation
- * [CXF-5110] - Wrong processing of @XmlJavaTypeAdapter with RPC style
endpoints
- * [CXF-5111] - JAX-RS providers typed on arrays like String[] are not
selected
- * [CXF-5114] - CXF Client issue when try to handle session for One-Way
Operation call
- * [CXF-5115] - Primitive arrays for capturing HTTP parameters are not
supported
- * [CXF-5116] - DelegatingInputStream created in AbstractHTTPDestination is
cached into wrong Message instance
- * [CXF-5119] - jetty endpoint may log exception when it is assigned to a
non-default cxf bus in spring beans
+ * [CXF-4999] - publishedEndpointUrl ignored when wsdlLocation not used
+ * [CXF-5133] - CXF STS renewed token not itself renewable.
+ * [CXF-5143] - http-conf:server blueprint configuration doesn't work
+ * [CXF-5144] - JAX-RS Client Proxy-based API connection leak
+ * [CXF-5146] - JAX-RS client proxies do not unwrap TypeVariables
+ * [CXF-5161] - AbstranctGrantHandler checks against "authorization_code"
instead of supplied grant type
+ * [CXF-5164] - Wrong class name in LogUtils.getL7dLogger() of
org.apache.cxf.aegis.databinding.XMLStreamDataWriter class
+ * [CXF-5175] - ?_wadl generates a ClassCastException
+ * [CXF-5176] - Aegis inheritance: inherited xml attributes appear twice
+ * [CXF-5181] - Blueprint start delays with policy fragments
+ * [CXF-5184] - javax.ws.rs.NotFoundException while using
LoadDistributorFeature after failover of 1st node or with single node configured
+ * [CXF-5185] - Memory leak if no addresses are specified for
SequentialStrategy
+ * [CXF-5186] - SOAP 1.2 fault reason xml:lang attribute not properly
parsed on client side
+ * [CXF-5191] - StaxUtils readQName does not accept leading and trailing
whitespaces
+ * [CXF-5195] - Wrong schema may be returned from
LSResourceResolver.resolveResource() with null system ID
+ * [CXF-5196] - Failover feature doesn't work when client uses async
invocation
+ * [CXF-5198] - FiqlParser fails to parse an expression with camel case
when SearchBean is used
+ * [CXF-5199] - Using an EncryptBeforeSigning policy with no
EncryptedParts/Elements results in no Signature in the request
+ * [CXF-5204] - JAX-RS runtime checks TypeVariable bounds too early
+ * [CXF-5205] - Client SSL Cache Timeout default is specified in
milliseconds rather than seconds
+ * [CXF-5218] - WS-RM's destination's fault handling should distinguish
protocol related faults from other faults
+ * [CXF-5219] - @XmlJavaTypeAdapter ignored for exception members
+ * [CXF-5225] - client.getConduit() does not set enough properties on
message passed to ConduitSelector
+ * [CXF-5226] - OAuth public clients don't appear to work in
RedirectionGrantServices
+ * [CXF-5230] - Message element is not generated for Exception class
+ * [CXF-5231] - NoSuchElementException in ClientFaultConverter when stack
trace message contains line breaks
+ * [CXF-5233] - JMS Transport with Topic for Requests is not working if
Response is required
+ * [CXF-5234] - Simple Frontend Client Proxy does not work with Blueprint
+ * [CXF-5237] - Schema validatation doesn't work in mtom enabled provider
service
+ * [CXF-5240] - Jsonp interceptors do not work with GZIPOutInterceptor
+ * [CXF-5242] - JMS Topic based replies can lose messages
+ * [CXF-5246] - Conflicting schema namespaces for services with same set of
schema classes
+ * [CXF-5248] - Signed SAML assertion validation error w/ SupportingTokens
only policy
+ * [CXF-5257] - cxf-rt-transports-jms jms expiration is not set in
JMSUtils.setJMSMessageHeaderProperties()
+ * [CXF-5272] - NPE will cause the camel-cxf endpoint start error in
blueprint
+ * [CXF-5275] - NullPointerException when using Kerberos Delegation
+ * [CXF-5278] - STS Renew returns incorrect lifetime
+ * [CXF-5280] - wsdl2java may fail to extract the wsma:Action attribute
value
** Improvement
- * [CXF-4577] - Support EHCACHE 2.5.2+
- * [CXF-5025] - Support WS-SecurityPolicy "Strict" Layout validation
- * [CXF-5032] - Support SOAP 1.2 in DynamicClient
- * [CXF-5049] - Support for schema compiler options in DynamicClientFactory
- * [CXF-5053] - JAX-RS behavior differs from JAX-WS for MessageContext.get(
Message.class.getName() )
- * [CXF-5055] - Support Clients pre-registering scopes and OOB response in
OAuth2 Authorization Flow
- * [CXF-5074] - GZIP Feature activation
- * [CXF-5079] - Add support for mustunderstand = false in
PolicyBasedWSS4JOutInterceptor
- * [CXF-5081] - FIQL - use custome query param name instead of default _s
- * [CXF-5088] - Make the service file of cxf-core.jar Web Application
Server friendly
- * [CXF-5101] - Add more options for validating the search values
+ * [CXF-3932] - RSTR Lifetime element sets current time in Created element
+ * [CXF-5148] - can't use property place holder in http:server|http:client
with blueprint
+ * [CXF-5162] - OAuth2 AccessTokenService should validate if Client
supports a given grant
+ * [CXF-5165] - add a JAAS authenticator for ServiceListPage
+ * [CXF-5169] - the schema-validation-enabled property doesn't work for OUT
message validation
+ * [CXF-5179] - Add optional id field to UserSubject
+ * [CXF-5180] - Adding RefreshToken as token type
+ * [CXF-5187] - Use a negative value of maxRetries to indicate unbounded
retries in WS-RM
+ * [CXF-5212] - Context Injection with Spring AOP
+ * [CXF-5251] - Implement more stringent requirements on allowing
OnBehalfOf/ActAs in the STS
+ * [CXF-5277] - ConditionsProvider receives limited information from
SAMLTokenRenewer
-** Task
- * [CXF-5090] - Update Jettison version to 1.3.4
\ No newline at end of file
+** Wish
+ * [CXF-5236] - Make UserSubject, Client, AccessToken, .... Serializable