blob: 2b745c91077756e15d7045d8c6379b50cbc13b43 [file] [log] [blame]
Clement Escoffierfe1775d2013-05-13 12:54:07 +00001Changes 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 Escoffier4f2609b2013-03-20 07:35:37 +000031Changes from the 1.4.2 to 1.6.0
32-------------------------------
33** Improvement
34 * [FELIX-1427] - Service injection with Smart Proxies
35 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
36
37
38Changes from the 1.4.0 to 1.4.2
39-------------------------------
40** Bug
41 * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
42
43
44Version 1.4.0
45-------------
46** Improvement
47 * Update parent pom
48 * Initial commit
49
50