Clement Escoffier | 2ed091c | 2013-10-06 14:11:29 +0000 | [diff] [blame] | 1 | Changes from the 1.10.1 to 1.11.0 |
| 2 | --------------------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-4021] - maven-ipojo-plugin fails on WAR packaging |
| 6 | * [FELIX-4169] - bnd ipojo plugin adds components description to MANIFEST when they are already therein |
| 7 | * [FELIX-4219] - Variables named not stored in bytecode for constructors during manipulation |
| 8 | * [FELIX-4247] - Memory leak with ServiceUsage and inner class (Listener style) |
| 9 | |
| 10 | ** Improvement |
| 11 | * [FELIX-4112] - Add meta annotations for handler description |
| 12 | * [FELIX-4269] - Introduce an enumeration to configure binding policy from the annotation |
| 13 | |
| 14 | ** Task |
| 15 | * [FELIX-4134] - Move integration-tests to the reactor |
| 16 | * [FELIX-4151] - Fix mistakes in the javadoc tags |
| 17 | * [FELIX-4155] - Update bnd-ipojo-plugin for bndlib 2.x |
| 18 | * [FELIX-4156] - Fix versions of maven plugins |
| 19 | * [FELIX-4270] - Bump iPOJO package version to 1.11.0 |
| 20 | |
| 21 | ** Sub-task |
| 22 | * [FELIX-4253] - Add methods from inner classes in the metadata collected during the manipulation |
| 23 | * [FELIX-4254] - Specify the method id of methods from inner class |
| 24 | * [FELIX-4255] - Extend the inner class manipulation to allow method interception |
| 25 | * [FELIX-4256] - Avoid manipulation native and static methods from inner classes |
| 26 | |
Clement Escoffier | 133c3c0 | 2013-06-15 07:25:56 +0000 | [diff] [blame] | 27 | Changes from the 1.10.0 to 1.10.1 |
| 28 | --------------------------------- |
| 29 | |
| 30 | ** Bug |
| 31 | * [FELIX-4077] - Fix documentation urls in maven projects |
| 32 | * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations |
| 33 | * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern |
| 34 | * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute |
| 35 | |
| 36 | ** Improvement |
| 37 | * [FELIX-4094] - Recognize add/remove method naming pattern |
| 38 | |
| 39 | ** New Feature |
| 40 | * [FELIX-4095] - Add CDI-like @Stereotype |
| 41 | |
| 42 | ** Task |
| 43 | * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project |
| 44 | * [FELIX-4103] - Skip deployment of it-tests |
| 45 | * [FELIX-4104] - Do not run integration-tests in the default build |
| 46 | |
| 47 | Changes from the 1.8.6 to 1.10.0 |
Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 48 | -------------------------------- |
| 49 | |
| 50 | ** Bug |
| 51 | * [FELIX-3827] - Error in bbd-ipojo-plugin of manipulating jar with embedded dependencies with maven bundle plugin + bnd-ipojo-plugin |
| 52 | * [FELIX-3900] - @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly |
| 53 | * [FELIX-3938] - maven-ipojo-plugin does not behave as bnd-ipojo-plugin |
| 54 | * [FELIX-3974] - Properties cannot be set as immutable using annotations |
| 55 | * [FELIX-3995] - Missing options in Bind annotation |
| 56 | * [FELIX-4027] - The iPOJO Ant task requires org.objectweb.asm.tree |
| 57 | * [FELIX-4046] - Inner class manipulation fails with expanded frames |
| 58 | * [FELIX-4052] - Instance declaration not created correctly when using @Instantiate if the @Component specifies a name |
| 59 | |
| 60 | ** Improvement |
| 61 | * [FELIX-3286] - Update POM to use the new parent |
| 62 | * [FELIX-3452] - Extending maven-ipojo-plugin with directoryManipulation support. |
| 63 | * [FELIX-3749] - Refactor the manipulator for better (and extensible) annotation support |
| 64 | * [FELIX-3837] - PojoizationPlugin should be more extensible |
| 65 | * [FELIX-3901] - Avoid converting Xml namespace declaration with @HandlerDeclaration |
| 66 | * [FELIX-3927] - Exclude iPOJO 2.0 packages during manipulation |
| 67 | |
| 68 | ** New Feature |
| 69 | * [FELIX-3699] - Allow annotations to handle custom component definitions. |
| 70 | * [FELIX-4059] - Provide a CLI tool to manipulate iPOJO bundles |
| 71 | |
| 72 | ** Task |
| 73 | * [FELIX-3903] - Migrate tests to pax exam 3 |
| 74 | * [FELIX-3921] - Update pom to latest Felix's parent |
| 75 | * [FELIX-3976] - Move the online manipulator out of the core bundle |
| 76 | |
Clement Escoffier | 3987da3 | 2012-10-28 13:40:50 +0000 | [diff] [blame] | 77 | Changes from the 1.8.4 to 1.8.6 |
| 78 | ------------------------------- |
| 79 | |
| 80 | ** Bug |
| 81 | * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST |
| 82 | * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account. |
| 83 | * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata |
| 84 | * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames |
| 85 | * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable |
| 86 | * [FELIX-3574] - IPojo bytecode manipulation looses method argument names |
| 87 | * [FELIX-3621] - Two dimensional array as argument to a method in a component |
| 88 | |
Clement Escoffier | 6beb943 | 2012-03-30 07:27:45 +0000 | [diff] [blame] | 89 | Changes from the 1.8.2 to 1.8.4 |
| 90 | ------------------------------- |
| 91 | |
| 92 | ** Bug |
| 93 | * [FELIX-3297] - iPOJO Manipulator throws ClassNotFoundException |
| 94 | * [FELIX-3359] - Turn around to avoid to use the split verifier on Java 7 |
| 95 | * [FELIX-3389] - Bnd iPOJO Plugin ignores annotated components |
| 96 | * [FELIX-3391] - Unexpected warning when using bnd-ipojo-plugin |
| 97 | |
Clement Escoffier | 195bb8f | 2011-12-06 15:04:44 +0000 | [diff] [blame] | 98 | Changes in the 1.8.2 |
| 99 | -------------------- |
| 100 | |
| 101 | ** Bug |
| 102 | * [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files |
| 103 | * [FELIX-3012] - "Duplicate name&signature" problem |
| 104 | * [FELIX-3098] - iPOJO new manipulator crashes when using a custom reporter |
| 105 | * [FELIX-3145] - VerifyError on Java 7 |
| 106 | * [FELIX-3249] - iPOJO Bnd Plugin do not write all the metadatas in the manifest |
| 107 | |
| 108 | ** Improvement |
| 109 | * [FELIX-3017] - The manipulator should return the original class if it's already manipulated |
| 110 | * [FELIX-3078] - Introduce resource abstraction in the iPOJO manipulator |
| 111 | * [FELIX-3079] - Adapt the Ant task and the maven plugin to use the new manipulator capabilities |
| 112 | * [FELIX-3080] - Implement a BND plugin for iPOJO |
| 113 | * [FELIX-3131] - Elements and attributes should conserve the insertion order |
| 114 | * [FELIX-3204] - @Temporal should handle instantiation-time properties |
| 115 | * [FELIX-3244] - Manipulator : DefaultManifestBuilder should be more extensible |