Author: buildbot
Date: Fri Jul 12 15:48:02 2013
New Revision: 869257

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/30-migration-guide.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/30-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/30-migration-guide.html (original)
+++ websites/production/cxf/content/docs/30-migration-guide.html Fri Jul 12 
15:48:02 2013
@@ -177,6 +177,9 @@ Apache CXF -- 3.0 Migration Guide
 
 <ul><li>Move ALL XML parsing and writing to StaxUtils and DOM based utilities 
to DOMUtils.  The XMLUtils class that used SAX based parsing and Transformer 
based writing has been eliminated.   This simplifies the code as well as 
increases security as we can provide better limits and have more control with 
the StAX based IO.</li></ul>
 
+
+<ul><li>AddressingProperties has been turned from an interface to a concrete 
class that can be created directly with "new".  AddressingPropertiesImpl has 
been removed.</li></ul>
+
 </div>
            </div>
            <!-- Content -->


Reply via email to