Clement Escoffier | 0630c6b | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 1 | Changes 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 Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 12 | Changes 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 Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 24 | Changes from 0.8.0 to 1.0.0
|
| 25 | ---------------------------
|
| 26 | ** Bug
|
Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 27 | * [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 Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 31 |
|
| 32 | ** Improvement
|
Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 33 | * [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 Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 37 |
|
| 38 |
|
Clement Escoffier | 659471e | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 39 | Version 0.8.0
|
| 40 | -------------
|
Clement Escoffier | 0630c6b | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 41 | * Initial release
|