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