blob: 0c02c30ed60bef353103c7656710572783abf2c8 [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 Escoffier3987da32012-10-28 13:40:50 +000031Changes from the 1.8.4 to 1.8.6
32-------------------------------
33
34** Bug
35 * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
36 * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
37 * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
38 * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
39 * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
40 * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
41 * [FELIX-3621] - Two dimensional array as argument to a method in a component
42
Clement Escoffier6beb9432012-03-30 07:27:45 +000043Changes from the 1.8.2 to 1.8.4
44-------------------------------
45
46** Bug
47 * [FELIX-3297] - iPOJO Manipulator throws ClassNotFoundException
48 * [FELIX-3359] - Turn around to avoid to use the split verifier on Java 7
49
50** Improvement
51 * [FELIX-3384] - Ensure maven-ipojo-plugin is thread-safe for parallel maven builds
52
Clement Escoffierbf9cacd2011-12-03 09:11:15 +000053Changes from the 1.8.0 to 1.8.2
54-------------------------------
Clement Escoffier195bb8f2011-12-06 15:04:44 +000055
Clement Escoffierbf9cacd2011-12-03 09:11:15 +000056** Bug
57 * [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files
58 * [FELIX-2829] - The maven-ipojo-plugin archetype descriptor is not conform
59 * [FELIX-2833] - The maven-ipojo-plugin does not support manipulating artifact with a classifier
Clement Escoffier195bb8f2011-12-06 15:04:44 +000060 * [FELIX-3012] - "Duplicate name&signature" problem
61 * [FELIX-3098] - iPOJO new manipulator crashes when using a custom reporter
62 * [FELIX-3145] - VerifyError on Java 7
63 * [FELIX-3249] - iPOJO Bnd Plugin do not write all the metadatas in the manifest
64
65** Improvement
66 * [FELIX-3017] - The manipulator should return the original class if it's already manipulated
67 * [FELIX-3078] - Introduce resource abstraction in the iPOJO manipulator
68 * [FELIX-3079] - Adapt the Ant task and the maven plugin to use the new manipulator capabilities
69 * [FELIX-3080] - Implement a BND plugin for iPOJO
70 * [FELIX-3131] - Elements and attributes should conserve the insertion order
71 * [FELIX-3204] - @Temporal should handle instantiation-time properties
72 * [FELIX-3244] - Manipulator : DefaultManifestBuilder should be more extensible
73
Clement Escoffierbf9cacd2011-12-03 09:11:15 +000074
75Changes from the 1.6.0 to 1.8.0
76-------------------------------
77** Improvement
78 * [FELIX-2733] - The maven-ipojo-plugin should support JAR and WAR as packaging type
79 * [FELIX-2744] - Add annotations to the maven-ipojo-plugin archetype
80 * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
81
82Changes from the 1.4.2 to 1.6.0
83-------------------------------
84** Bug
85 * [FELIX-1411] - Issue on windows to find components inside bundle
86
87** Improvement
88 * [FELIX-1427] - Service injection with Smart Proxies
89 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
90
91
92Changes from the 1.4.0 to 1.4.2
93-------------------------------
94** Bug
95 * [FELIX-1411] - Issue on windows to find components inside bundle
96
97
98Changes from 1.2.0 to 1.4.0
99---------------------------
100** Bug
101 * [FELIX-1302] - Manipulator never ignore annotations
102
103** Improvement
104 * Update parent pom
105
106
107Changes from 1.0.0 to 1.2.0
108---------------------------
109** Improvement
110 * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
111 * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
112
113Changes from 0.8.0 to 1.0.0
114---------------------------
115** Improvement
116 * Embed the latest manipulator
117
118Version 0.8.0
119-------------
120 * Initial release