Clement Escoffier | 1dc4636 | 2012-10-28 14:29:42 +0000 | [diff] [blame] | 1 | Changes from the 1.8.2 to 1.8.4
|
| 2 | --------------------------------
|
| 3 |
|
| 4 | ** Bug
|
| 5 | * [FELIX-3451] - "instance.name" attribute not recognized
|
| 6 | * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
|
| 7 | * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
|
| 8 | * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
|
| 9 | * [FELIX-3548] - Concurrent access during startup
|
| 10 | * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
|
| 11 | * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
|
| 12 | * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
|
| 13 | * [FELIX-3621] - Two dimensional array as argument to a method in a component
|
| 14 | * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
|
| 15 |
|
| 16 | ** Improvement
|
| 17 | * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
|
| 18 |
|
Clement Escoffier | 303894d | 2012-04-21 08:25:10 +0000 | [diff] [blame] | 19 | Changes from the 1.8.0 to 1.8.2
|
| 20 | -------------------------------
|
| 21 | ** Bug
|
| 22 | * [FELIX-3130] - Nested composites throws StackOverflowError on instantiation
|
| 23 | * [FELIX-3323] - Ipojo composite throw ClassCastException when configuration is updated thru ConfigAdmin
|
| 24 | * [FELIX-3451] - "instance.name" attribute not recognized
|
| 25 |
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 26 | Changes from the 1.6.0 to 1.8.0
|
| 27 | -------------------------------
|
| 28 | ** Improvement
|
| 29 | * [FELIX-2746] - Composite should support instance configuration
|
| 30 |
|
Clement Escoffier | 14ef3cb | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 31 | Changes from the 1.4.0 to 1.6.0
|
| 32 | -------------------------------
|
| 33 | ** Improvement
|
| 34 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 35 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 36 |
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 37 |
|
Clement Escoffier | 0630c6b | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 38 | Changes from 1.2.0 to 1.4.0
|
| 39 | ---------------------------
|
| 40 | ** Bug
|
| 41 | * [FELIX-994] - ClassCastException while Architecture on a composite with a provided service
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 42 |
|
Clement Escoffier | 0630c6b | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 43 | ** Improvement
|
| 44 | * Update parent pom
|
| 45 |
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 46 |
|
Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 47 | Changes from 1.0.0 to 1.2.0
|
| 48 | ---------------------------
|
| 49 | ** Bug
|
| 50 | * [FELIX-797] - Composite Architecture contains duplicate instances
|
| 51 | * [FELIX-817] - iPOJO Service Exported throw an error when stopping
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 52 |
|
Clement Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 53 | Changes from 0.8.1 to 1.0.0
|
| 54 | ---------------------------
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 55 | ** Bug
|
Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 56 | * [FELIX-622] - iPOJO Composite Service Instance can use factories twice to create service instance
|
| 57 | * [FELIX-628] - Architecture service should not publish the instance.name property
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 58 | * [FELIX-637] - Composite service implementation does not support long argument
|
| 59 |
|
Clement Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 60 | ** Improvement
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 61 | * [FELIX-673] - Provide OBR description to iPOJO bundles
|
| 62 | * [FELIX-688] - Better error reporting when an instance creation failed
|
| 63 | * [FELIX-689] - Instance 'name' property should become 'instance.name'
|
Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 64 | * [FELIX-716] - Provide XML schemas for iPOJO descriptors
|
Clement Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 65 |
|
Clement Escoffier | bd7ff50 | 2008-06-06 12:12:01 +0000 | [diff] [blame] | 66 | Version 0.8.1
|
Clement Escoffier | 659471e | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 67 | -------------
|
Clement Escoffier | 99576cb | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 68 | * Initial release
|