blob: 7437c4315f36c0f0359fe3914da7b7937f724928 [file] [log] [blame]
Clement Escoffier06de0612012-12-18 09:13:20 +00001Changes from the 1.8.4 to 1.8.6
2-------------------------------
3
4** Bug
5 * [FELIX-3742] - Implementing class fails to load unless super interface's (interface extended by implemented interface) package is imported.
6 * [FELIX-3789] - Deadlock due to synchronization on INSTANCE_NAME
7 * [FELIX-3819] - The export directive of iPOJO is wrong
8
Clement Escoffier72609822012-10-28 14:29:42 +00009Changes from the 1.8.2 to 1.8.4
10--------------------------------
11
12** Bug
13 * [FELIX-3451] - "instance.name" attribute not recognized
14 * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
15 * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
16 * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
17 * [FELIX-3548] - Concurrent access during startup
18 * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
19 * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
20 * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
21 * [FELIX-3621] - Two dimensional array as argument to a method in a component
22 * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
23
24** Improvement
25 * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
26
Clement Escoffier6353db72012-04-21 08:25:10 +000027Changes from the 1.8.0 to 1.8.2
28-------------------------------
29** Bug
30 * [FELIX-3130] - Nested composites throws StackOverflowError on instantiation
31 * [FELIX-3323] - Ipojo composite throw ClassCastException when configuration is updated thru ConfigAdmin
32 * [FELIX-3451] - "instance.name" attribute not recognized
33
Clement Escoffier02ca3492011-01-03 09:42:54 +000034Changes from the 1.6.0 to 1.8.0
35-------------------------------
36** Improvement
37 * [FELIX-2746] - Composite should support instance configuration
38
Clement Escoffiere99f0d32010-04-14 15:25:52 +000039Changes from the 1.4.0 to 1.6.0
40-------------------------------
41** Improvement
42 * [FELIX-1427] - Service injection with Smart Proxies
43 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
44
Clement Escoffier02ca3492011-01-03 09:42:54 +000045
Clement Escoffierbfa74d02009-07-19 16:25:18 +000046Changes from 1.2.0 to 1.4.0
47---------------------------
48** Bug
49 * [FELIX-994] - ClassCastException while Architecture on a composite with a provided service
Clement Escoffier02ca3492011-01-03 09:42:54 +000050
Clement Escoffierbfa74d02009-07-19 16:25:18 +000051** Improvement
52 * Update parent pom
53
Clement Escoffier02ca3492011-01-03 09:42:54 +000054
Clement Escoffier3c9a4192009-01-15 14:48:59 +000055Changes from 1.0.0 to 1.2.0
56---------------------------
57** Bug
58 * [FELIX-797] - Composite Architecture contains duplicate instances
59 * [FELIX-817] - iPOJO Service Exported throw an error when stopping
Clement Escoffier02ca3492011-01-03 09:42:54 +000060
Clement Escoffier130ca572008-10-13 07:33:03 +000061Changes from 0.8.1 to 1.0.0
62---------------------------
Clement Escoffier02ca3492011-01-03 09:42:54 +000063** Bug
Clement Escoffier3c9a4192009-01-15 14:48:59 +000064 * [FELIX-622] - iPOJO Composite Service Instance can use factories twice to create service instance
65 * [FELIX-628] - Architecture service should not publish the instance.name property
Clement Escoffier02ca3492011-01-03 09:42:54 +000066 * [FELIX-637] - Composite service implementation does not support long argument
67
Clement Escoffier130ca572008-10-13 07:33:03 +000068** Improvement
Clement Escoffier02ca3492011-01-03 09:42:54 +000069 * [FELIX-673] - Provide OBR description to iPOJO bundles
70 * [FELIX-688] - Better error reporting when an instance creation failed
71 * [FELIX-689] - Instance 'name' property should become 'instance.name'
Clement Escoffier3c9a4192009-01-15 14:48:59 +000072 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier130ca572008-10-13 07:33:03 +000073
Clement Escoffier3575f072008-06-06 12:12:01 +000074Version 0.8.1
Clement Escoffier03b51182008-05-16 20:46:55 +000075-------------
Clement Escoffier02ca3492011-01-03 09:42:54 +000076 * Initial release