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