Author: buildbot
Date: Thu Nov 21 11:47:54 2013
New Revision: 887516
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 Thu Nov 21
11:47:54 2013
@@ -134,7 +134,10 @@ Apache CXF -- 3.0 Migration Guide
<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>
+<ul><li>CXF RequestHandler and ResponseHandler filters have been removed,
please use JAX-RS 2.0 ContainerRequestFilter and ContainerResponseFilter and
also WriterInterceptor and ReaderInterceptor when needed.</li></ul>
+
+
+<ul><li>CXF JAX-RS Form extension has been dropped, please use JAX-RS 2.0
Form.</li></ul>
<h4><a shape="rect" name="3.0MigrationGuide-JAXWS%2FSoap"></a>JAX-WS/Soap</h4>
@@ -148,11 +151,14 @@ Apache CXF -- 3.0 Migration Guide
<ul><li>"jaxb-validation-event-handler"s now apply for both Reading and
Writing. (previously only applied to Reading). There are separate
jaxb-(reader|writer)-validation-event-handler properties if you need it set for
only one direction.</li></ul>
+<h4><a shape="rect" name="3.0MigrationGuide-BeanValidation"></a>Bean
Validation </h4>
+
+<p>Bean Validation 1.1 interceptors and features have been introduced for
JAX-RS and JAX-WS frontends.</p>
+
<h4><a shape="rect" name="3.0MigrationGuide-WSSecurity"></a>WS-Security</h4>
<h4><a shape="rect"
name="3.0MigrationGuide-WSReliableMessaging"></a>WS-ReliableMessaging</h4>
-
<h4><a shape="rect" name="3.0MigrationGuide-CXFModule%2FJarChanges"></a>CXF
Module/Jar Changes</h4>
<ul><li>Combined api/core into just a cxf-core. All "wsdl" related stuff has
been moved to a new cxf-wsdl bundle to remove the wsdl4j requirement for JAX-RS
applications.</li></ul>