blob: 683250e60917ad486993a18976018d5ece263b2f [file] [log] [blame]
Clement Escoffierbfa74d02009-07-19 16:25:18 +00001Changes from 1.2.0 to 1.4.0
2---------------------------
3** Bug
4 * [FELIX-1302] - Manipulator never ignore annotations
5 * [FELIX-1319] - Issue in the metadata overiding analysis in iPOJO annotations
6
7** Improvement
8 * Update parent pom
9 * [FELIX-943] - Allow iPOJO manipulator to manipulate directories
10
11
Clement Escoffier3c9a4192009-01-15 14:48:59 +000012Changes from 1.0.0 to 1.2.0
13---------------------------
14** Bug
15 * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
16
17** Improvement
18 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
19 * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
20 * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
21 * [FELIX-876] - Specification auto import is not supported for simple component types
22
23
Clement Escoffier130ca572008-10-13 07:33:03 +000024Changes from 0.8.0 to 1.0.0
25---------------------------
26** Bug
Clement Escoffier3c9a4192009-01-15 14:48:59 +000027 * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
28 * [FELIX-697] - Generation of a duplicated field when using generics
29 * [FELIX-739] - iPOJO and annotations support when manipulating
30 * [FELIX-751] - Wrong access for setter methods
Clement Escoffier130ca572008-10-13 07:33:03 +000031
32** Improvement
Clement Escoffier3c9a4192009-01-15 14:48:59 +000033 * [FELIX-655] - Add a 'from' attribute in the service dependencies
34 * [FELIX-678] - Improve missing fields detection during the packaging process
35 * [FELIX-687] - Support inner and nested classes
36 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier130ca572008-10-13 07:33:03 +000037
38
Clement Escoffier03b51182008-05-16 20:46:55 +000039Version 0.8.0
40-------------
Clement Escoffierbfa74d02009-07-19 16:25:18 +000041 * Initial release