Author: buildbot
Date: Tue Oct 2 17:47:26 2012
New Revision: 833777
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-client-api.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 Tue Oct 2
17:47:26 2012
@@ -121,8 +121,7 @@ Apache CXF -- 2.7 Migration Guide
<td height="100%">
<!-- Content -->
<div class="wiki-content">
-<div id="ConfluenceContent">
-<h3><a shape="rect" name="2.7MigrationGuide-MajorNotes"></a>Major Notes</h3>
+<div id="ConfluenceContent"><h3><a shape="rect"
name="2.7MigrationGuide-MajorNotes"></a>Major Notes</h3>
<ul><li>CXF 2.7.x no longer supports Java 5. In order to upgrade to 2.7.0,
you must be using Java 6 (or newer). Many of the dependencies that CXF uses
have moved to Java 6 and in order to get fixes and updates, we have moved to
Java 6 as well.</li></ul>
@@ -131,7 +130,7 @@ Apache CXF -- 2.7 Migration Guide
<ul><li>New <a shape="rect" href="udp-transport.html" title="UDP
Transport">UDP Transport</a>.</li><li>New optional <a shape="rect"
href="asynchronous-client-http-transport.html" title="Asynchronous Client HTTP
Transport">HTTP transport</a> based on <a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-asyncclient-dev/index.html">Apache
HTTP Components HttpAsyncClient</a>.</li><li>Support for the <a shape="rect"
href="soap-over-udp.html" title="SOAP over UDP">SOAP over
UDP</a>.</li><li>Ability to only apply schema validation to incoming or
outgoing messages by setting the "schema-validation-enabled" property to "IN",
"OUT", "BOTH", or "NONE". @SchemaValidationEnabled annotation updated to have
a type=IN|OUT|BOTH|NONE parameter.</li><li>Support for <a shape="rect"
href="ws-discovery.html" title="WS-Discovery">WS-Discovery</a>.
<ul><li>Services can send Hello/Bye when started/stopped as well as
respond to Probe requests</li><li>API for sending probes and resolving to
EndpointReferences</li></ul>
</li><li>Initial support for parts of the <a shape="rect"
class="external-link" href="http://jcp.org/en/jsr/detail?id=339"
rel="nofollow">JAX-RS 2.0 (JSR-339)</a> specification
- <ul><li>Additional methods on WebClient to provide <a shape="rect"
class="external-link"
href="https://cwiki.apache.org/confluence/display/CXF20DOC/JAX-RS+Client+API#JAX-RSClientAPI-Asynchronousinvocations">asynchronous
invocations</a></li><li>Support for new filters, interceptors, dynamic
features, exception classes, and more, please see <a shape="rect"
href="jax-rs-basics.html" title="JAX-RS Basics">JAX-RS Basics</a> for more
information.</li></ul>
+ <ul><li>Additional methods on WebClient to provide <a shape="rect"
href="jax-rs-client-api.html#JAX-RSClientAPI-asynchronousinvocations">asynchronous
invocations</a></li><li>Support for new filters, interceptors, dynamic
features, exception classes, and more, please see <a shape="rect"
href="jax-rs-basics.html" title="JAX-RS Basics">JAX-RS Basics</a> for more
information.</li></ul>
</li></ul>
Modified: websites/production/cxf/content/docs/jax-rs-client-api.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-client-api.html (original)
+++ websites/production/cxf/content/docs/jax-rs-client-api.html Tue Oct 2
17:47:26 2012
@@ -384,6 +384,7 @@ Book book = WebClient.create(<span class
<p>When reusing the same WebClient instance for multiple invocations, one may
want to reset its state with the help of the reset() method, for example, when
the Accept header value needs to be changed and the current URI needs to be
reset to the baseURI (as an alternative to a back(true) call). The resetQuery()
method may be used to reset the query values only. Both options are available
for proxies too.</p>
+<p><a shape="rect" name="JAX-RSClientAPI-asynchronousinvocations"></a></p>
<h2><a shape="rect"
name="JAX-RSClientAPI-Asynchronousinvocations"></a>Asynchronous invocations</h2>
<p><b>Starting from CXF 2.7.0</b></p>
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 Tue Oct 2 17:47:26 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><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>
+<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>
<h1><a shape="rect" name="JAX-RS-Introduction"></a>Introduction</h1>
@@ -157,7 +157,17 @@ 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>
-<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>
+<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>
+
<h3><a shape="rect" name="JAX-RS-MigratingfromJAXRS1.0to1.1"></a>Migrating
from JAX-RS 1.0 to 1.1</h3>