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/10/05 19:47:28 UTC

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

Author: buildbot
Date: Fri Oct  5 17:47:27 2012
New Revision: 834161

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 Oct  5 17:47:27 2012
@@ -143,7 +143,13 @@ Apache CXF -- 2.7 Migration Guide
 <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>
 
 
-<ul><li>All methods that took or returned org.apache.cxf.feature.AbstractFeatures have been changed to just use org.apache.cxf.feature.Feature.</li><li>JAX-RS: 3 classes have been removed from the org.apache.cxf.jaxrs.client package: ResponseReader, ServerWebApplicationException, ClientWebApplicationException. The first class in the list is not needed with JAX-RS 2.0 Response class, the latter two are replaced by javax.ws.rs.WebApplicationException and javax.ws.rs.client.ClientException</li></ul>
+<ul><li>All methods that took or returned org.apache.cxf.feature.AbstractFeatures have been changed to just use org.apache.cxf.feature.Feature.</li></ul>
+
+
+<ul><li>JAX-RS: 3 classes have been removed from the org.apache.cxf.jaxrs.client package: ResponseReader, ServerWebApplicationException, ClientWebApplicationException. The first class in the list is not needed with JAX-RS 2.0 Response class, the latter two are replaced by javax.ws.rs.WebApplicationException and javax.ws.rs.client.ClientException</li></ul>
+
+
+<ul><li>The STS Claims object now uses a List&lt;String&gt; for the values instead of a single String value.</li></ul>
 
 
 <h3><a shape="rect" name="2.7MigrationGuide-DeprecatedAPI"></a>Deprecated API</h3>