You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2012/10/28 15:29:43 UTC

svn commit: r1402999 - in /felix/trunk/ipojo/runtime: annotations/doc/changelog.txt composite/doc/changelog.txt core/doc/changelog.txt doc/changelog.txt

Author: clement
Date: Sun Oct 28 14:29:42 2012
New Revision: 1402999

URL: http://svn.apache.org/viewvc?rev=1402999&view=rev
Log:
Update changelogs (release preparation)

Modified:
    felix/trunk/ipojo/runtime/annotations/doc/changelog.txt
    felix/trunk/ipojo/runtime/composite/doc/changelog.txt
    felix/trunk/ipojo/runtime/core/doc/changelog.txt
    felix/trunk/ipojo/runtime/doc/changelog.txt

Modified: felix/trunk/ipojo/runtime/annotations/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/annotations/doc/changelog.txt?rev=1402999&r1=1402998&r2=1402999&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/annotations/doc/changelog.txt (original)
+++ felix/trunk/ipojo/runtime/annotations/doc/changelog.txt Sun Oct 28 14:29:42 2012
@@ -1,3 +1,21 @@
+Changes from the 1.8.2 to 1.8.4
+--------------------------------
+
+** Bug
+    * [FELIX-3451] - "instance.name" attribute not recognized
+    * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
+    * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
+    * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
+    * [FELIX-3548] - Concurrent access during startup
+    * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
+    * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
+    * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+    * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
+
+** Improvement
+    * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
+
 Changes from the 1.8.0 to 1.8.2
 -------------------------------
 ** Improvement

Modified: felix/trunk/ipojo/runtime/composite/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite/doc/changelog.txt?rev=1402999&r1=1402998&r2=1402999&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite/doc/changelog.txt (original)
+++ felix/trunk/ipojo/runtime/composite/doc/changelog.txt Sun Oct 28 14:29:42 2012
@@ -1,3 +1,21 @@
+Changes from the 1.8.2 to 1.8.4
+--------------------------------
+
+** Bug
+    * [FELIX-3451] - "instance.name" attribute not recognized
+    * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
+    * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
+    * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
+    * [FELIX-3548] - Concurrent access during startup
+    * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
+    * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
+    * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+    * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
+
+** Improvement
+    * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
+
 Changes from the 1.8.0 to 1.8.2
 -------------------------------
 ** Bug

Modified: felix/trunk/ipojo/runtime/core/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core/doc/changelog.txt?rev=1402999&r1=1402998&r2=1402999&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core/doc/changelog.txt (original)
+++ felix/trunk/ipojo/runtime/core/doc/changelog.txt Sun Oct 28 14:29:42 2012
@@ -1,3 +1,21 @@
+Changes from the 1.8.2 to 1.8.4
+--------------------------------
+
+** Bug
+    * [FELIX-3451] - "instance.name" attribute not recognized
+    * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
+    * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
+    * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
+    * [FELIX-3548] - Concurrent access during startup
+    * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
+    * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
+    * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+    * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
+
+** Improvement
+    * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
+
 Changes from the 1.8.0 to 1.8.2
 -------------------------------
 ** Bug

Modified: felix/trunk/ipojo/runtime/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/doc/changelog.txt?rev=1402999&r1=1402998&r2=1402999&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/doc/changelog.txt (original)
+++ felix/trunk/ipojo/runtime/doc/changelog.txt Sun Oct 28 14:29:42 2012
@@ -1,3 +1,22 @@
+Changes from the 1.8.2 to 1.8.4
+--------------------------------
+
+** Bug
+    * [FELIX-3451] - "instance.name" attribute not recognized
+    * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
+    * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
+    * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
+    * [FELIX-3548] - Concurrent access during startup
+    * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
+    * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
+    * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+    * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
+
+** Improvement
+    * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
+
+
 Version 1.8.2
 -------------
     * Initial release