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

svn commit: r884012 - in /cxf/dosgi/trunk/distribution: discovery-multi-bundle/src/main/assembly/ multi-bundle/src/main/assembly/ multi-bundle/src/main/release/ single-bundle/src/main/resources/META-INF/ sources/src/main/assembly/ sources/src/main/rele...

Author: eglynn
Date: Wed Nov 25 09:49:14 2009
New Revision: 884012

URL: http://svn.apache.org/viewvc?rev=884012&view=rev
Log:
Adding release notes and updating READMEs.

Added:
    cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt
    cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
    cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt
Modified:
    cxf/dosgi/trunk/distribution/discovery-multi-bundle/src/main/assembly/assembly.xml
    cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml
    cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README
    cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README
    cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml
    cxf/dosgi/trunk/distribution/sources/src/main/release/README

Modified: cxf/dosgi/trunk/distribution/discovery-multi-bundle/src/main/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/discovery-multi-bundle/src/main/assembly/assembly.xml?rev=884012&r1=884011&r2=884012&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/discovery-multi-bundle/src/main/assembly/assembly.xml (original)
+++ cxf/dosgi/trunk/distribution/discovery-multi-bundle/src/main/assembly/assembly.xml Wed Nov 25 09:49:14 2009
@@ -50,6 +50,7 @@
       <directory>src/main/release</directory>
       <includes>
         <include>README</include>
+        <include>release_notes.txt</include>
       </includes>
       <outputDirectory>apache-cxf-dosgi-discovery-${dosgi.version}</outputDirectory>
     </fileSet>

Modified: cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml?rev=884012&r1=884011&r2=884012&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml Wed Nov 25 09:49:14 2009
@@ -50,6 +50,7 @@
       <directory>src/main/release</directory>
       <includes>
         <include>README</include>
+        <include>release_notes.txt</include>
       </includes>
       <outputDirectory>apache-cxf-dosgi-ri-${dosgi.version}</outputDirectory>
     </fileSet>

Modified: cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README?rev=884012&r1=884011&r2=884012&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README Wed Nov 25 09:49:14 2009
@@ -10,7 +10,7 @@
 This release is provided for your convenience in three different 
 distribution formats:
 
-1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.0.{tar.gaz|zip}
+1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.1.{tar.gaz|zip}
 
 Contains the dOSGi implementation and all 3rd party dependencies as 
 separate bundles within an archive. The current distribution is an
@@ -22,14 +22,14 @@
 all the required bundles to be loaded on start-up.
 
 
-2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.0.jar
+2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.1.jar
 
 Contains the dOSGi implementation and all 3rd party dependencies wrapped
 in a single OSGi bundle so as to allow direct installation in your favourite 
 OSGi container in one fell swoop.
 
 	
-3. Source distro: cxf-dosgi-ri-source-distribution-1.1-SNAPSHOT.{tar.gz|zip}
+3. Source distro: cxf-dosgi-ri-source-distribution-1.1.{tar.gz|zip}
 
 Contains the entire source tree for dOSGi.
 

Added: cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt?rev=884012&view=auto
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt (added)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt Wed Nov 25 09:49:14 2009
@@ -0,0 +1,35 @@
+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
+
+

Modified: cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README?rev=884012&r1=884011&r2=884012&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README (original)
+++ cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README Wed Nov 25 09:49:14 2009
@@ -10,13 +10,13 @@
 This release is provided for your convenience in three different 
 distribution formats:
 
-1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.0.{tar.gaz|zip}
+1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.1.{tar.gaz|zip}
 
 Contains the dOSGi implementation and all 3rd party dependencies as 
 separate bundles within an archive.
 
 
-2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.0.jar
+2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.1.jar
 
 Contains the dOSGi implementation and all 3rd party dependencies wrapped
 in a single OSGi bundle so as to allow direct installation in your favourite 
@@ -24,7 +24,7 @@
 of this type.
 
 	
-3. Source distro: cxf-dosgi-ri-source-distribution-1.1-SNAPSHOT.{tar.gz|zip}
+3. Source distro: cxf-dosgi-ri-source-distribution-1.1.{tar.gz|zip}
 
 Contains the entire source tree for dOSGi.
 

Added: 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=884012&view=auto
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt (added)
+++ cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt Wed Nov 25 09:49:14 2009
@@ -0,0 +1,35 @@
+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
+
+

Modified: cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml?rev=884012&r1=884011&r2=884012&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml (original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml Wed Nov 25 09:49:14 2009
@@ -60,6 +60,7 @@
                 <include>LICENSE</include>
                 <include>NOTICE</include>
                 <include>README</include>
+                <include>release_notes.txt</include>
             </includes>
             <outputDirectory>apache-cxf-dosgi-ri-${dosgi.version}</outputDirectory>
         </fileSet>

Modified: cxf/dosgi/trunk/distribution/sources/src/main/release/README
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/README?rev=884012&r1=884011&r2=884012&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/README (original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/README Wed Nov 25 09:49:14 2009
@@ -10,21 +10,21 @@
 This release is provided for your convenience in three different 
 distribution formats:
 
-1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.0.{tar.gaz|zip}
+1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.1.{tar.gaz|zip}
 
 Contains the dOSGi implementation and all 3rd party dependencies as 
 separate bundles within an archive. The current distribution is an
 instance of this type.
 
 
-2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.0.jar
+2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.1.jar
 
 Contains the dOSGi implementation and all 3rd party dependencies wrapped
 in a single OSGi bundle so as to allow direct installation in your favourite 
 OSGi container in one fell swoop.
 
 	
-3. Source distro: cxf-dosgi-ri-source-distribution-1.1-SNAPSHOT.{tar.gz|zip}
+3. Source distro: cxf-dosgi-ri-source-distribution-1.1.{tar.gz|zip}
 
 Contains the entire source tree for dOSGi. The current distribution is
 an instance of this type. It may be built by running "mvn install" from

Added: cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt?rev=884012&view=auto
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt (added)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt Wed Nov 25 09:49:14 2009
@@ -0,0 +1,35 @@
+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
+
+