Clement Escoffier | 7a87946 | 2010-07-03 15:23:31 +0000 | [diff] [blame] | 1 | Changes from the 1.6.2 to 1.6.4
|
| 2 | -------------------------------
|
| 3 | ** Bug
|
| 4 | * [FELIX-2430] - IPOJO manipulation (ant task) results in invalid classes throwing java.lang.VerifyError at runtime in InstanceManager
|
| 5 |
|
| 6 | ** Improvement
|
| 7 | * [FELIX-2420] - Enum support for @Property annotation
|
| 8 | * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
|
| 9 |
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 10 | Changes from the 1.6.0 to 1.6.2
|
| 11 | -------------------------------
|
| 12 | ** Improvement
|
| 13 | * [FELIX-2296] - Access to ServiceReference in iPOJO service.
|
| 14 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 15 | Changes from the 1.4.2 to 1.6.0
|
| 16 | -------------------------------
|
| 17 | ** Improvement
|
| 18 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 19 | * [FELIX-1646] - Add @Handler annotation to declare handlers without metadata.xml
|
| 20 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 21 |
|
| 22 | ** Wish
|
| 23 | * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
|
| 24 |
|
| 25 |
|
Clement Escoffier | 4360419 | 2009-08-21 10:43:25 +0000 | [diff] [blame] | 26 | Changes from the 1.4.0 to 1.4.2
|
| 27 | -------------------------------
|
| 28 | ** Bug
|
| 29 | * [FELIX-1411] - Issue on windows to find components inside bundle
|
Clement Escoffier | 09d5750 | 2009-08-22 09:13:47 +0000 | [diff] [blame] | 30 | * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
|
Clement Escoffier | 4360419 | 2009-08-21 10:43:25 +0000 | [diff] [blame] | 31 |
|
| 32 |
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 33 | Changes from 1.2.0 to 1.4.0
|
| 34 | ---------------------------
|
| 35 | ** Bug
|
| 36 | * [FELIX-1302] - Manipulator never ignore annotations
|
| 37 | * [FELIX-1319] - Issue in the metadata overiding analysis in iPOJO annotations
|
| 38 |
|
| 39 | ** Improvement
|
| 40 | * Update parent pom
|
| 41 | * [FELIX-943] - Allow iPOJO manipulator to manipulate directories
|
| 42 |
|
| 43 |
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 44 | Changes from 1.0.0 to 1.2.0
|
| 45 | ---------------------------
|
| 46 | ** Bug
|
| 47 | * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
|
| 48 |
|
| 49 | ** Improvement
|
| 50 | * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
|
| 51 | * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
|
| 52 | * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
|
| 53 | * [FELIX-876] - Specification auto import is not supported for simple component types
|
| 54 |
|
| 55 |
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 56 | Changes from 0.8.0 to 1.0.0
|
| 57 | ---------------------------
|
| 58 | ** Bug
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 59 | * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
|
| 60 | * [FELIX-697] - Generation of a duplicated field when using generics
|
| 61 | * [FELIX-739] - iPOJO and annotations support when manipulating
|
| 62 | * [FELIX-751] - Wrong access for setter methods
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 63 |
|
| 64 | ** Improvement
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 65 | * [FELIX-655] - Add a 'from' attribute in the service dependencies
|
| 66 | * [FELIX-678] - Improve missing fields detection during the packaging process
|
| 67 | * [FELIX-687] - Support inner and nested classes
|
| 68 | * [FELIX-716] - Provide XML schemas for iPOJO descriptors
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 69 |
|
| 70 |
|
Clement Escoffier | 03b5118 | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 71 | Version 0.8.0
|
| 72 | -------------
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 73 | * Initial release
|