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