blob: 866548b515fc75b8a74c20b5636c4e6327838749 [file] [log] [blame]
Clement Escoffier3c9a4192009-01-15 14:48:59 +00001Changes from 1.0.0 to 1.2.0
2---------------------------
3** Bug
4 * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
5
6** Improvement
7 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
8 * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
9 * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
10 * [FELIX-876] - Specification auto import is not supported for simple component types
11
12
Clement Escoffier130ca572008-10-13 07:33:03 +000013Changes from 0.8.0 to 1.0.0
14---------------------------
15** Bug
Clement Escoffier3c9a4192009-01-15 14:48:59 +000016 * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
17 * [FELIX-697] - Generation of a duplicated field when using generics
18 * [FELIX-739] - iPOJO and annotations support when manipulating
19 * [FELIX-751] - Wrong access for setter methods
Clement Escoffier130ca572008-10-13 07:33:03 +000020
21** Improvement
Clement Escoffier3c9a4192009-01-15 14:48:59 +000022 * [FELIX-655] - Add a 'from' attribute in the service dependencies
23 * [FELIX-678] - Improve missing fields detection during the packaging process
24 * [FELIX-687] - Support inner and nested classes
25 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier130ca572008-10-13 07:33:03 +000026
27
Clement Escoffier03b51182008-05-16 20:46:55 +000028Version 0.8.0
29-------------
Clement Escoffier3c9a4192009-01-15 14:48:59 +000030 * Initial release