blob: 65c67543d85fe9976ee8b800e2af6224bbb87a0c [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
6 * [FELIX-4169] - bnd ipojo plugin adds components description to MANIFEST when they are already therein
7 * [FELIX-4219] - Variables named not stored in bytecode for constructors during manipulation
8 * [FELIX-4247] - Memory leak with ServiceUsage and inner class (Listener style)
9
10** Improvement
11 * [FELIX-4112] - Add meta annotations for handler description
12 * [FELIX-4269] - Introduce an enumeration to configure binding policy from the annotation
13
14** Task
15 * [FELIX-4134] - Move integration-tests to the reactor
16 * [FELIX-4151] - Fix mistakes in the javadoc tags
17 * [FELIX-4155] - Update bnd-ipojo-plugin for bndlib 2.x
18 * [FELIX-4156] - Fix versions of maven plugins
19 * [FELIX-4270] - Bump iPOJO package version to 1.11.0
20
21** Sub-task
22 * [FELIX-4253] - Add methods from inner classes in the metadata collected during the manipulation
23 * [FELIX-4254] - Specify the method id of methods from inner class
24 * [FELIX-4255] - Extend the inner class manipulation to allow method interception
25 * [FELIX-4256] - Avoid manipulation native and static methods from inner classes
26
Clement Escoffier133c3c02013-06-15 07:25:56 +000027Changes from the 1.10.0 to 1.10.1
28---------------------------------
29
30** Bug
31 * [FELIX-4077] - Fix documentation urls in maven projects
32 * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations
33 * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern
34 * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute
35
36** Improvement
37 * [FELIX-4094] - Recognize add/remove method naming pattern
38
39** New Feature
40 * [FELIX-4095] - Add CDI-like @Stereotype
41
42** Task
43 * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project
44 * [FELIX-4103] - Skip deployment of it-tests
45 * [FELIX-4104] - Do not run integration-tests in the default build
46
47Changes from 1.8.6 to 1.10.0
Clement Escoffierfe1775d2013-05-13 12:54:07 +000048----------------------------
49
50** Bug
51 * [FELIX-3451] - "instance.name" attribute not recognized
52 * [FELIX-3843] - ClassCastException when listing service properties of a non-ComponentFactory Factory service
53 * [FELIX-3895] - iPOJO instance is not shown (with the "arch" commands) if constructor is failing
54 * [FELIX-3896] - Null reference are injected with @Bind(optional=false) method on iPOJO components
55 * [FELIX-3918] - iPOJO Logger cannot be dynamically configured on Equinox and KF
56 * [FELIX-3919] - iPOJO Proxies strategy cannot be configured dynamically on Equinox and KF
57 * [FELIX-3920] - Creation Strategy does not work on KF3
58 * [FELIX-3974] - Properties cannot be set as immutable using annotations
59 * [FELIX-3995] - Missing options in Bind annotation
60 * [FELIX-4041] - Properties starting with . should not be propagated
61 * [FELIX-4048] - @Requires handler does not fail when no specification can be found
62 * [FELIX-4053] - Avoid @StaticServiceProperty to be used on classes
63 * [FELIX-4054] - Use current factory version to generate instance name if required
64
65** Improvement
66 * [FELIX-3860] - factories and instances iPOJO gogo commands should show the "public=false" instances/factories
67 * [FELIX-3932] - Allow dependency filter's to get context-source variables
68 * [FELIX-4040] - Implement config admin support to handle binding location properly
69 * [FELIX-4045] - Chain Exceptions when possible
70
71** New Feature
72 * [FELIX-4034] - Instance configuration DSL
73
74** Task
75 * [FELIX-3892] - Upgrade runtime codebase to Java 5
76 * [FELIX-3903] - Migrate tests to pax exam 3
77 * [FELIX-3921] - Update pom to latest Felix's parent
78 * [FELIX-3948] - Define a new extender model
79 * [FELIX-3978] - Check that we don't use java 6+ API
80
81** Wish
82 * [FELIX-3926] - Provide metadata for the Extender namespace
83
84Changes from the 1.8.4 to 1.8.6
85-------------------------------
86
87** Bug
88 * [FELIX-3742] - Implementing class fails to load unless super interface's (interface extended by implemented interface) package is imported.
89 * [FELIX-3789] - Deadlock due to synchronization on INSTANCE_NAME
90 * [FELIX-3819] - The export directive of iPOJO is wrong
91
Clement Escoffier72609822012-10-28 14:29:42 +000092Changes from the 1.8.2 to 1.8.4
93--------------------------------
94
95** Bug
96 * [FELIX-3451] - "instance.name" attribute not recognized
97 * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
98 * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
99 * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
100 * [FELIX-3548] - Concurrent access during startup
101 * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
102 * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
103 * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
104 * [FELIX-3621] - Two dimensional array as argument to a method in a component
105 * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
106
107** Improvement
108 * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
109
Clement Escoffier6353db72012-04-21 08:25:10 +0000110Changes from the 1.8.0 to 1.8.2
111-------------------------------
112** Improvement
113 * [FELIX-3380] - minor javadoc corrections in @Temporal annotation
114
Clement Escoffier02ca3492011-01-03 09:42:54 +0000115Changes from the 1.6.4 to 1.8.0
116-------------------------------
117** Bug
118 * [FELIX-2568] - Rename Transactionnal to Transactional
119
120** Improvement
121 * [FELIX-1428] - Constructor injection of Configuration properties
122 * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
123 * [FELIX-2621] - Rename annotations to remove collisions
124 * [FELIX-2622] - Support static service properties that are not mirrored into fields
125 * [FELIX-2624] - Support multiple whiteboards using annotations
126 * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
127 * [FELIX-2631] - Rename @Publisher and @Subscriber attributes to follow the java naming conventions
128 * [FELIX-2633] - Rename JMX annotations
129 * [FELIX-2634] - Rename the @Publisher annotation into @Publishes annotation to avoid collision
130 * [FELIX-2666] - Rename the temporal handler annotation to avoid collision
131 * [FELIX-2742] - Constructor injection of service dependencies
132
Clement Escoffier7a879462010-07-03 15:23:31 +0000133Changes from the 1.6.2 to 1.6.4
134-------------------------------
135** Improvement
136 * [FELIX-2420] - Enum support for @Property annotation
137 * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
Clement Escoffier02ca3492011-01-03 09:42:54 +0000138
Clement Escoffier162697b2010-05-12 08:01:59 +0000139Changes from the 1.6.0 to 1.6.2
140-------------------------------
141** Improvement
142 * [FELIX-2296] - Access to ServiceReference in iPOJO service.
143
Clement Escoffiere99f0d32010-04-14 15:25:52 +0000144Changes from the 1.4.0 to 1.6.0
145-------------------------------
146** Bug
147 * [FELIX-1557] - Cosmetic change of the Bundle-Name and Bundle-SymbolicName in iPOJO annotations.
Clement Escoffier02ca3492011-01-03 09:42:54 +0000148
Clement Escoffiere99f0d32010-04-14 15:25:52 +0000149** Improvement
150 * [FELIX-1426] - Service injection with Dynamic Proxies
151 * [FELIX-1427] - Service injection with Smart Proxies
152 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
153
154** New Feature
155 * [FELIX-2132] - Provides a way to control service exposition from the implementation class
156
157** Wish
158 * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
Clement Escoffier02ca3492011-01-03 09:42:54 +0000159
Clement Escoffierbfa74d02009-07-19 16:25:18 +0000160Changes from 1.2.0 to 1.4.0
161---------------------------
162** Bug
163 * [FELIX-1319] - Issue in the metadata overriding analysis in iPOJO annotations
164
165** Improvement
166 * Update parent pom
167
Clement Escoffier02ca3492011-01-03 09:42:54 +0000168
Clement Escoffier3c9a4192009-01-15 14:48:59 +0000169Changes from 1.0.0 to 1.2.0
170---------------------------
171** Improvement
172 * [FELIX-825] - Provide annotation for iPojo JMX Handler
173 * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
174
175** Bug
176 * [FELIX-867] - iPOJO @ServiceProperty can target method
Clement Escoffier02ca3492011-01-03 09:42:54 +0000177 * [FELIX-868] - iPOJO @Component don't support factory methods
Clement Escoffier3c9a4192009-01-15 14:48:59 +0000178
179
Clement Escoffier130ca572008-10-13 07:33:03 +0000180Changes from 0.8.0 to 1.0.0
181---------------------------
182** Improvement
Clement Escoffier3c9a4192009-01-15 14:48:59 +0000183 * [FELIX-627] - Temporal dependency annotation
Clement Escoffier130ca572008-10-13 07:33:03 +0000184
185
Clement Escoffier03b51182008-05-16 20:46:55 +0000186Version 0.8.0
187-------------
Clement Escoffierbfa74d02009-07-19 16:25:18 +0000188 * Initial release