You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2009/11/25 16:53:36 UTC

svn commit: r884158 - /cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt

Author: sergeyb
Date: Wed Nov 25 15:53:35 2009
New Revision: 884158

URL: http://svn.apache.org/viewvc?rev=884158&view=rev
Log:
Listing a known limitation for jax-rs based services

Modified:
    cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt

Modified: cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt?rev=884158&r1=884157&r2=884158&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt (original)
+++ cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt Wed Nov 25 15:53:35 2009
@@ -1,35 +1,37 @@
-Apache CXF Distributed OSGi 1.1 Release Notes
-=============================================
-
-Specific issues, features, and improvements fixed in this version
------------------------------------------------------------------
-
-The Distributed OSGi 1.1 release provides the Reference Implementation
-of the Remote Services Specification version 1.0. Chapter 13 in the OSGi
-Compendium Specification (http://www.osgi.org/Download/Release4V42).
-
-New features in this release include:
-
-* A live Discovery System is now supported. The CXF-DOSGi implementation
-  makes use of Apache Zookeeper (http://hadoop.apache.org/zookeeper) as
-  the Discovery Server and provides client-side bundles for transparent
-  interaction with Zookeeper. See the Discovery Documentation pages
-  (http://cxf.apache.org/dosgi-discovery.html) for more details.
-
-* REST support for JAX-RS-based Remoted Services and Consumers through
-  the org.apache.cxf.rs configuration type.
-
-* Many user issues have been addressed. In addition the following bugs
-  have been fixed:
-
-[CXF-2182] - Exceptions when remoting pre-existing service
-[CXF-2337] - org.apache.cxf.dosgi.dsw.ClassUtils#getInterfaceClass() method
-             should search through super class interfaces too
-[CXF-2435] - Distributed OSGi having a problem with a custom type method
-             argument
-[CXF-2288] - Bundle cannot be restarted
-[CXF-2385] - Discovery doesn't fully translate 'localhost' into a proper 
-             machine name
-[CXF-2200] - Consuming more than 1 service using Spring-DM doesn't work
-
-
+Apache CXF Distributed OSGi 1.1 Release Notes
+=============================================
+
+Specific issues, features, and improvements fixed in this version
+-----------------------------------------------------------------
+
+The Distributed OSGi 1.1 release provides the Reference Implementation
+of the Remote Services Specification version 1.0. Chapter 13 in the OSGi
+Compendium Specification (http://www.osgi.org/Download/Release4V42).
+
+New features in this release include:
+
+* A live Discovery System is now supported. The CXF-DOSGi implementation
+  makes use of Apache Zookeeper (http://hadoop.apache.org/zookeeper) as
+  the Discovery Server and provides client-side bundles for transparent
+  interaction with Zookeeper. See the Discovery Documentation pages
+  (http://cxf.apache.org/dosgi-discovery.html) for more details.
+
+* REST support for JAX-RS-based Remoted Services and Consumers through
+  the org.apache.cxf.rs configuration type.
+
+* Many user issues have been addressed. In addition the following bugs
+  have been fixed:
+
+[CXF-2182] - Exceptions when remoting pre-existing service
+[CXF-2337] - org.apache.cxf.dosgi.dsw.ClassUtils#getInterfaceClass() method
+             should search through super class interfaces too
+[CXF-2435] - Distributed OSGi having a problem with a custom type method
+             argument
+[CXF-2288] - Bundle cannot be restarted
+[CXF-2385] - Discovery doesn't fully translate 'localhost' into a proper 
+             machine name
+[CXF-2200] - Consuming more than 1 service using Spring-DM doesn't work
+
+Known limitations :
+
+* Schema validation can not be done for JAX-RS-based endpoints which use Aegis databinding