blob: ac0e1d8b2ccca455d551e2a6c9be21640ca7cc8d [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
27
Clement Escoffierc0753d72012-04-21 08:26:15 +000028Version 1.8.2
29-------------
30 * Initial release