Clement Escoffier | a7a9fb8 | 2014-03-10 19:10:38 +0000 | [diff] [blame] | 1 | Changes from the 1.11.1 to 1.11.2
|
| 2 | ---------------------------------
|
| 3 |
|
| 4 | ** Bug
|
| 5 | * [FELIX-4453] - Introduce manipulator BOM (Bill of Material)
|
| 6 |
|
| 7 | ** Improvement
|
| 8 | * [FELIX-4454] - Online manipulator should be able to take advantage of Stereotypes
|
| 9 |
|
Clement Escoffier | 17ffca9 | 2014-01-19 15:36:12 +0000 | [diff] [blame] | 10 | Changes from the 1.11.0 to 1.11.1
|
| 11 | ---------------------------------
|
| 12 |
|
| 13 | ** Bug
|
| 14 | * [FELIX-4340] - Flex iPOJO online manipulator error if metadata.xml file not supplied
|
| 15 | * [FELIX-4347] - should ignore inner classes that are assigned to static fields
|
| 16 |
|
Clement Escoffier | 2ed091c | 2013-10-06 14:11:29 +0000 | [diff] [blame] | 17 | Changes from the 1.10.1 to 1.11.0
|
| 18 | ---------------------------------
|
| 19 |
|
| 20 | ** Bug
|
| 21 | * [FELIX-4021] - maven-ipojo-plugin fails on WAR packaging
|
Clement Escoffier | 2ed091c | 2013-10-06 14:11:29 +0000 | [diff] [blame] | 22 | * [FELIX-4219] - Variables named not stored in bytecode for constructors during manipulation
|
| 23 | * [FELIX-4247] - Memory leak with ServiceUsage and inner class (Listener style)
|
| 24 |
|
| 25 | ** Improvement
|
| 26 | * [FELIX-4112] - Add meta annotations for handler description
|
| 27 | * [FELIX-4269] - Introduce an enumeration to configure binding policy from the annotation
|
| 28 |
|
| 29 | ** Task
|
| 30 | * [FELIX-4134] - Move integration-tests to the reactor
|
| 31 | * [FELIX-4151] - Fix mistakes in the javadoc tags
|
| 32 | * [FELIX-4155] - Update bnd-ipojo-plugin for bndlib 2.x
|
| 33 | * [FELIX-4156] - Fix versions of maven plugins
|
| 34 | * [FELIX-4270] - Bump iPOJO package version to 1.11.0
|
| 35 |
|
| 36 | ** Sub-task
|
| 37 | * [FELIX-4253] - Add methods from inner classes in the metadata collected during the manipulation
|
| 38 | * [FELIX-4254] - Specify the method id of methods from inner class
|
| 39 | * [FELIX-4255] - Extend the inner class manipulation to allow method interception
|
| 40 | * [FELIX-4256] - Avoid manipulation native and static methods from inner classes
|
| 41 |
|
Clement Escoffier | 133c3c0 | 2013-06-15 07:25:56 +0000 | [diff] [blame] | 42 | Changes from the 1.10.0 to 1.10.1
|
| 43 | ---------------------------------
|
| 44 |
|
| 45 | ** Bug
|
| 46 | * [FELIX-4077] - Fix documentation urls in maven projects
|
| 47 | * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations
|
| 48 | * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern
|
| 49 | * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute
|
| 50 |
|
| 51 | ** Improvement
|
| 52 | * [FELIX-4094] - Recognize add/remove method naming pattern
|
| 53 |
|
| 54 | ** New Feature
|
| 55 | * [FELIX-4095] - Add CDI-like @Stereotype
|
| 56 |
|
| 57 | ** Task
|
| 58 | * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project
|
| 59 | * [FELIX-4103] - Skip deployment of it-tests
|
| 60 | * [FELIX-4104] - Do not run integration-tests in the default build
|
| 61 |
|
| 62 | Changes from the 1.8.6 to 1.10.0
|
Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 63 | --------------------------------
|
| 64 |
|
| 65 | ** Bug
|
| 66 | * [FELIX-3827] - Error in bbd-ipojo-plugin of manipulating jar with embedded dependencies with maven bundle plugin + bnd-ipojo-plugin
|
| 67 | * [FELIX-3900] - @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly
|
| 68 | * [FELIX-3938] - maven-ipojo-plugin does not behave as bnd-ipojo-plugin
|
| 69 | * [FELIX-3974] - Properties cannot be set as immutable using annotations
|
| 70 | * [FELIX-3995] - Missing options in Bind annotation
|
| 71 | * [FELIX-4027] - The iPOJO Ant task requires org.objectweb.asm.tree
|
| 72 | * [FELIX-4046] - Inner class manipulation fails with expanded frames
|
| 73 | * [FELIX-4052] - Instance declaration not created correctly when using @Instantiate if the @Component specifies a name
|
| 74 |
|
| 75 | ** Improvement
|
| 76 | * [FELIX-3286] - Update POM to use the new parent
|
| 77 | * [FELIX-3452] - Extending maven-ipojo-plugin with directoryManipulation support.
|
| 78 | * [FELIX-3749] - Refactor the manipulator for better (and extensible) annotation support
|
| 79 | * [FELIX-3837] - PojoizationPlugin should be more extensible
|
| 80 | * [FELIX-3901] - Avoid converting Xml namespace declaration with @HandlerDeclaration
|
| 81 | * [FELIX-3927] - Exclude iPOJO 2.0 packages during manipulation
|
| 82 |
|
| 83 | ** New Feature
|
| 84 | * [FELIX-3699] - Allow annotations to handle custom component definitions.
|
| 85 | * [FELIX-4059] - Provide a CLI tool to manipulate iPOJO bundles
|
| 86 |
|
| 87 | ** Task
|
| 88 | * [FELIX-3903] - Migrate tests to pax exam 3
|
| 89 | * [FELIX-3921] - Update pom to latest Felix's parent
|
| 90 | * [FELIX-3976] - Move the online manipulator out of the core bundle
|
| 91 |
|
Clement Escoffier | 3987da3 | 2012-10-28 13:40:50 +0000 | [diff] [blame] | 92 | Changes from the 1.8.4 to 1.8.6
|
| 93 | -------------------------------
|
| 94 |
|
| 95 | ** Bug
|
| 96 | * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
|
| 97 | * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
|
| 98 | * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
|
| 99 | * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
|
| 100 | * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
|
| 101 | * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
|
| 102 | * [FELIX-3621] - Two dimensional array as argument to a method in a component
|
| 103 |
|
Clement Escoffier | 6beb943 | 2012-03-30 07:27:45 +0000 | [diff] [blame] | 104 | Changes from the 1.8.2 to 1.8.4
|
| 105 | -------------------------------
|
| 106 |
|
| 107 | ** Bug
|
| 108 | * [FELIX-3297] - iPOJO Manipulator throws ClassNotFoundException
|
| 109 | * [FELIX-3359] - Turn around to avoid to use the split verifier on Java 7
|
| 110 |
|
| 111 | ** Improvement
|
| 112 | * [FELIX-3384] - Ensure maven-ipojo-plugin is thread-safe for parallel maven builds
|
| 113 |
|
Clement Escoffier | bf9cacd | 2011-12-03 09:11:15 +0000 | [diff] [blame] | 114 | Changes from the 1.8.0 to 1.8.2
|
| 115 | -------------------------------
|
Clement Escoffier | 195bb8f | 2011-12-06 15:04:44 +0000 | [diff] [blame] | 116 |
|
Clement Escoffier | bf9cacd | 2011-12-03 09:11:15 +0000 | [diff] [blame] | 117 | ** Bug
|
| 118 | * [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files
|
| 119 | * [FELIX-2829] - The maven-ipojo-plugin archetype descriptor is not conform
|
| 120 | * [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] | 121 | * [FELIX-3012] - "Duplicate name&signature" problem
|
| 122 | * [FELIX-3098] - iPOJO new manipulator crashes when using a custom reporter
|
| 123 | * [FELIX-3145] - VerifyError on Java 7
|
| 124 | * [FELIX-3249] - iPOJO Bnd Plugin do not write all the metadatas in the manifest
|
| 125 |
|
| 126 | ** Improvement
|
| 127 | * [FELIX-3017] - The manipulator should return the original class if it's already manipulated
|
| 128 | * [FELIX-3078] - Introduce resource abstraction in the iPOJO manipulator
|
| 129 | * [FELIX-3079] - Adapt the Ant task and the maven plugin to use the new manipulator capabilities
|
| 130 | * [FELIX-3080] - Implement a BND plugin for iPOJO
|
| 131 | * [FELIX-3131] - Elements and attributes should conserve the insertion order
|
| 132 | * [FELIX-3204] - @Temporal should handle instantiation-time properties
|
| 133 | * [FELIX-3244] - Manipulator : DefaultManifestBuilder should be more extensible
|
| 134 |
|
Clement Escoffier | bf9cacd | 2011-12-03 09:11:15 +0000 | [diff] [blame] | 135 |
|
| 136 | Changes from the 1.6.0 to 1.8.0
|
| 137 | -------------------------------
|
| 138 | ** Improvement
|
| 139 | * [FELIX-2733] - The maven-ipojo-plugin should support JAR and WAR as packaging type
|
| 140 | * [FELIX-2744] - Add annotations to the maven-ipojo-plugin archetype
|
| 141 | * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
|
| 142 |
|
| 143 | Changes from the 1.4.2 to 1.6.0
|
| 144 | -------------------------------
|
| 145 | ** Bug
|
| 146 | * [FELIX-1411] - Issue on windows to find components inside bundle
|
| 147 |
|
| 148 | ** Improvement
|
| 149 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 150 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 151 |
|
| 152 |
|
| 153 | Changes from the 1.4.0 to 1.4.2
|
| 154 | -------------------------------
|
| 155 | ** Bug
|
| 156 | * [FELIX-1411] - Issue on windows to find components inside bundle
|
| 157 |
|
| 158 |
|
| 159 | Changes from 1.2.0 to 1.4.0
|
| 160 | ---------------------------
|
| 161 | ** Bug
|
| 162 | * [FELIX-1302] - Manipulator never ignore annotations
|
| 163 |
|
| 164 | ** Improvement
|
| 165 | * Update parent pom
|
| 166 |
|
| 167 |
|
| 168 | Changes from 1.0.0 to 1.2.0
|
| 169 | ---------------------------
|
| 170 | ** Improvement
|
| 171 | * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
|
| 172 | * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
|
| 173 |
|
| 174 | Changes from 0.8.0 to 1.0.0
|
| 175 | ---------------------------
|
| 176 | ** Improvement
|
| 177 | * Embed the latest manipulator
|
| 178 |
|
| 179 | Version 0.8.0
|
| 180 | -------------
|
| 181 | * Initial release
|