Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 1 | Changes from the 1.8.6 to 1.8.10
|
| 2 | --------------------------------
|
| 3 |
|
| 4 | ** Bug
|
| 5 | * [FELIX-3827] - Error in bbd-ipojo-plugin of manipulating jar with embedded dependencies with maven bundle plugin + bnd-ipojo-plugin
|
| 6 | * [FELIX-3900] - @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly
|
| 7 | * [FELIX-3938] - maven-ipojo-plugin does not behave as bnd-ipojo-plugin
|
| 8 | * [FELIX-3974] - Properties cannot be set as immutable using annotations
|
| 9 | * [FELIX-3995] - Missing options in Bind annotation
|
| 10 | * [FELIX-4027] - The iPOJO Ant task requires org.objectweb.asm.tree
|
| 11 | * [FELIX-4046] - Inner class manipulation fails with expanded frames
|
| 12 | * [FELIX-4052] - Instance declaration not created correctly when using @Instantiate if the @Component specifies a name
|
| 13 |
|
| 14 | ** Improvement
|
| 15 | * [FELIX-3286] - Update POM to use the new parent
|
| 16 | * [FELIX-3452] - Extending maven-ipojo-plugin with directoryManipulation support.
|
| 17 | * [FELIX-3749] - Refactor the manipulator for better (and extensible) annotation support
|
| 18 | * [FELIX-3837] - PojoizationPlugin should be more extensible
|
| 19 | * [FELIX-3901] - Avoid converting Xml namespace declaration with @HandlerDeclaration
|
| 20 | * [FELIX-3927] - Exclude iPOJO 2.0 packages during manipulation
|
| 21 |
|
| 22 | ** New Feature
|
| 23 | * [FELIX-3699] - Allow annotations to handle custom component definitions.
|
| 24 | * [FELIX-4059] - Provide a CLI tool to manipulate iPOJO bundles
|
| 25 |
|
| 26 | ** Task
|
| 27 | * [FELIX-3903] - Migrate tests to pax exam 3
|
| 28 | * [FELIX-3921] - Update pom to latest Felix's parent
|
| 29 | * [FELIX-3976] - Move the online manipulator out of the core bundle
|
| 30 |
|
Clement Escoffier | 3987da3 | 2012-10-28 13:40:50 +0000 | [diff] [blame] | 31 | Changes from the 1.8.4 to 1.8.6
|
| 32 | -------------------------------
|
| 33 |
|
| 34 | ** Bug
|
| 35 | * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
|
| 36 | * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
|
| 37 | * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
|
| 38 | * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
|
| 39 | * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
|
| 40 | * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
|
| 41 | * [FELIX-3621] - Two dimensional array as argument to a method in a component
|
| 42 |
|
Clement Escoffier | 6beb943 | 2012-03-30 07:27:45 +0000 | [diff] [blame] | 43 | Changes from the 1.8.2 to 1.8.4
|
| 44 | -------------------------------
|
| 45 |
|
| 46 | ** Bug
|
| 47 | * [FELIX-3297] - iPOJO Manipulator throws ClassNotFoundException
|
| 48 | * [FELIX-3359] - Turn around to avoid to use the split verifier on Java 7
|
| 49 |
|
Clement Escoffier | 195bb8f | 2011-12-06 15:04:44 +0000 | [diff] [blame] | 50 | Changes from the 1.8.0 to 1.8.2
|
| 51 | -------------------------------
|
| 52 |
|
| 53 | ** Bug
|
| 54 | * [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files
|
| 55 | * [FELIX-3012] - "Duplicate name&signature" problem
|
| 56 | * [FELIX-3098] - iPOJO new manipulator crashes when using a custom reporter
|
| 57 | * [FELIX-3145] - VerifyError on Java 7
|
| 58 | * [FELIX-3249] - iPOJO Bnd Plugin do not write all the metadatas in the manifest
|
| 59 |
|
| 60 | ** Improvement
|
| 61 | * [FELIX-3017] - The manipulator should return the original class if it's already manipulated
|
| 62 | * [FELIX-3078] - Introduce resource abstraction in the iPOJO manipulator
|
| 63 | * [FELIX-3079] - Adapt the Ant task and the maven plugin to use the new manipulator capabilities
|
| 64 | * [FELIX-3080] - Implement a BND plugin for iPOJO
|
| 65 | * [FELIX-3131] - Elements and attributes should conserve the insertion order
|
| 66 | * [FELIX-3204] - @Temporal should handle instantiation-time properties
|
| 67 | * [FELIX-3244] - Manipulator : DefaultManifestBuilder should be more extensible
|
| 68 |
|
Clement Escoffier | 803526d | 2011-12-03 09:12:04 +0000 | [diff] [blame] | 69 | Changes from the 1.6.0 to 1.8.0
|
| 70 | -------------------------------
|
| 71 | ** Improvement
|
| 72 | * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
|
| 73 |
|
| 74 | Changes from the 1.4.2 to 1.6.0
|
| 75 | -------------------------------
|
| 76 | ** Bug
|
| 77 | * [FELIX-1411] - Issue on windows to find components inside bundle
|
| 78 |
|
| 79 | ** Improvement
|
| 80 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 81 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 82 |
|
| 83 |
|
| 84 | Changes from the 1.4.0 to 1.4.2
|
| 85 | -------------------------------
|
| 86 | ** Bug
|
| 87 | * [FELIX-1411] - Issue on windows to find components inside bundle
|
| 88 |
|
| 89 |
|
| 90 | Changes from 1.2.0 to 1.4.0
|
| 91 | ---------------------------
|
| 92 | ** Bug
|
| 93 | * [FELIX-1302] - Manipulator never ignore annotations
|
| 94 |
|
| 95 | ** Improvement
|
| 96 | * Update parent pom
|
| 97 |
|
| 98 |
|
| 99 | Changes from 1.0.0 to 1.2.0
|
| 100 | ---------------------------
|
| 101 | ** Improvement
|
| 102 | * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
|
| 103 |
|
| 104 | Changes from 0.8.1 to 1.0.0
|
| 105 | ---------------------------
|
| 106 | ** Bug
|
| 107 | * Update contained Xerces packages to support XML-Schemas
|
| 108 |
|
| 109 | ** Improvement
|
| 110 | * Embed the latest manipulator
|
| 111 |
|
| 112 | Version 0.8.1
|
| 113 | -------------
|
| 114 | * Initial release
|