You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2012/03/21 20:29:19 UTC

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

Author: davidb
Date: Wed Mar 21 19:29:19 2012
New Revision: 1303518

URL: http://svn.apache.org/viewvc?rev=1303518&view=rev
Log:
Update release notes in preparation for 1.3.1 release.

Modified:
    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/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=1303518&r1=1303517&r2=1303518&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt Wed Mar 21 19:29:19 2012
@@ -1,3 +1,46 @@
+Apache CXF Distributed OSGi 1.3.1 Release Notes
+===============================================
+
+Fixes needed in order to pass the OSGi 4.3 Remote Service Admin TCK.
+* Fixed exports from Single Bundle Distro
+* Fixed deadlock
+* Fixed cleanup
+* Fixed ExportReferenceImpl.equals() and hashCode()
+* Fixed RemoteServiceAdminCore.exportService()
+
+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/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=1303518&r1=1303517&r2=1303518&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 Mar 21 19:29:19 2012
@@ -1,3 +1,13 @@
+Apache CXF Distributed OSGi 1.3.1 Release Notes
+===============================================
+
+Fixes needed in order to pass the OSGi 4.3 Remote Service Admin TCK.
+* Fixed exports from Single Bundle Distro
+* Fixed deadlock
+* Fixed cleanup
+* Fixed ExportReferenceImpl.equals() and hashCode()
+* Fixed RemoteServiceAdminCore.exportService()
+
 Apache CXF Distributed OSGi 1.3 Release Notes
 =============================================
 
@@ -30,6 +40,7 @@ DOSGI-77    NullPointerException from Di
 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/release_notes.txt
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt?rev=1303518&r1=1303517&r2=1303518&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt (original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt Wed Mar 21 19:29:19 2012
@@ -1,7 +1,16 @@
+Apache CXF Distributed OSGi 1.3.1 Release Notes
+===============================================
+
+Fixes needed in order to pass the OSGi 4.3 Remote Service Admin TCK.
+* Fixed exports from Single Bundle Distro
+* Fixed deadlock
+* Fixed cleanup
+* Fixed ExportReferenceImpl.equals() and hashCode()
+* Fixed RemoteServiceAdminCore.exportService()
+
 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