blob: d9972cd634df69855ffefc20f783d94268b8a609 [file] [log] [blame]
Clement Escoffier02ca3492011-01-03 09:42:54 +00001Changes from the 1.6.4 to 1.8.0
2-------------------------------
3** Bug
Clement Escoffier0482bcb2011-01-13 17:01:51 +00004 * [FELIX-2779] - iPOJO manipulator badly supports custom annotation attributes of type Class
Clement Escoffier02ca3492011-01-03 09:42:54 +00005 * [FELIX-2664] - Native methods should not be manipulated
6
7** Improvement
8 * [FELIX-1424] - Constructor Injection
9 * [FELIX-1428] - Constructor injection of Configuration properties
10 * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
11 * [FELIX-2621] - Rename annotations to remove collisions
12 * [FELIX-2622] - Support static service properties that are not mirrored into fields
13 * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
14 * [FELIX-2732] - [iPOJO] Service modified callback should define a default method name
15 * [FELIX-2742] - Constructor injection of service dependencies
16 * [FELIX-2743] - Modify Pojoization to be more easily customizable
17 * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
18
Clement Escoffier7a879462010-07-03 15:23:31 +000019Changes from the 1.6.2 to 1.6.4
20-------------------------------
21** Bug
22 * [FELIX-2430] - IPOJO manipulation (ant task) results in invalid classes throwing java.lang.VerifyError at runtime in InstanceManager
23
24** Improvement
25 * [FELIX-2420] - Enum support for @Property annotation
26 * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
Clement Escoffier6191b082010-08-29 09:05:18 +000027 * [FELIX-2485] - Improve the performance of the manipulator on large files
28 * [FELIX-2542] - Annotations on methods parameters are not moved on public methods after manipulation
29
Clement Escoffier162697b2010-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.
Clement Escoffier6191b082010-08-29 09:05:18 +000034
Clement Escoffiere99f0d32010-04-14 15:25:52 +000035Changes from the 1.4.2 to 1.6.0
36-------------------------------
37** Improvement
38 * [FELIX-1427] - Service injection with Smart Proxies
39 * [FELIX-1646] - Add @Handler annotation to declare handlers without metadata.xml
40 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
41
42** Wish
43 * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
Clement Escoffier6191b082010-08-29 09:05:18 +000044
45
Clement Escoffier43604192009-08-21 10:43:25 +000046Changes from the 1.4.0 to 1.4.2
47-------------------------------
48** Bug
49 * [FELIX-1411] - Issue on windows to find components inside bundle
Clement Escoffier09d57502009-08-22 09:13:47 +000050 * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
Clement Escoffier6191b082010-08-29 09:05:18 +000051
52
Clement Escoffierbfa74d02009-07-19 16:25:18 +000053Changes from 1.2.0 to 1.4.0
54---------------------------
55** Bug
56 * [FELIX-1302] - Manipulator never ignore annotations
57 * [FELIX-1319] - Issue in the metadata overiding analysis in iPOJO annotations
58
59** Improvement
60 * Update parent pom
61 * [FELIX-943] - Allow iPOJO manipulator to manipulate directories
Clement Escoffier6191b082010-08-29 09:05:18 +000062
63
Clement Escoffier3c9a4192009-01-15 14:48:59 +000064Changes from 1.0.0 to 1.2.0
65---------------------------
66** Bug
67 * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
68
69** Improvement
70 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
71 * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
72 * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
73 * [FELIX-876] - Specification auto import is not supported for simple component types
74
75
Clement Escoffier130ca572008-10-13 07:33:03 +000076Changes from 0.8.0 to 1.0.0
77---------------------------
78** Bug
Clement Escoffier3c9a4192009-01-15 14:48:59 +000079 * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
80 * [FELIX-697] - Generation of a duplicated field when using generics
81 * [FELIX-739] - iPOJO and annotations support when manipulating
82 * [FELIX-751] - Wrong access for setter methods
Clement Escoffier130ca572008-10-13 07:33:03 +000083
84** Improvement
Clement Escoffier3c9a4192009-01-15 14:48:59 +000085 * [FELIX-655] - Add a 'from' attribute in the service dependencies
86 * [FELIX-678] - Improve missing fields detection during the packaging process
87 * [FELIX-687] - Support inner and nested classes
88 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier130ca572008-10-13 07:33:03 +000089
Clement Escoffier6191b082010-08-29 09:05:18 +000090
Clement Escoffier03b51182008-05-16 20:46:55 +000091Version 0.8.0
92-------------
Clement Escoffierbfa74d02009-07-19 16:25:18 +000093 * Initial release