blob: 1a1a37fbefee79c9cb1cc41b26198d86645b5abf [file] [log] [blame]
Clement Escoffier7a879462010-07-03 15:23:31 +00001Changes 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
Clement Escoffier6191b082010-08-29 09:05:18 +00009 * [FELIX-2485] - Improve the performance of the manipulator on large files
10 * [FELIX-2542] - Annotations on methods parameters are not moved on public methods after manipulation
11
Clement Escoffier162697b2010-05-12 08:01:59 +000012Changes from the 1.6.0 to 1.6.2
13-------------------------------
14** Improvement
15 * [FELIX-2296] - Access to ServiceReference in iPOJO service.
Clement Escoffier6191b082010-08-29 09:05:18 +000016
Clement Escoffiere99f0d32010-04-14 15:25:52 +000017Changes from the 1.4.2 to 1.6.0
18-------------------------------
19** Improvement
20 * [FELIX-1427] - Service injection with Smart Proxies
21 * [FELIX-1646] - Add @Handler annotation to declare handlers without metadata.xml
22 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
23
24** Wish
25 * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
Clement Escoffier6191b082010-08-29 09:05:18 +000026
27
Clement Escoffier43604192009-08-21 10:43:25 +000028Changes from the 1.4.0 to 1.4.2
29-------------------------------
30** Bug
31 * [FELIX-1411] - Issue on windows to find components inside bundle
Clement Escoffier09d57502009-08-22 09:13:47 +000032 * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
Clement Escoffier6191b082010-08-29 09:05:18 +000033
34
Clement Escoffierbfa74d02009-07-19 16:25:18 +000035Changes from 1.2.0 to 1.4.0
36---------------------------
37** Bug
38 * [FELIX-1302] - Manipulator never ignore annotations
39 * [FELIX-1319] - Issue in the metadata overiding analysis in iPOJO annotations
40
41** Improvement
42 * Update parent pom
43 * [FELIX-943] - Allow iPOJO manipulator to manipulate directories
Clement Escoffier6191b082010-08-29 09:05:18 +000044
45
Clement Escoffier3c9a4192009-01-15 14:48:59 +000046Changes from 1.0.0 to 1.2.0
47---------------------------
48** Bug
49 * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
50
51** Improvement
52 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
53 * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
54 * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
55 * [FELIX-876] - Specification auto import is not supported for simple component types
56
57
Clement Escoffier130ca572008-10-13 07:33:03 +000058Changes from 0.8.0 to 1.0.0
59---------------------------
60** Bug
Clement Escoffier3c9a4192009-01-15 14:48:59 +000061 * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
62 * [FELIX-697] - Generation of a duplicated field when using generics
63 * [FELIX-739] - iPOJO and annotations support when manipulating
64 * [FELIX-751] - Wrong access for setter methods
Clement Escoffier130ca572008-10-13 07:33:03 +000065
66** Improvement
Clement Escoffier3c9a4192009-01-15 14:48:59 +000067 * [FELIX-655] - Add a 'from' attribute in the service dependencies
68 * [FELIX-678] - Improve missing fields detection during the packaging process
69 * [FELIX-687] - Support inner and nested classes
70 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier130ca572008-10-13 07:33:03 +000071
Clement Escoffier6191b082010-08-29 09:05:18 +000072
Clement Escoffier03b51182008-05-16 20:46:55 +000073Version 0.8.0
74-------------
Clement Escoffierbfa74d02009-07-19 16:25:18 +000075 * Initial release