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