Author: buildbot
Date: Fri Jul 12 16:47:59 2013
New Revision: 869261

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 
16:47:59 2013
@@ -180,6 +180,8 @@ Apache CXF -- 3.0 Migration Guide
 
 <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>
 
+
+<ul><li>Many of our interfaces/classes that held onto constants were either 
removed or moved.  In particular XmlSchemaConstants was removed (use the 
Constants from the XmlSchema library directly), WSDLConstants was moved from 
api to rt-wsdl, SOAPConstants was removed (most are available in 
WSDLConstants).  Goal is to reduce some memory usage and help startup time and 
reduce a lot of duplication.</li></ul>
 </div>
            </div>
            <!-- Content -->


Reply via email to