blob: d40155114e9d0ae023f3bbd8f6950314ce5e2634 [file] [log] [blame]
Clement Escoffier195bb8f2011-12-06 15:04:44 +00001Changes from the 1.8.0 to 1.8.2
2-------------------------------
3
4** Bug
5 * [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files
6 * [FELIX-3012] - "Duplicate name&signature" problem
7 * [FELIX-3098] - iPOJO new manipulator crashes when using a custom reporter
8 * [FELIX-3145] - VerifyError on Java 7
9 * [FELIX-3249] - iPOJO Bnd Plugin do not write all the metadatas in the manifest
10
11** Improvement
12 * [FELIX-3017] - The manipulator should return the original class if it's already manipulated
13 * [FELIX-3078] - Introduce resource abstraction in the iPOJO manipulator
14 * [FELIX-3079] - Adapt the Ant task and the maven plugin to use the new manipulator capabilities
15 * [FELIX-3080] - Implement a BND plugin for iPOJO
16 * [FELIX-3131] - Elements and attributes should conserve the insertion order
17 * [FELIX-3204] - @Temporal should handle instantiation-time properties
18 * [FELIX-3244] - Manipulator : DefaultManifestBuilder should be more extensible
19
Clement Escoffier803526d2011-12-03 09:12:04 +000020Changes from the 1.6.0 to 1.8.0
21-------------------------------
22** Improvement
23 * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
24
25Changes from the 1.4.2 to 1.6.0
26-------------------------------
27** Bug
28 * [FELIX-1411] - Issue on windows to find components inside bundle
29
30** Improvement
31 * [FELIX-1427] - Service injection with Smart Proxies
32 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
33
34
35Changes from the 1.4.0 to 1.4.2
36-------------------------------
37** Bug
38 * [FELIX-1411] - Issue on windows to find components inside bundle
39
40
41Changes from 1.2.0 to 1.4.0
42---------------------------
43** Bug
44 * [FELIX-1302] - Manipulator never ignore annotations
45
46** Improvement
47 * Update parent pom
48
49
50Changes from 1.0.0 to 1.2.0
51---------------------------
52** Improvement
53 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
54
55Changes from 0.8.1 to 1.0.0
56---------------------------
57** Bug
58 * Update contained Xerces packages to support XML-Schemas
59
60** Improvement
61 * Embed the latest manipulator
62
63Version 0.8.1
64-------------
65 * Initial release