blob: b617bb499dffe79a328d401a39a9622207ba85c3 [file] [log] [blame]
Clement Escoffiera7a9fb82014-03-10 19:10:38 +00001Changes 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
10 ** New Feature
11 * [FELIX-4276] - Let stereotypes have attributes
12
Clement Escoffier17ffca92014-01-19 15:36:12 +000013Changes from the 1.11.0 to 1.11.1
14---------------------------------
15
16** Bug
17 * [FELIX-4340] - Flex iPOJO online manipulator error if metadata.xml file not supplied
18 * [FELIX-4347] - should ignore inner classes that are assigned to static fields
19
Clement Escoffier2ed091c2013-10-06 14:11:29 +000020Changes from the 1.10.1 to 1.11.0
21---------------------------------
22
23** Bug
24 * [FELIX-4021] - maven-ipojo-plugin fails on WAR packaging
Clement Escoffier2ed091c2013-10-06 14:11:29 +000025 * [FELIX-4219] - Variables named not stored in bytecode for constructors during manipulation
26 * [FELIX-4247] - Memory leak with ServiceUsage and inner class (Listener style)
27
28** Improvement
29 * [FELIX-4112] - Add meta annotations for handler description
30 * [FELIX-4269] - Introduce an enumeration to configure binding policy from the annotation
31
32** Task
33 * [FELIX-4134] - Move integration-tests to the reactor
34 * [FELIX-4151] - Fix mistakes in the javadoc tags
35 * [FELIX-4155] - Update bnd-ipojo-plugin for bndlib 2.x
36 * [FELIX-4156] - Fix versions of maven plugins
37 * [FELIX-4270] - Bump iPOJO package version to 1.11.0
38
39** Sub-task
40 * [FELIX-4253] - Add methods from inner classes in the metadata collected during the manipulation
41 * [FELIX-4254] - Specify the method id of methods from inner class
42 * [FELIX-4255] - Extend the inner class manipulation to allow method interception
43 * [FELIX-4256] - Avoid manipulation native and static methods from inner classes
44
Clement Escoffier133c3c02013-06-15 07:25:56 +000045Changes from the 1.10.0 to 1.10.1
46---------------------------------
47
48** Bug
49 * [FELIX-4077] - Fix documentation urls in maven projects
50 * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations
51 * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern
52 * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute
53
54** Improvement
55 * [FELIX-4094] - Recognize add/remove method naming pattern
56
57** New Feature
58 * [FELIX-4095] - Add CDI-like @Stereotype
59
60** Task
61 * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project
62 * [FELIX-4103] - Skip deployment of it-tests
63 * [FELIX-4104] - Do not run integration-tests in the default build
64
65Changes from the 1.8.6 to 1.10.0
Clement Escoffierfe1775d2013-05-13 12:54:07 +000066--------------------------------
67
68** Bug
69 * [FELIX-3827] - Error in bbd-ipojo-plugin of manipulating jar with embedded dependencies with maven bundle plugin + bnd-ipojo-plugin
70 * [FELIX-3900] - @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly
71 * [FELIX-3938] - maven-ipojo-plugin does not behave as bnd-ipojo-plugin
72 * [FELIX-3974] - Properties cannot be set as immutable using annotations
73 * [FELIX-3995] - Missing options in Bind annotation
74 * [FELIX-4027] - The iPOJO Ant task requires org.objectweb.asm.tree
75 * [FELIX-4046] - Inner class manipulation fails with expanded frames
76 * [FELIX-4052] - Instance declaration not created correctly when using @Instantiate if the @Component specifies a name
77
78** Improvement
79 * [FELIX-3286] - Update POM to use the new parent
80 * [FELIX-3452] - Extending maven-ipojo-plugin with directoryManipulation support.
81 * [FELIX-3749] - Refactor the manipulator for better (and extensible) annotation support
82 * [FELIX-3837] - PojoizationPlugin should be more extensible
83 * [FELIX-3901] - Avoid converting Xml namespace declaration with @HandlerDeclaration
84 * [FELIX-3927] - Exclude iPOJO 2.0 packages during manipulation
85
86** New Feature
87 * [FELIX-3699] - Allow annotations to handle custom component definitions.
88 * [FELIX-4059] - Provide a CLI tool to manipulate iPOJO bundles
89
90** Task
91 * [FELIX-3903] - Migrate tests to pax exam 3
92 * [FELIX-3921] - Update pom to latest Felix's parent
93 * [FELIX-3976] - Move the online manipulator out of the core bundle
94
Clement Escoffier4f2609b2013-03-20 07:35:37 +000095Changes from the 1.4.2 to 1.6.0
96-------------------------------
97** Improvement
98 * [FELIX-1427] - Service injection with Smart Proxies
99 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
100
101
102Changes from the 1.4.0 to 1.4.2
103-------------------------------
104** Bug
105 * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
106
107
108Version 1.4.0
109-------------
110** Improvement
111 * Update parent pom
112 * Initial commit
113
114