You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2012/10/01 21:47:26 UTC

svn commit: r833652 - in /websites/production/cxf/content: cache/docs.pageCache docs/27-migration-guide.html

Author: buildbot
Date: Mon Oct  1 19:47:26 2012
New Revision: 833652

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/27-migration-guide.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 Mon Oct  1 19:47:26 2012
@@ -123,7 +123,7 @@ Apache CXF -- 2.7 Migration Guide
            <div class="wiki-content">
 <div id="ConfluenceContent"><h3><a shape="rect" name="2.7MigrationGuide-NewFeatures"></a>New Features</h3>
 
-<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>Support for <a shape="rect" href="ws-discovery.html" title="WS-Discovery">WS-Discovery</a>.
+<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 JAX-RS 2.0 specification
 	<ul><li>Additional methods on WebClient to provide asynchronous invocations</li></ul>