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/07/31 23:47:53 UTC

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

Author: buildbot
Date: Tue Jul 31 21:47:52 2012
New Revision: 827548

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 Tue Jul 31 21:47:52 2012
@@ -123,8 +123,6 @@ 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>
 
-
-
 <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>