Clement Escoffier | 3987da3 | 2012-10-28 13:40:50 +0000 | [diff] [blame] | 1 | Changes 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 |
|
Clement Escoffier | 6beb943 | 2012-03-30 07:27:45 +0000 | [diff] [blame] | 13 | Changes from the 1.8.2 to 1.8.4
|
| 14 | -------------------------------
|
| 15 |
|
| 16 | ** Bug
|
| 17 | * [FELIX-3297] - iPOJO Manipulator throws ClassNotFoundException
|
| 18 | * [FELIX-3359] - Turn around to avoid to use the split verifier on Java 7
|
| 19 |
|
| 20 | ** Improvement
|
| 21 | * [FELIX-3384] - Ensure maven-ipojo-plugin is thread-safe for parallel maven builds
|
| 22 |
|
Clement Escoffier | bf9cacd | 2011-12-03 09:11:15 +0000 | [diff] [blame] | 23 | Changes from the 1.8.0 to 1.8.2
|
| 24 | -------------------------------
|
Clement Escoffier | 195bb8f | 2011-12-06 15:04:44 +0000 | [diff] [blame] | 25 |
|
Clement Escoffier | bf9cacd | 2011-12-03 09:11:15 +0000 | [diff] [blame] | 26 | ** Bug
|
| 27 | * [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files
|
| 28 | * [FELIX-2829] - The maven-ipojo-plugin archetype descriptor is not conform
|
| 29 | * [FELIX-2833] - The maven-ipojo-plugin does not support manipulating artifact with a classifier
|
Clement Escoffier | 195bb8f | 2011-12-06 15:04:44 +0000 | [diff] [blame] | 30 | * [FELIX-3012] - "Duplicate name&signature" problem
|
| 31 | * [FELIX-3098] - iPOJO new manipulator crashes when using a custom reporter
|
| 32 | * [FELIX-3145] - VerifyError on Java 7
|
| 33 | * [FELIX-3249] - iPOJO Bnd Plugin do not write all the metadatas in the manifest
|
| 34 |
|
| 35 | ** Improvement
|
| 36 | * [FELIX-3017] - The manipulator should return the original class if it's already manipulated
|
| 37 | * [FELIX-3078] - Introduce resource abstraction in the iPOJO manipulator
|
| 38 | * [FELIX-3079] - Adapt the Ant task and the maven plugin to use the new manipulator capabilities
|
| 39 | * [FELIX-3080] - Implement a BND plugin for iPOJO
|
| 40 | * [FELIX-3131] - Elements and attributes should conserve the insertion order
|
| 41 | * [FELIX-3204] - @Temporal should handle instantiation-time properties
|
| 42 | * [FELIX-3244] - Manipulator : DefaultManifestBuilder should be more extensible
|
| 43 |
|
Clement Escoffier | bf9cacd | 2011-12-03 09:11:15 +0000 | [diff] [blame] | 44 |
|
| 45 | Changes from the 1.6.0 to 1.8.0
|
| 46 | -------------------------------
|
| 47 | ** Improvement
|
| 48 | * [FELIX-2733] - The maven-ipojo-plugin should support JAR and WAR as packaging type
|
| 49 | * [FELIX-2744] - Add annotations to the maven-ipojo-plugin archetype
|
| 50 | * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
|
| 51 |
|
| 52 | Changes from the 1.4.2 to 1.6.0
|
| 53 | -------------------------------
|
| 54 | ** Bug
|
| 55 | * [FELIX-1411] - Issue on windows to find components inside bundle
|
| 56 |
|
| 57 | ** Improvement
|
| 58 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 59 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 60 |
|
| 61 |
|
| 62 | Changes from the 1.4.0 to 1.4.2
|
| 63 | -------------------------------
|
| 64 | ** Bug
|
| 65 | * [FELIX-1411] - Issue on windows to find components inside bundle
|
| 66 |
|
| 67 |
|
| 68 | Changes from 1.2.0 to 1.4.0
|
| 69 | ---------------------------
|
| 70 | ** Bug
|
| 71 | * [FELIX-1302] - Manipulator never ignore annotations
|
| 72 |
|
| 73 | ** Improvement
|
| 74 | * Update parent pom
|
| 75 |
|
| 76 |
|
| 77 | Changes from 1.0.0 to 1.2.0
|
| 78 | ---------------------------
|
| 79 | ** Improvement
|
| 80 | * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
|
| 81 | * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
|
| 82 |
|
| 83 | Changes from 0.8.0 to 1.0.0
|
| 84 | ---------------------------
|
| 85 | ** Improvement
|
| 86 | * Embed the latest manipulator
|
| 87 |
|
| 88 | Version 0.8.0
|
| 89 | -------------
|
| 90 | * Initial release
|