blob: a37b4b9840818b91be3ba8eefda842ff9ec90bde [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
19
Clement Escoffierc0753d72012-04-21 08:26:15 +000020Version 1.8.2
21-------------
22 * Initial release