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