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