blob: 18ae79781dc20b6f847b0a65b4b21cfa5c50df14 [file] [log] [blame]
Clement Escoffier14ef3cb2010-04-14 15:25:52 +00001Changes from the 1.4.2 to 1.6.0
2-------------------------------
3** Improvement
4 * [FELIX-1427] - Service injection with Smart Proxies
5 * [FELIX-1646] - Add @Handler annotation to declare handlers without metadata.xml
6 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
7
8** Wish
9 * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
10
11
Clement Escoffier7d84e9b2009-08-21 10:43:25 +000012Changes from the 1.4.0 to 1.4.2
13-------------------------------
14** Bug
15 * [FELIX-1411] - Issue on windows to find components inside bundle
Clement Escoffier87e038f2009-08-22 09:13:47 +000016 * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
Clement Escoffier7d84e9b2009-08-21 10:43:25 +000017
18
Clement Escoffier0630c6b2009-07-19 16:25:18 +000019Changes from 1.2.0 to 1.4.0
20---------------------------
21** Bug
22 * [FELIX-1302] - Manipulator never ignore annotations
23 * [FELIX-1319] - Issue in the metadata overiding analysis in iPOJO annotations
24
25** Improvement
26 * Update parent pom
27 * [FELIX-943] - Allow iPOJO manipulator to manipulate directories
28
29
Clement Escoffier1a862922009-01-15 14:48:59 +000030Changes from 1.0.0 to 1.2.0
31---------------------------
32** Bug
33 * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
34
35** Improvement
36 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
37 * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
38 * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
39 * [FELIX-876] - Specification auto import is not supported for simple component types
40
41
Clement Escoffier83507512008-10-13 07:33:03 +000042Changes from 0.8.0 to 1.0.0
43---------------------------
44** Bug
Clement Escoffier1a862922009-01-15 14:48:59 +000045 * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
46 * [FELIX-697] - Generation of a duplicated field when using generics
47 * [FELIX-739] - iPOJO and annotations support when manipulating
48 * [FELIX-751] - Wrong access for setter methods
Clement Escoffier83507512008-10-13 07:33:03 +000049
50** Improvement
Clement Escoffier1a862922009-01-15 14:48:59 +000051 * [FELIX-655] - Add a 'from' attribute in the service dependencies
52 * [FELIX-678] - Improve missing fields detection during the packaging process
53 * [FELIX-687] - Support inner and nested classes
54 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Clement Escoffier83507512008-10-13 07:33:03 +000055
56
Clement Escoffier659471e2008-05-16 20:46:55 +000057Version 0.8.0
58-------------
Clement Escoffier0630c6b2009-07-19 16:25:18 +000059 * Initial release