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/11/23 15:48:02 UTC

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

Author: buildbot
Date: Fri Nov 23 14:48:01 2012
New Revision: 839323

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 Fri Nov 23 14:48:01 2012
@@ -162,7 +162,15 @@ Apache CXF -- 2.7 Migration Guide
 	</li></ul>
 
 
-<p>Note that no @Deprecated annotation has been attached to the deprecated classes in order to minimize the 'noise' in the runtime code while these classes are still maintained.</p></div>
+<p>Note that no @Deprecated annotation has been attached to the deprecated classes in order to minimize the 'noise' in the runtime code while these classes are still maintained.</p>
+
+<h3><a shape="rect" name="2.7MigrationGuide-JAXRSendpointsinOSGI"></a>JAX-RS endpoints in OSGI</h3>
+
+<ul><li>If you have compiled the application bundles against JSR-311 (JAX-RS 1.1) API and would like to get them running with CXF 2.7.x without recompiling against JSR-339 (JAX-RS 2.0) API then either
+	<ul><li>have "javax.ws.rs",  "javax.ws.rs.core" and "javax.ws.rs.ext" imported with the "[1.1, 3)" version range and use org.apache.servicemix.specs.jsr339-api-m10-2.1.0 spec bundle or</li><li>use org.apache.servicemix.specs.jsr339-api-m10-2.2.0 spec bundle when it gets released.</li></ul>
+	</li></ul>
+
+</div>
            </div>
            <!-- Content -->
          </td>