Author: buildbot
Date: Thu Aug 16 18:47:28 2012
New Revision: 829131

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 Thu Aug 16 
18:47:28 2012
@@ -130,6 +130,10 @@ Apache CXF -- 2.7 Migration Guide
 <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>
+
+
+<ul><li>The WS-Addressing related VersionTransformer and MAPCodec classes have 
been changed to not encode the WS-Addressing headers to  DOM elements and 
instead just use the Header list on the SoapMessage directly.  This did change 
the parameters on the encode methods to take the JAXBContext instead of the 
Marshaller.  Any custom VersionTransformers will need to be updated.  (very 
rare)</li></ul>
+
 </div>
            </div>
            <!-- Content -->


Reply via email to