Clement Escoffier | 95c83b1 | 2011-02-07 15:54:51 +0000 | [diff] [blame] | 1 | Changes from the 1.8.0 to 1.8.2
|
| 2 | -------------------------------
|
| 3 | ** Bug
|
| 4 | * [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files
|
| 5 |
|
| 6 |
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 7 | Changes from the 1.6.4 to 1.8.0
|
| 8 | -------------------------------
|
| 9 | ** Bug
|
Clement Escoffier | 0482bcb | 2011-01-13 17:01:51 +0000 | [diff] [blame] | 10 | * [FELIX-2779] - iPOJO manipulator badly supports custom annotation attributes of type Class
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 11 | * [FELIX-2664] - Native methods should not be manipulated
|
| 12 |
|
| 13 | ** Improvement
|
| 14 | * [FELIX-1424] - Constructor Injection
|
| 15 | * [FELIX-1428] - Constructor injection of Configuration properties
|
| 16 | * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
|
| 17 | * [FELIX-2621] - Rename annotations to remove collisions
|
| 18 | * [FELIX-2622] - Support static service properties that are not mirrored into fields
|
| 19 | * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
|
| 20 | * [FELIX-2732] - [iPOJO] Service modified callback should define a default method name
|
| 21 | * [FELIX-2742] - Constructor injection of service dependencies
|
| 22 | * [FELIX-2743] - Modify Pojoization to be more easily customizable
|
| 23 | * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
|
| 24 |
|
Clement Escoffier | 7a87946 | 2010-07-03 15:23:31 +0000 | [diff] [blame] | 25 | Changes from the 1.6.2 to 1.6.4
|
| 26 | -------------------------------
|
| 27 | ** Bug
|
| 28 | * [FELIX-2430] - IPOJO manipulation (ant task) results in invalid classes throwing java.lang.VerifyError at runtime in InstanceManager
|
| 29 |
|
| 30 | ** Improvement
|
| 31 | * [FELIX-2420] - Enum support for @Property annotation
|
| 32 | * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 33 | * [FELIX-2485] - Improve the performance of the manipulator on large files
|
| 34 | * [FELIX-2542] - Annotations on methods parameters are not moved on public methods after manipulation
|
| 35 |
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 36 | Changes from the 1.6.0 to 1.6.2
|
| 37 | -------------------------------
|
| 38 | ** Improvement
|
| 39 | * [FELIX-2296] - Access to ServiceReference in iPOJO service.
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 40 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 41 | Changes from the 1.4.2 to 1.6.0
|
| 42 | -------------------------------
|
| 43 | ** Improvement
|
| 44 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 45 | * [FELIX-1646] - Add @Handler annotation to declare handlers without metadata.xml
|
| 46 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 47 |
|
| 48 | ** Wish
|
| 49 | * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 50 |
|
| 51 |
|
Clement Escoffier | 4360419 | 2009-08-21 10:43:25 +0000 | [diff] [blame] | 52 | Changes from the 1.4.0 to 1.4.2
|
| 53 | -------------------------------
|
| 54 | ** Bug
|
| 55 | * [FELIX-1411] - Issue on windows to find components inside bundle
|
Clement Escoffier | 09d5750 | 2009-08-22 09:13:47 +0000 | [diff] [blame] | 56 | * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 57 |
|
| 58 |
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 59 | Changes from 1.2.0 to 1.4.0
|
| 60 | ---------------------------
|
| 61 | ** Bug
|
| 62 | * [FELIX-1302] - Manipulator never ignore annotations
|
| 63 | * [FELIX-1319] - Issue in the metadata overiding analysis in iPOJO annotations
|
| 64 |
|
| 65 | ** Improvement
|
| 66 | * Update parent pom
|
| 67 | * [FELIX-943] - Allow iPOJO manipulator to manipulate directories
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 68 |
|
| 69 |
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 70 | Changes from 1.0.0 to 1.2.0
|
| 71 | ---------------------------
|
| 72 | ** Bug
|
| 73 | * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
|
| 74 |
|
| 75 | ** Improvement
|
| 76 | * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
|
| 77 | * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
|
| 78 | * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
|
| 79 | * [FELIX-876] - Specification auto import is not supported for simple component types
|
| 80 |
|
| 81 |
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 82 | Changes from 0.8.0 to 1.0.0
|
| 83 | ---------------------------
|
| 84 | ** Bug
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 85 | * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
|
| 86 | * [FELIX-697] - Generation of a duplicated field when using generics
|
| 87 | * [FELIX-739] - iPOJO and annotations support when manipulating
|
| 88 | * [FELIX-751] - Wrong access for setter methods
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 89 |
|
| 90 | ** Improvement
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 91 | * [FELIX-655] - Add a 'from' attribute in the service dependencies
|
| 92 | * [FELIX-678] - Improve missing fields detection during the packaging process
|
| 93 | * [FELIX-687] - Support inner and nested classes
|
| 94 | * [FELIX-716] - Provide XML schemas for iPOJO descriptors
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 95 |
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 96 |
|
Clement Escoffier | 03b5118 | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 97 | Version 0.8.0
|
| 98 | -------------
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 99 | * Initial release
|