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