blob: 182ae57be72cdbddead62dc08e95ccafd6e0051c [file] [log] [blame]
Clement Escoffier3987da32012-10-28 13:40:50 +00001Changes from the 1.8.4 to 1.8.6
2-------------------------------
3
4** Bug
5 * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
6 * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
7 * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
8 * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
9 * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
10 * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
11 * [FELIX-3621] - Two dimensional array as argument to a method in a component
12
13
Clement Escoffier6beb9432012-03-30 07:27:45 +000014Changes from the 1.8.2 to 1.8.4
15-------------------------------
16
17** Bug
18 * [FELIX-3297] - iPOJO Manipulator throws ClassNotFoundException
19 * [FELIX-3359] - Turn around to avoid to use the split verifier on Java 7
20
Clement Escoffier195bb8f2011-12-06 15:04:44 +000021Changes in the 1.8.2
22--------------------
23
24** Bug
25 * [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files
26 * [FELIX-3012] - "Duplicate name&signature" problem
27 * [FELIX-3098] - iPOJO new manipulator crashes when using a custom reporter
28 * [FELIX-3145] - VerifyError on Java 7
29 * [FELIX-3249] - iPOJO Bnd Plugin do not write all the metadatas in the manifest
30
31** Improvement
32 * [FELIX-3017] - The manipulator should return the original class if it's already manipulated
33 * [FELIX-3078] - Introduce resource abstraction in the iPOJO manipulator
34 * [FELIX-3079] - Adapt the Ant task and the maven plugin to use the new manipulator capabilities
35 * [FELIX-3080] - Implement a BND plugin for iPOJO
36 * [FELIX-3131] - Elements and attributes should conserve the insertion order
37 * [FELIX-3204] - @Temporal should handle instantiation-time properties
38 * [FELIX-3244] - Manipulator : DefaultManifestBuilder should be more extensible