Author: buildbot
Date: Tue Nov 19 15:47:56 2013
New Revision: 887236
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/30-migration-guide.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/30-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/30-migration-guide.html (original)
+++ websites/production/cxf/content/docs/30-migration-guide.html Tue Nov 19
15:47:56 2013
@@ -194,6 +194,24 @@ Apache CXF -- 3.0 Migration Guide
<ul><li>AlternativeSelector and the PolicyEngine and other PolicyRelated
classes have been updated to pass the current Message in (when appropriate) to
allow using message contextual information to select the alternative. HOWEVER,
keep in mind that the selected alternative is likely cached and thus if
contextual information changes, the alternatively may not be
recalculated.</li></ul>
+
+
+<ul><li>FailoverTargetSelector will not activate the fail-over in cases when
HTTP client errors are returned, only HTTP 404 and 503 statuses will be
recognized. Set FailoverTargetSelector supportNotAvailableErrorsOnly property
to false if the support for all HTTP errors is required.</li></ul>
+
+
+<ul><li>ServletController will not override the endpoint addresses by default
as it has side-effects when a given endpoint is accessed via multiple paths.
Set CXFServlet "disable-address-updates" parameter to 'false' if
required.</li></ul>
+
+
+<ul><li>JAX-RS 2.0 has been completely implemented.</li></ul>
+
+
+<ul><li>JAX-RS WADL auto-generation code has been moved to a new
cxf-rt-rs-service-description module.</li></ul>
+
+
+<ul><li>JAX-RS 2.0 Client API and CXF specific WebClient and Proxy client code
is now available in a new cxf-rt-rs-client module. Important: the namespace for
jaxrs:client elements has changed from "http://cxf.apache.org/jaxrs" to
"http://cxf.apache.org/jaxrs-client"</li></ul>
+
+
+<ul><li>Bean Validation 1.1 is supported for all CXF frontends</li></ul>
</div>
</div>
<!-- Content -->