blob: dcbfcdc4a86cee84ef55229fed14c1f9ab3fdfc9 [file] [log] [blame]
Clement Escoffier162697b2010-05-12 08:01:59 +00001Changes from the 1.6.0 to 1.6.2
2-------------------------------
3** Improvement
4 * [FELIX-2296] - Access to ServiceReference in iPOJO service.
5
Clement Escoffiere99f0d32010-04-14 15:25:52 +00006Changes from the 1.4.2 to 1.6.0
7-------------------------------
8** Improvement
9 * [FELIX-1427] - Service injection with Smart Proxies
10 * [FELIX-1646] - Add @Handler annotation to declare handlers without metadata.xml
11 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
12
13** Wish
14 * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
15
16
Clement Escoffier43604192009-08-21 10:43:25 +000017Changes from the 1.4.0 to 1.4.2
18-------------------------------
19** Bug
20 * [FELIX-1411] - Issue on windows to find components inside bundle
Clement Escoffier09d57502009-08-22 09:13:47 +000021 * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
Clement Escoffier43604192009-08-21 10:43:25 +000022
23
Clement Escoffierbfa74d02009-07-19 16:25:18 +000024Changes from 1.2.0 to 1.4.0
25---------------------------
26** Bug
27 * [FELIX-1302] - Manipulator never ignore annotations
28 * [FELIX-1319] - Issue in the metadata overiding analysis in iPOJO annotations
29
30** Improvement
31 * Update parent pom
32 * [FELIX-943] - Allow iPOJO manipulator to manipulate directories
33
34
Clement Escoffier3c9a4192009-01-15 14:48:59 +000035Changes from 1.0.0 to 1.2.0
36---------------------------
37** Bug
38 * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
39
40** Improvement
41 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
42 * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
43 * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
44 * [FELIX-876] - Specification auto import is not supported for simple component types
45
46
Clement Escoffier130ca572008-10-13 07:33:03 +000047Changes from 0.8.0 to 1.0.0
48---------------------------
49** Bug
Clement Escoffier3c9a4192009-01-15 14:48:59 +000050 * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
51 * [FELIX-697] - Generation of a duplicated field when using generics
52 * [FELIX-739] - iPOJO and annotations support when manipulating
53 * [FELIX-751] - Wrong access for setter methods
Clement Escoffier130ca572008-10-13 07:33:03 +000054
55** Improvement
Clement Escoffier3c9a4192009-01-15 14:48:59 +000056 * [FELIX-655] - Add a 'from' attribute in the service dependencies
57 * [FELIX-678] - Improve missing fields detection during the packaging process
58 * [FELIX-687] - Support inner and nested classes
59 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier130ca572008-10-13 07:33:03 +000060
61
Clement Escoffier03b51182008-05-16 20:46:55 +000062Version 0.8.0
63-------------
Clement Escoffierbfa74d02009-07-19 16:25:18 +000064 * Initial release