Author: buildbot
Date: Fri Aug 3 17:47:30 2012
New Revision: 827862
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 Fri Aug 3
17:47:30 2012
@@ -123,6 +123,10 @@ 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 UDP transport</li></ul>
+
+
+
<h3><a shape="rect" name="2.7MigrationGuide-APIChanges"></a>API Changes</h3>
<ul><li>The HTTPConduit class has been made abstract with the
HttpURLConnection related code moving to an URLConnectionHTTPConduit. Several
method calls of the HTTPConduit that used to take HttpURLConnection objects
have been eliminated. Also, most methods taking a URL object now take a URI
object instead. The HTTPConduit.WrappedOutputStream class is also now
abstract. If you have custom subclasses of HTTPConduit, changing them to
subclass URLConnectionHTTPConduit will likely work.</li></ul>