blob: 735c7ef1177f0b55fe65bb3c639cc31fe2bad379 [file] [log] [blame]
Clement Escoffier133c3c02013-06-15 07:25:56 +00001Changes from the 1.10.0 to 1.10.1
2---------------------------------
3
4** Bug
5 * [FELIX-4077] - Fix documentation urls in maven projects
6 * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations
7 * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern
8 * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute
9
10** Improvement
11 * [FELIX-4094] - Recognize add/remove method naming pattern
12
13** New Feature
14 * [FELIX-4095] - Add CDI-like @Stereotype
15
16** Task
17 * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project
18 * [FELIX-4103] - Skip deployment of it-tests
19 * [FELIX-4104] - Do not run integration-tests in the default build
20
21Changes from the 1.8.6 to 1.10.0
Clement Escoffierfe1775d2013-05-13 12:54:07 +000022--------------------------------
23
24** Bug
25 * [FELIX-3827] - Error in bbd-ipojo-plugin of manipulating jar with embedded dependencies with maven bundle plugin + bnd-ipojo-plugin
26 * [FELIX-3900] - @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly
27 * [FELIX-3938] - maven-ipojo-plugin does not behave as bnd-ipojo-plugin
28 * [FELIX-3974] - Properties cannot be set as immutable using annotations
29 * [FELIX-3995] - Missing options in Bind annotation
30 * [FELIX-4027] - The iPOJO Ant task requires org.objectweb.asm.tree
31 * [FELIX-4046] - Inner class manipulation fails with expanded frames
32 * [FELIX-4052] - Instance declaration not created correctly when using @Instantiate if the @Component specifies a name
33
34** Improvement
35 * [FELIX-3286] - Update POM to use the new parent
36 * [FELIX-3452] - Extending maven-ipojo-plugin with directoryManipulation support.
37 * [FELIX-3749] - Refactor the manipulator for better (and extensible) annotation support
38 * [FELIX-3837] - PojoizationPlugin should be more extensible
39 * [FELIX-3901] - Avoid converting Xml namespace declaration with @HandlerDeclaration
40 * [FELIX-3927] - Exclude iPOJO 2.0 packages during manipulation
41
42** New Feature
43 * [FELIX-3699] - Allow annotations to handle custom component definitions.
44 * [FELIX-4059] - Provide a CLI tool to manipulate iPOJO bundles
45
46** Task
47 * [FELIX-3903] - Migrate tests to pax exam 3
48 * [FELIX-3921] - Update pom to latest Felix's parent
49 * [FELIX-3976] - Move the online manipulator out of the core bundle
50
Clement Escoffier4f2609b2013-03-20 07:35:37 +000051Changes from the 1.4.2 to 1.6.0
52-------------------------------
53** Improvement
54 * [FELIX-1427] - Service injection with Smart Proxies
55 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
56
57
58Changes from the 1.4.0 to 1.4.2
59-------------------------------
60** Bug
61 * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
62
63
64Version 1.4.0
65-------------
66** Improvement
67 * Update parent pom
68 * Initial commit
69
70