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