Author: buildbot
Date: Wed Oct  3 13:47:28 2012
New Revision: 833881

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/27-migration-guide.html
    websites/production/cxf/content/docs/jax-rs.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/27-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/27-migration-guide.html (original)
+++ websites/production/cxf/content/docs/27-migration-guide.html Wed Oct  3 
13:47:28 2012
@@ -144,7 +144,16 @@ Apache CXF -- 2.7 Migration Guide
 
 
 <ul><li>All methods that took or returned 
org.apache.cxf.feature.AbstractFeatures have been changed to just use 
org.apache.cxf.feature.Feature.</li><li>JAX-RS: 3 classes have been removed 
from the org.apache.cxf.jaxrs.client package: ResponseReader, 
ServerWebApplicationException, ClientWebApplicationException. The first class 
in the list is not needed with JAX-RS 2.0 Response class, the latter two are 
replaced by javax.ws.rs.WebApplicationException and 
javax.ws.rs.client.ClientException</li></ul>
-</div>
+
+
+<h3><a shape="rect" name="2.7MigrationGuide-DeprecatedAPI"></a>Deprecated 
API</h3>
+
+<ul><li>The following CXF JAX-RS specific extensions have been deprecated and 
will be eventually removed
+       <ul><li>org.apache.cxf.jaxrs.ext.ParamHandler (use 
javax.ws.rs.ext.ParamConverterProvider and javax.ws.rs.ext.ParamConverter 
instead).</li><li>org.apache.cxf.jaxrs.ext.RequestHandler and 
org.apache.cxf.jaxrs.ext.ResponseHandler (use 
javax.ws.rs.container.ContainerRequestFilter and  
javax.ws.rs.container.ContainerResponseFilter instead).</li></ul>
+       </li></ul>
+
+
+<p>Note that no @Deprecated annotation has been attached to the deprecated 
classes in order to minimize the 'noise' in the runtime code while these 
classes are still maintained.</p></div>
            </div>
            <!-- Content -->
          </td>

Modified: websites/production/cxf/content/docs/jax-rs.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs.html (original)
+++ websites/production/cxf/content/docs/jax-rs.html Wed Oct  3 13:47:28 2012
@@ -125,7 +125,7 @@ Apache CXF -- JAX-RS
 
 
 <div>
-<ul><li><a shape="rect" 
href="#JAX-RS-Introduction">Introduction</a></li><li><a shape="rect" 
href="#JAX-RS-Projectsetupandconfiguration">Project setup and 
configuration</a></li><ul><li><a shape="rect" 
href="#JAX-RS-Migration">Migration</a></li><ul><li><a shape="rect" 
href="#JAX-RS-MigratingfromJAXRS1.1to2.0">Migrating from JAX-RS 1.1 to 
2.0</a></li><ul><li><a shape="rect" href="#JAX-RS-fromCXF2.6.xtoCXF2.7.0">from 
CXF 2.6.x to CXF 2.7.0</a></li></ul><li><a shape="rect" 
href="#JAX-RS-MigratingfromJAXRS1.0to1.1">Migrating from JAX-RS 1.0 to 
1.1</a></li></ul><li><a shape="rect" href="#JAX-RS-Mavendependencies">Maven 
dependencies</a></li><ul><li><a shape="rect" href="#JAX-RS-CXF2.7.0">CXF 
2.7.0</a></li><li><a shape="rect" href="#JAX-RS-CXF2.6.x">CXF 
2.6.x</a></li><li><a shape="rect" href="#JAX-RS-CXF2.5.xCXF2.3.x">CXF 2.5.x - 
CXF 2.3.x</a></li></ul><li><a shape="rect" 
href="#JAX-RS-Settinguptheclasspath">Setting up the classpath</a></li><li><a 
shape="rect" href="#JAX-RS-CXFJAXRS
 bundle">CXF JAX-RS bundle</a></li></ul><li><a shape="rect" 
href="#JAX-RS-WhatisNew">What is New</a></li><li><a shape="rect" 
href="#JAX-RS-GettingStartedwithJAXRS">Getting Started with 
JAX-RS</a></li><ul><li><a shape="rect" 
href="#JAX-RS-UnderstandingtheBasics">Understanding the Basics</a></li><li><a 
shape="rect" href="#JAX-RS-SupportforDataBindings">Support for Data 
Bindings</a></li><li><a shape="rect" href="#JAX-RS-HowRequestURIisMatched">How 
Request URI is Matched</a></li><li><a shape="rect" 
href="#JAX-RS-ClientAPI">Client API</a></li><li><a shape="rect" 
href="#JAX-RS-Filters%2CInterceptorsandInvokers">Filters, Interceptors and 
Invokers</a></li><li><a shape="rect" 
href="#JAX-RS-ServicelistingsandWADLsupport">Service listings and WADL 
support</a></li><li><a shape="rect" 
href="#JAX-RS-ConfiguringJAXRSservices">Configuring JAX-RS 
services</a></li><li><a shape="rect" 
href="#JAX-RS-Testing">Testing</a></li><li><a shape="rect" 
href="#JAX-RS-Debugging">Debugging</a></li><li><a sh
 ape="rect" href="#JAX-RS-Logging">Logging</a></li></ul><li><a shape="rect" 
href="#JAX-RS-AdvancedFeatures">Advanced Features</a></li><ul><li><a 
shape="rect" href="#JAX-RS-Multiparts">Multiparts</a></li><li><a shape="rect" 
href="#JAX-RS-SecureJAXRSservices">Secure JAX-RS services</a></li><li><a 
shape="rect" href="#JAX-RS-FailoverandLoadDistributionFeatures">Failover and 
Load Distribution Features</a></li><li><a shape="rect" 
href="#JAX-RS-Redirection">Redirection</a></li><li><a shape="rect" 
href="#JAX-RS-XSLTandXPath">XSLT and XPath</a></li><li><a shape="rect" 
href="#JAX-RS-ComplexSearchQueries">Complex Search Queries</a></li><li><a 
shape="rect" href="#JAX-RS-ModelViewControllersupport">Model-View-Controller 
support</a></li><li><a shape="rect" 
href="#JAX-RS-CombiningJAXWSandJAXRS">Combining JAX-WS and 
JAX-RS</a></li><li><a shape="rect" 
href="#JAX-RS-IntegrationwithDistributedOSGi">Integration with Distributed 
OSGi</a></li><li><a shape="rect" href="#JAX-RS-OtherAdvancedFeatures
 ">Other Advanced Features</a></li></ul><li><a shape="rect" 
href="#JAX-RS-MavenPlugins">Maven Plugins</a></li><li><a shape="rect" 
href="#JAX-RS-Deployment">Deployment</a></li><li><a shape="rect" 
href="#JAX-RS-RESTfulResources">RESTful Resources</a></li><li><a shape="rect" 
href="#JAX-RS-Howtocontribute">How to contribute</a></li></ul></div>
+<ul><li><a shape="rect" 
href="#JAX-RS-Introduction">Introduction</a></li><li><a shape="rect" 
href="#JAX-RS-Projectsetupandconfiguration">Project setup and 
configuration</a></li><ul><li><a shape="rect" 
href="#JAX-RS-Migration">Migration</a></li><ul><li><a shape="rect" 
href="#JAX-RS-MigratingfromJAXRS1.1to2.0">Migrating from JAX-RS 1.1 to 
2.0</a></li><li><a shape="rect" 
href="#JAX-RS-MigratingfromJAXRS1.0to1.1">Migrating from JAX-RS 1.0 to 
1.1</a></li></ul><li><a shape="rect" href="#JAX-RS-Mavendependencies">Maven 
dependencies</a></li><ul><li><a shape="rect" href="#JAX-RS-CXF2.7.0">CXF 
2.7.0</a></li><li><a shape="rect" href="#JAX-RS-CXF2.6.x">CXF 
2.6.x</a></li><li><a shape="rect" href="#JAX-RS-CXF2.5.xCXF2.3.x">CXF 2.5.x - 
CXF 2.3.x</a></li></ul><li><a shape="rect" 
href="#JAX-RS-Settinguptheclasspath">Setting up the classpath</a></li><li><a 
shape="rect" href="#JAX-RS-CXFJAXRSbundle">CXF JAX-RS 
bundle</a></li></ul><li><a shape="rect" href="#JAX-RS-WhatisNew">What is 
New</a></li
 ><li><a shape="rect" href="#JAX-RS-GettingStartedwithJAXRS">Getting Started 
 >with JAX-RS</a></li><ul><li><a shape="rect" 
 >href="#JAX-RS-UnderstandingtheBasics">Understanding the Basics</a></li><li><a 
 >shape="rect" href="#JAX-RS-SupportforDataBindings">Support for Data 
 >Bindings</a></li><li><a shape="rect" 
 >href="#JAX-RS-HowRequestURIisMatched">How Request URI is 
 >Matched</a></li><li><a shape="rect" href="#JAX-RS-ClientAPI">Client 
 >API</a></li><li><a shape="rect" 
 >href="#JAX-RS-Filters%2CInterceptorsandInvokers">Filters, Interceptors and 
 >Invokers</a></li><li><a shape="rect" 
 >href="#JAX-RS-ServicelistingsandWADLsupport">Service listings and WADL 
 >support</a></li><li><a shape="rect" 
 >href="#JAX-RS-ConfiguringJAXRSservices">Configuring JAX-RS 
 >services</a></li><li><a shape="rect" 
 >href="#JAX-RS-Testing">Testing</a></li><li><a shape="rect" 
 >href="#JAX-RS-Debugging">Debugging</a></li><li><a shape="rect" 
 >href="#JAX-RS-Logging">Logging</a></li></ul><li><a shape="rect" 
 >href="#JAX-RS-AdvancedFeatur
 es">Advanced Features</a></li><ul><li><a shape="rect" 
href="#JAX-RS-Multiparts">Multiparts</a></li><li><a shape="rect" 
href="#JAX-RS-SecureJAXRSservices">Secure JAX-RS services</a></li><li><a 
shape="rect" href="#JAX-RS-FailoverandLoadDistributionFeatures">Failover and 
Load Distribution Features</a></li><li><a shape="rect" 
href="#JAX-RS-Redirection">Redirection</a></li><li><a shape="rect" 
href="#JAX-RS-XSLTandXPath">XSLT and XPath</a></li><li><a shape="rect" 
href="#JAX-RS-ComplexSearchQueries">Complex Search Queries</a></li><li><a 
shape="rect" href="#JAX-RS-ModelViewControllersupport">Model-View-Controller 
support</a></li><li><a shape="rect" 
href="#JAX-RS-CombiningJAXWSandJAXRS">Combining JAX-WS and 
JAX-RS</a></li><li><a shape="rect" 
href="#JAX-RS-IntegrationwithDistributedOSGi">Integration with Distributed 
OSGi</a></li><li><a shape="rect" href="#JAX-RS-OtherAdvancedFeatures">Other 
Advanced Features</a></li></ul><li><a shape="rect" 
href="#JAX-RS-MavenPlugins">Maven Plugins</a
 ></li><li><a shape="rect" href="#JAX-RS-Deployment">Deployment</a></li><li><a 
 >shape="rect" href="#JAX-RS-RESTfulResources">RESTful Resources</a></li><li><a 
 >shape="rect" href="#JAX-RS-Howtocontribute">How to 
 >contribute</a></li></ul></div>
 
 <h1><a shape="rect" name="JAX-RS-Introduction"></a>Introduction</h1>
 
@@ -157,17 +157,7 @@ The JAX-RS 1.0 specification may be foun
 
 <p>JAX-RS 2.0 is backward compatible with JAX-RS 1.1. Please see <a 
shape="rect" href="jax-rs-basics.html" title="JAX-RS Basics">JAX-RS Basics</a> 
for more information.</p>
 
-<h4><a shape="rect" name="JAX-RS-fromCXF2.6.xtoCXF2.7.0"></a>from CXF 2.6.x to 
CXF 2.7.0 </h4>
-
-<p>The following CXF specific classes are not available in CXF 2.7.0: 
org.apache.cxf.jaxrs.client.ResponseReader, 
org.apache.cxf.jaxrs.client.ServerWebApplicationException, 
org.apache.cxf.jaxrs.client.ClientWebApplicationException.</p>
-
-<p>The following CXF specific extensions have been deprecated and will be 
eventually removed:</p>
-
-<p>org.apache.cxf.jaxrs.ext.ParamHandler - please use 
javax.ws.rs.ext.ParamConverterProvider and javax.ws.rs.ext.ParamConverter 
instead.<br clear="none">
-org.apache.cxf.jaxrs.ext.RequestHandler and 
org.apache.cxf.jaxrs.ext.ResponseHandler - please use 
javax.ws.rs.container.ContainerRequestFilter and  and 
javax.ws.rs.container.ContainerResponseFilter instead.</p>
-
-<p>Note that no @Deprecated annotation has been attached to the deprecated 
classes in order to minimize the 'noise' in the runtime code while these 
classes are still maintained.</p>
-
+<p>Please also check the <a shape="rect" 
href="http://cxf.apache.org/docs/27-migration-guide.html";>CXF 2.7 Migration 
Guide</a> for the information about all the changes affecting the JAX-RS 
users</p>
 
 <h3><a shape="rect" name="JAX-RS-MigratingfromJAXRS1.0to1.1"></a>Migrating 
from JAX-RS 1.0 to 1.1</h3>
 


Reply via email to