Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 1 | Changes 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 Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 13 | Changes from 0.8.0 to 1.0.0
|
| 14 | ---------------------------
|
| 15 | ** Bug
|
Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 16 | * [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 Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 20 |
|
| 21 | ** Improvement
|
Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 22 | * [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 Escoffier | 8350751 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 26 |
|
| 27 |
|
Clement Escoffier | 659471e | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 28 | Version 0.8.0
|
| 29 | -------------
|
Clement Escoffier | 1a86292 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 30 | * Initial release |