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/03/09 15:47:53 UTC

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

Author: buildbot
Date: Fri Mar  9 14:47:53 2012
New Revision: 807984

Log:
Production update by buildbot for cxf

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

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

Modified: websites/production/cxf/content/docs/26-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/26-migration-guide.html (original)
+++ websites/production/cxf/content/docs/26-migration-guide.html Fri Mar  9 14:47:53 2012
@@ -135,7 +135,10 @@ Apache CXF -- 2.6 Migration Guide
 
 <h3><a shape="rect" name="2.6MigrationGuide-APIChanges"></a>API Changes</h3>
 <ul><li>All API's that take or return "generic" classes have been update to properly define the generic part.  For example, methods like:<br clear="none">
-"Class getServiceClass()" have been updated to be "Class&lt;?&gt; getServiceClass()"</li></ul>
+"Class getServiceClass()" have been updated to be "Class&lt;?&gt; getServiceClass()"</li><li>To resolve some of the "split-package" issues between jars, SOME (very few) classes did have their packages changed.
+	<ul><li>org.apache.cxf.jaxb.JAXBUtils   -&gt;   org.apache.cxf.common.jaxb.JAXBUtils   (and a couple other classes in that jaxb package)</li></ul>
+	</li></ul>
+