blob: c1f69c3672806c8971256523b170e0eec9a6f417 [file] [log] [blame]
Clement Escoffier1f052432011-12-06 15:04:44 +00001Changes in the 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