Clement Escoffier | 6beb943 | 2012-03-30 07:27:45 +0000 | [diff] [blame] | 1 | Changes 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 Escoffier | 195bb8f | 2011-12-06 15:04:44 +0000 | [diff] [blame] | 8 | Changes in the 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 |