blob: c0633cbfc48a052c3bbf135ddcc18dd5403d349c [file] [log] [blame]
Clement Escoffier303894d2012-04-21 08:25:10 +00001Changes from the 1.8.0 to 1.8.2
2-------------------------------
3** Improvement
4 * [FELIX-3380] - minor javadoc corrections in @Temporal annotation
5
Clement Escoffier99576cb2011-01-03 09:42:54 +00006Changes from the 1.6.4 to 1.8.0
7-------------------------------
8** Bug
9 * [FELIX-2568] - Rename Transactionnal to Transactional
10
11** Improvement
12 * [FELIX-1428] - Constructor injection of Configuration properties
13 * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
14 * [FELIX-2621] - Rename annotations to remove collisions
15 * [FELIX-2622] - Support static service properties that are not mirrored into fields
16 * [FELIX-2624] - Support multiple whiteboards using annotations
17 * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
18 * [FELIX-2631] - Rename @Publisher and @Subscriber attributes to follow the java naming conventions
19 * [FELIX-2633] - Rename JMX annotations
20 * [FELIX-2634] - Rename the @Publisher annotation into @Publishes annotation to avoid collision
21 * [FELIX-2666] - Rename the temporal handler annotation to avoid collision
22 * [FELIX-2742] - Constructor injection of service dependencies
23
Clement Escoffier8cf1e9b2010-07-03 15:23:31 +000024Changes from the 1.6.2 to 1.6.4
25-------------------------------
26** Improvement
27 * [FELIX-2420] - Enum support for @Property annotation
28 * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
Clement Escoffier99576cb2011-01-03 09:42:54 +000029
Clement Escoffier253ed742010-05-12 08:01:59 +000030Changes from the 1.6.0 to 1.6.2
31-------------------------------
32** Improvement
33 * [FELIX-2296] - Access to ServiceReference in iPOJO service.
34
Clement Escoffier14ef3cb2010-04-14 15:25:52 +000035Changes from the 1.4.0 to 1.6.0
36-------------------------------
37** Bug
38 * [FELIX-1557] - Cosmetic change of the Bundle-Name and Bundle-SymbolicName in iPOJO annotations.
Clement Escoffier99576cb2011-01-03 09:42:54 +000039
Clement Escoffier14ef3cb2010-04-14 15:25:52 +000040** Improvement
41 * [FELIX-1426] - Service injection with Dynamic Proxies
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
45** New Feature
46 * [FELIX-2132] - Provides a way to control service exposition from the implementation class
47
48** Wish
49 * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
Clement Escoffier99576cb2011-01-03 09:42:54 +000050
Clement Escoffier0630c6b2009-07-19 16:25:18 +000051Changes from 1.2.0 to 1.4.0
52---------------------------
53** Bug
54 * [FELIX-1319] - Issue in the metadata overriding analysis in iPOJO annotations
55
56** Improvement
57 * Update parent pom
58
Clement Escoffier99576cb2011-01-03 09:42:54 +000059
Clement Escoffier1a862922009-01-15 14:48:59 +000060Changes from 1.0.0 to 1.2.0
61---------------------------
62** Improvement
63 * [FELIX-825] - Provide annotation for iPojo JMX Handler
64 * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
65
66** Bug
67 * [FELIX-867] - iPOJO @ServiceProperty can target method
Clement Escoffier99576cb2011-01-03 09:42:54 +000068 * [FELIX-868] - iPOJO @Component don't support factory methods
Clement Escoffier1a862922009-01-15 14:48:59 +000069
70
Clement Escoffier83507512008-10-13 07:33:03 +000071Changes from 0.8.0 to 1.0.0
72---------------------------
73** Improvement
Clement Escoffier1a862922009-01-15 14:48:59 +000074 * [FELIX-627] - Temporal dependency annotation
Clement Escoffier83507512008-10-13 07:33:03 +000075
76
Clement Escoffier659471e2008-05-16 20:46:55 +000077Version 0.8.0
78-------------
Clement Escoffier0630c6b2009-07-19 16:25:18 +000079 * Initial release