blob: 9a57b133238edaa6888ea6d8f90aa0094bb1d2c6 [file] [log] [blame]
Changes from the 1.8.6 to 1.8.10
--------------------------------
** Bug
* [FELIX-3827] - Error in bbd-ipojo-plugin of manipulating jar with embedded dependencies with maven bundle plugin + bnd-ipojo-plugin
* [FELIX-3900] - @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly
* [FELIX-3938] - maven-ipojo-plugin does not behave as bnd-ipojo-plugin
* [FELIX-3974] - Properties cannot be set as immutable using annotations
* [FELIX-3995] - Missing options in Bind annotation
* [FELIX-4027] - The iPOJO Ant task requires org.objectweb.asm.tree
* [FELIX-4046] - Inner class manipulation fails with expanded frames
* [FELIX-4052] - Instance declaration not created correctly when using @Instantiate if the @Component specifies a name
** Improvement
* [FELIX-3286] - Update POM to use the new parent
* [FELIX-3452] - Extending maven-ipojo-plugin with directoryManipulation support.
* [FELIX-3749] - Refactor the manipulator for better (and extensible) annotation support
* [FELIX-3837] - PojoizationPlugin should be more extensible
* [FELIX-3901] - Avoid converting Xml namespace declaration with @HandlerDeclaration
* [FELIX-3927] - Exclude iPOJO 2.0 packages during manipulation
** New Feature
* [FELIX-3699] - Allow annotations to handle custom component definitions.
* [FELIX-4059] - Provide a CLI tool to manipulate iPOJO bundles
** Task
* [FELIX-3903] - Migrate tests to pax exam 3
* [FELIX-3921] - Update pom to latest Felix's parent
* [FELIX-3976] - Move the online manipulator out of the core bundle
Changes from the 1.8.4 to 1.8.6
-------------------------------
** Bug
* [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
* [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
* [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
* [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
* [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
* [FELIX-3574] - IPojo bytecode manipulation looses method argument names
* [FELIX-3621] - Two dimensional array as argument to a method in a component
Changes from the 1.8.2 to 1.8.4
-------------------------------
** Bug
* [FELIX-3297] - iPOJO Manipulator throws ClassNotFoundException
* [FELIX-3359] - Turn around to avoid to use the split verifier on Java 7
Changes in the 1.8.2
--------------------
** Bug
* [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files
* [FELIX-3012] - "Duplicate name&signature" problem
* [FELIX-3098] - iPOJO new manipulator crashes when using a custom reporter
* [FELIX-3145] - VerifyError on Java 7
* [FELIX-3249] - iPOJO Bnd Plugin do not write all the metadatas in the manifest
** Improvement
* [FELIX-3017] - The manipulator should return the original class if it's already manipulated
* [FELIX-3078] - Introduce resource abstraction in the iPOJO manipulator
* [FELIX-3079] - Adapt the Ant task and the maven plugin to use the new manipulator capabilities
* [FELIX-3080] - Implement a BND plugin for iPOJO
* [FELIX-3131] - Elements and attributes should conserve the insertion order
* [FELIX-3204] - @Temporal should handle instantiation-time properties
* [FELIX-3244] - Manipulator : DefaultManifestBuilder should be more extensible