blob: dd40a55a7d0d58f3acc9e6f6b46615cc05ac9f63 [file] [log] [blame]
Clement Escoffier99576cb2011-01-03 09:42:54 +00001Changes from the 1.6.4 to 1.8.0
2-------------------------------
3** Bug
4 * [FELIX-2664] - Native methods should not be manipulated
5
6** Improvement
7 * [FELIX-1424] - Constructor Injection
8 * [FELIX-1428] - Constructor injection of Configuration properties
9 * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
10 * [FELIX-2621] - Rename annotations to remove collisions
11 * [FELIX-2622] - Support static service properties that are not mirrored into fields
12 * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
13 * [FELIX-2732] - [iPOJO] Service modified callback should define a default method name
14 * [FELIX-2742] - Constructor injection of service dependencies
15 * [FELIX-2743] - Modify Pojoization to be more easily customizable
16 * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
17
Clement Escoffier8cf1e9b2010-07-03 15:23:31 +000018Changes from the 1.6.2 to 1.6.4
19-------------------------------
20** Bug
21 * [FELIX-2430] - IPOJO manipulation (ant task) results in invalid classes throwing java.lang.VerifyError at runtime in InstanceManager
22
23** Improvement
24 * [FELIX-2420] - Enum support for @Property annotation
25 * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
Clement Escoffier8563afc2010-08-29 09:05:18 +000026 * [FELIX-2485] - Improve the performance of the manipulator on large files
27 * [FELIX-2542] - Annotations on methods parameters are not moved on public methods after manipulation
28
Clement Escoffier253ed742010-05-12 08:01:59 +000029Changes from the 1.6.0 to 1.6.2
30-------------------------------
31** Improvement
32 * [FELIX-2296] - Access to ServiceReference in iPOJO service.
Clement Escoffier8563afc2010-08-29 09:05:18 +000033
Clement Escoffier14ef3cb2010-04-14 15:25:52 +000034Changes from the 1.4.2 to 1.6.0
35-------------------------------
36** Improvement
37 * [FELIX-1427] - Service injection with Smart Proxies
38 * [FELIX-1646] - Add @Handler annotation to declare handlers without metadata.xml
39 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
40
41** Wish
42 * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
Clement Escoffier8563afc2010-08-29 09:05:18 +000043
44
Clement Escoffier7d84e9b2009-08-21 10:43:25 +000045Changes from the 1.4.0 to 1.4.2
46-------------------------------
47** Bug
48 * [FELIX-1411] - Issue on windows to find components inside bundle
Clement Escoffier87e038f2009-08-22 09:13:47 +000049 * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
Clement Escoffier8563afc2010-08-29 09:05:18 +000050
51
Clement Escoffier0630c6b2009-07-19 16:25:18 +000052Changes from 1.2.0 to 1.4.0
53---------------------------
54** Bug
55 * [FELIX-1302] - Manipulator never ignore annotations
56 * [FELIX-1319] - Issue in the metadata overiding analysis in iPOJO annotations
57
58** Improvement
59 * Update parent pom
60 * [FELIX-943] - Allow iPOJO manipulator to manipulate directories
Clement Escoffier8563afc2010-08-29 09:05:18 +000061
62
Clement Escoffier1a862922009-01-15 14:48:59 +000063Changes from 1.0.0 to 1.2.0
64---------------------------
65** Bug
66 * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
67
68** Improvement
69 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
70 * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
71 * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
72 * [FELIX-876] - Specification auto import is not supported for simple component types
73
74
Clement Escoffier83507512008-10-13 07:33:03 +000075Changes from 0.8.0 to 1.0.0
76---------------------------
77** Bug
Clement Escoffier1a862922009-01-15 14:48:59 +000078 * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
79 * [FELIX-697] - Generation of a duplicated field when using generics
80 * [FELIX-739] - iPOJO and annotations support when manipulating
81 * [FELIX-751] - Wrong access for setter methods
Clement Escoffier83507512008-10-13 07:33:03 +000082
83** Improvement
Clement Escoffier1a862922009-01-15 14:48:59 +000084 * [FELIX-655] - Add a 'from' attribute in the service dependencies
85 * [FELIX-678] - Improve missing fields detection during the packaging process
86 * [FELIX-687] - Support inner and nested classes
87 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier83507512008-10-13 07:33:03 +000088
Clement Escoffier8563afc2010-08-29 09:05:18 +000089
Clement Escoffier659471e2008-05-16 20:46:55 +000090Version 0.8.0
91-------------
Clement Escoffier0630c6b2009-07-19 16:25:18 +000092 * Initial release