blob: b731827b12d69b43c68e5a5f69b52df6e0b0b9b4 [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** Improvement
30 * [FELIX-3380] - minor javadoc corrections in @Temporal annotation
31
Clement Escoffier02ca3492011-01-03 09:42:54 +000032Changes from the 1.6.4 to 1.8.0
33-------------------------------
34** Bug
35 * [FELIX-2568] - Rename Transactionnal to Transactional
36
37** Improvement
38 * [FELIX-1428] - Constructor injection of Configuration properties
39 * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
40 * [FELIX-2621] - Rename annotations to remove collisions
41 * [FELIX-2622] - Support static service properties that are not mirrored into fields
42 * [FELIX-2624] - Support multiple whiteboards using annotations
43 * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
44 * [FELIX-2631] - Rename @Publisher and @Subscriber attributes to follow the java naming conventions
45 * [FELIX-2633] - Rename JMX annotations
46 * [FELIX-2634] - Rename the @Publisher annotation into @Publishes annotation to avoid collision
47 * [FELIX-2666] - Rename the temporal handler annotation to avoid collision
48 * [FELIX-2742] - Constructor injection of service dependencies
49
Clement Escoffier7a879462010-07-03 15:23:31 +000050Changes from the 1.6.2 to 1.6.4
51-------------------------------
52** Improvement
53 * [FELIX-2420] - Enum support for @Property annotation
54 * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
Clement Escoffier02ca3492011-01-03 09:42:54 +000055
Clement Escoffier162697b2010-05-12 08:01:59 +000056Changes from the 1.6.0 to 1.6.2
57-------------------------------
58** Improvement
59 * [FELIX-2296] - Access to ServiceReference in iPOJO service.
60
Clement Escoffiere99f0d32010-04-14 15:25:52 +000061Changes from the 1.4.0 to 1.6.0
62-------------------------------
63** Bug
64 * [FELIX-1557] - Cosmetic change of the Bundle-Name and Bundle-SymbolicName in iPOJO annotations.
Clement Escoffier02ca3492011-01-03 09:42:54 +000065
Clement Escoffiere99f0d32010-04-14 15:25:52 +000066** Improvement
67 * [FELIX-1426] - Service injection with Dynamic Proxies
68 * [FELIX-1427] - Service injection with Smart Proxies
69 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
70
71** New Feature
72 * [FELIX-2132] - Provides a way to control service exposition from the implementation class
73
74** Wish
75 * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
Clement Escoffier02ca3492011-01-03 09:42:54 +000076
Clement Escoffierbfa74d02009-07-19 16:25:18 +000077Changes from 1.2.0 to 1.4.0
78---------------------------
79** Bug
80 * [FELIX-1319] - Issue in the metadata overriding analysis in iPOJO annotations
81
82** Improvement
83 * Update parent pom
84
Clement Escoffier02ca3492011-01-03 09:42:54 +000085
Clement Escoffier3c9a4192009-01-15 14:48:59 +000086Changes from 1.0.0 to 1.2.0
87---------------------------
88** Improvement
89 * [FELIX-825] - Provide annotation for iPojo JMX Handler
90 * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
91
92** Bug
93 * [FELIX-867] - iPOJO @ServiceProperty can target method
Clement Escoffier02ca3492011-01-03 09:42:54 +000094 * [FELIX-868] - iPOJO @Component don't support factory methods
Clement Escoffier3c9a4192009-01-15 14:48:59 +000095
96
Clement Escoffier130ca572008-10-13 07:33:03 +000097Changes from 0.8.0 to 1.0.0
98---------------------------
99** Improvement
Clement Escoffier3c9a4192009-01-15 14:48:59 +0000100 * [FELIX-627] - Temporal dependency annotation
Clement Escoffier130ca572008-10-13 07:33:03 +0000101
102
Clement Escoffier03b51182008-05-16 20:46:55 +0000103Version 0.8.0
104-------------
Clement Escoffierbfa74d02009-07-19 16:25:18 +0000105 * Initial release