blob: c4ef527adb9cc1d198fe3eb5232410adc972de3d [file] [log] [blame]
Clement Escoffier72609822012-10-28 14:29:42 +00001Changes 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 Escoffier6353db72012-04-21 08:25:10 +000019Changes 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 Escoffier02ca3492011-01-03 09:42:54 +000026Changes from the 1.6.0 to 1.8.0
27-------------------------------
28** Improvement
29 * [FELIX-2746] - Composite should support instance configuration
30
Clement Escoffiere99f0d32010-04-14 15:25:52 +000031Changes 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 Escoffier02ca3492011-01-03 09:42:54 +000037
Clement Escoffierbfa74d02009-07-19 16:25:18 +000038Changes 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 Escoffier02ca3492011-01-03 09:42:54 +000042
Clement Escoffierbfa74d02009-07-19 16:25:18 +000043** Improvement
44 * Update parent pom
45
Clement Escoffier02ca3492011-01-03 09:42:54 +000046
Clement Escoffier3c9a4192009-01-15 14:48:59 +000047Changes 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 Escoffier02ca3492011-01-03 09:42:54 +000052
Clement Escoffier130ca572008-10-13 07:33:03 +000053Changes from 0.8.1 to 1.0.0
54---------------------------
Clement Escoffier02ca3492011-01-03 09:42:54 +000055** Bug
Clement Escoffier3c9a4192009-01-15 14:48:59 +000056 * [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 Escoffier02ca3492011-01-03 09:42:54 +000058 * [FELIX-637] - Composite service implementation does not support long argument
59
Clement Escoffier130ca572008-10-13 07:33:03 +000060** Improvement
Clement Escoffier02ca3492011-01-03 09:42:54 +000061 * [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 Escoffier3c9a4192009-01-15 14:48:59 +000064 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier130ca572008-10-13 07:33:03 +000065
Clement Escoffier3575f072008-06-06 12:12:01 +000066Version 0.8.1
Clement Escoffier03b51182008-05-16 20:46:55 +000067-------------
Clement Escoffier02ca3492011-01-03 09:42:54 +000068 * Initial release