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 2012/01/26 23:22:00 UTC

svn commit: r1236415 - in /cxf/dosgi/trunk/distribution: multi-bundle/ multi-bundle/src/main/resources/ single-bundle/src/main/resources/META-INF/ sources/src/main/release/

Author: sergeyb
Date: Thu Jan 26 22:22:00 2012
New Revision: 1236415

URL: http://svn.apache.org/viewvc?rev=1236415&view=rev
Log:
Some updates to do with discovery bundles

Modified:
    cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
    cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml
    cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
    cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE
    cxf/dosgi/trunk/distribution/sources/src/main/release/README

Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/pom.xml?rev=1236415&r1=1236414&r2=1236415&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/pom.xml Thu Jan 26 22:22:00 2012
@@ -308,6 +308,17 @@
       <artifactId>cxf-dosgi-ri-discovery-distributed</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+        <groupId>org.apache.cxf.dosgi</groupId>
+        <artifactId>cxf-dosgi-ri-discovery-distributed-zookeeper-server</artifactId>
+        <version>${project.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.cxf.dosgi</groupId>
+        <artifactId>cxf-dosgi-ri-discovery-distributed-zookeeper-server-config</artifactId>
+        <version>${project.version}</version>
+    </dependency>
+    
   </dependencies>        
   
 

Modified: cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml?rev=1236415&r1=1236414&r2=1236415&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml Thu Jan 26 22:22:00 2012
@@ -5,4 +5,6 @@
   <bundle>cxf-dosgi-ri-multibundle-distribution-${project.version}-dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/com.springsource.org.apache.log4j-${log4j.version}.jar</bundle>
   <bundle>cxf-dosgi-ri-multibundle-distribution-${project.version}-dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/zookeeper-${zookeeper.version}.jar</bundle>
   <bundle>cxf-dosgi-ri-multibundle-distribution-${project.version}-dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/cxf-dosgi-ri-discovery-distributed-${project.version}.jar</bundle>
+  <bundle>cxf-dosgi-ri-multibundle-distribution-${project.version}-dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/cxf-dosgi-ri-discovery-distributed-zookeeper-server-${project.version}.jar</bundle>
+  <bundle>cxf-dosgi-ri-multibundle-distribution-${project.version}-dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/cxf-dosgi-ri-discovery-distributed-zookeeper-server-config-${project.version}.jar</bundle>
 </bundles>

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=1236415&r1=1236414&r2=1236415&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 Thu Jan 26 22:22:00 2012
@@ -1,3 +1,35 @@
+Apache CXF Distributed OSGi 1.3 Release Notes
+=============================================
+
+The following modules have been removed from the destribution:
+
+* org.apache.cxf.dosgi:cxf-dosgi-ri-discovery-distributed-zookeeper-wrapper
+
+  Zookeeper 3.3.1 bundle is now available. See DOSGI-100 for more information.
+
+* org.apache.cxf.dosgi:cxf-dosgi-remote-service-admin-interfaces
+
+  org.osgi:org.osgi.enterprize:4.2.0 artifact is now available. See DOSGI-104 for more information.
+
+Many dependencies have been updated, including the update to CXF 2.5.1. See also DOSGI-96.
+
+Additionally, a number of bugs has been fixed including:
+
+DOSGI-108   service.exported.interfaces doesn't support comma-seperated String value
+DOSGI-107   Support for a 'wsdl' configuration type 	
+DOSGI-105   Update greeter_rest demo to use OSGI HttpService 	 
+DOSGI-103   Improve multi-bundle distro configuration for Felix
+DOSGI-102   DOSGI RI can not map invocation exceptions to custom exceptions on the client side
+DOSGI-97    Automatically unregister HTTP servlets/resources if exported service goes down 	
+DOSGI-94    Enhancement to deal with registered services that might have been proxied
+DOSGI-91    DOSGI RS Proxies ignore ResponseExceptionMapper providers
+DOSGI-85    Unable to export services started after Topology manager
+DOSGI-82    Populate custom servicename, portname and targetnamespace for jax-ws
+DOSGI-79    RemoteServiceAdmin.getImportedEndpoints() returns collection of incorrect type
+DOSGI-77    NullPointerException from Distributed OSGI when bundle with wanted properties is started.
+DOSGI-76    EndpointListener.endpointRemoved
+DOSGI-75    CXF Distributed OSGi isn't using org.apache.cxf.common.logging.LogUtils 
+
 Apache CXF Distributed OSGi 1.2 Release Notes
 =============================================
 

Modified: cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE?rev=1236415&r1=1236414&r2=1236415&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE (original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE Thu Jan 26 22:22:00 2012
@@ -1,6 +1,6 @@
 
 Apache CXF Distributed OSGi DSW Reference Implementation
-Copyright 2008-2010 The Apache Software Foundation
+Copyright 2008-2012 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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=1236415&r1=1236414&r2=1236415&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/README (original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/README Thu Jan 26 22:22:00 2012
@@ -41,7 +41,7 @@ If you need more help, or want to provid
 to drop us a note on the CXF dev or users list[4].
  
 If you trip over any problems with dOSGi, don't hesitate to submit an issue
-to the CXF JIRA[5] with the component set to "Distributed-OSGi".
+to the CXF Distributed OSGI JIRA[5].
 
 
 Thanks for using dOSGi!
@@ -54,4 +54,4 @@ The CXF dOSGi team.
 [2] http://cxf.apache.org/distributed-osgi.html#DistributedOSGi-GettingStarted
 [3] http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.htm
 [4] http://cxf.apache.org/mailing-lists.html
-[5] https://issues.apache.org/jira/browse/CXF
+[5] https://issues.apache.org/jira/browse/DOSGI