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