blob: b88ba0be9497679ecb4519bceede15ca11cc6885 [file] [log] [blame]
Clement Escoffier1dc46362012-10-28 14:29:42 +00001Changes from the 1.8.2 to 1.8.4
2--------------------------------
3
4** Bug
5 * [FELIX-3451] - "instance.name" attribute not recognized
6 * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
7 * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
8 * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
9 * [FELIX-3548] - Concurrent access during startup
10 * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
11 * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
12 * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
13 * [FELIX-3621] - Two dimensional array as argument to a method in a component
14 * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
15
16** Improvement
17 * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
18
Clement Escoffier303894d2012-04-21 08:25:10 +000019Changes from the 1.8.0 to 1.8.2
20-------------------------------
21** Bug
22 * [FELIX-2893] - Properties are not propagate to service by default
23 * [FELIX-2902] - Service properties added by propagation overrides already existing properties
24 * [FELIX-2907] - Problem calling _setInstanceManager on guice enhanced classe
25 * [FELIX-2981] - Unable to remove configuration properties using iPOJO's configuration handler
26 * [FELIX-2989] - Using a Service Controller set to true can trigger a service registration-unregistration-registration sequence
27 * [FELIX-2995] - The service properties are updated despite there is no changes
28 * [FELIX-3009] - Abstract classes as service specifications generates warnings at runtime
29 * [FELIX-3075] - Change to ServiceController status in current trunk does not re-register service
30 * [FELIX-3172] - Error when calling BundleContext.register(Class, Object, Dictionary)
31 * [FELIX-3192] - Service properties are not updated if the properties were already propagated
32 * [FELIX-3271] - On KF, the Instance singleton strategy throws an UnsupportedOperationException when stopping
33 * [FELIX-3323] - Ipojo composite throw ClassCastException when configuration is updated thru ConfigAdmin
34 * [FELIX-3356] - Objectweb ASM Clashes with IPojo
35 * [FELIX-3374] - Use of java.lang.Properties in iPOJO Core
36
37** Improvement
38 * [FELIX-3036] - Add IPOJO-Components header support
39 * [FELIX-3081] - Integrate the online-manipulator in iPOJO Core
40 * [FELIX-3144] - Method interceptors should receive Method or Constructor objects
41 * [FELIX-3155] - Allow identifying iPojo extensions by a namespace qualified name
42 * [FELIX-3190] - iPOJO Factories doesn't give access to the complete Metadata model
43 * [FELIX-3252] - Merge the online manipulator into iPOJO Core
44 * [FELIX-3326] - Accessing IPojo-Component's all inherited classes and all implemented interfaces in PrimitiveTypeDescription
45
46** New Feature
47 * [FELIX-2932] - Allows disabling the asynchronous processing in the iPOJO Extender
48
49Changes from the 1.6.8 to 1.8.0
50-------------------------------
51** Bug
52 * [FELIX-2694] - Instance state not recomputed after reconfiguration when the instance is stopped
53 * [FELIX-2716] - [iPOJO] Failure when creating proxies for classes in java.* packages
54
55** Improvement
56 * [FELIX-2781] - Expose the implementation class as service when no interfaces are found in the hierarchy
57 * [FELIX-1424] - Constructor Injection
58 * [FELIX-1428] - Constructor injection of Configuration properties
59 * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
60 * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
61 * [FELIX-2621] - Rename annotations to remove collisions
62 * [FELIX-2622] - Support static service properties that are not mirrored into fields
63 * [FELIX-2688] - iPojo "requires.filters" - Array object instead of Dictionary object
64 * [FELIX-2705] - Provide a way to extend the logger strategy
65 * [FELIX-2742] - Constructor injection of service dependencies
66 * [FELIX-2744] - Add annotations to the maven-ipojo-plugin archetype
67
68Changes from the 1.6.6 to 1.6.8
69-------------------------------
70** Improvement
71 * [FELIX-2688] - iPojo "requires.filters" - Array object instead of Dictionary object
72 * [FELIX-2705] - Provide a way to extend the logger strategy
73
74** Bug
75 * [FELIX-2685] - Wrong Element name when XML namespace contains ':'
76 * [FELIX-2694] - Instance state not recomputed after reconfiguration when the instance is stopped
77
78Changes from the 1.6.4 to 1.6.6
79-------------------------------
80** Improvement
81 * [FELIX-2594] - Have a way to create new custom iPojo handler without having to specify a handler usage
82 * [FELIX-2623] - @Update annotated methods should not require a Dictionary parameter
83
84** Bug
85 * [FELIX-2580] - iPOJO failed to create proxies on service which are not interface
86 * [FELIX-2596] - DependencyHandler.onObjectCreation throws NPE when bundle is refreshed
87 * [FELIX-2603] - wrong behavior of InstanceManager.onSet(..) method
88 * [FELIX-2636] - Cannot control the validity of an iPOJO instance using a configuration property
89
Clement Escoffier8cf1e9b2010-07-03 15:23:31 +000090Changes from the 1.6.2 to 1.6.4
91-------------------------------
92** Improvement
93 * [FELIX-2420] - Enum support for @Property annotation
94 * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
Clement Escoffier8563afc2010-08-29 09:05:18 +000095 * [FELIX-2472] - Proxies should throw a runtime exception instead of a null pointer exception
96
97** Bug
98 * [FELIX-2561] - Properties set as required instead of optional in the component type descriptions
Clement Escoffier8cf1e9b2010-07-03 15:23:31 +000099
Clement Escoffier253ed742010-05-12 08:01:59 +0000100Changes from the 1.6.0 to 1.6.2
101-------------------------------
102** Bug
103 * [FELIX-2308] - getService is called during the unregistration of a service.
104 * [FELIX-2309] - Potential NPE when a service has abruptly in the smart proxies.
105 * [FELIX-2323] - Unbind method should not be called during the invalidation process if the invalidation does not come from a service departure.
106
107** Improvement
108 * [FELIX-2296] - Access to ServiceReference in iPOJO service.
109
Clement Escoffier14ef3cb2010-04-14 15:25:52 +0000110Changes from the 1.4.0 to 1.6.0
111-------------------------------
112** Bug
Clement Escoffier253ed742010-05-12 08:01:59 +0000113 * [FELIX-1533] - Potential deadlock when stopping the underlying OSGi framework
Clement Escoffier14ef3cb2010-04-14 15:25:52 +0000114 * [FELIX-1965] - iPojo component is made available regardless of exception during validate
115 * [FELIX-2014] - Potential ClassCastException when a service property does not receive a value and is used in the constructor
116 * [FELIX-2019] - The Property value is 'null' in the Architecture description, while the value is well assigned to the component's field.
117 * [FELIX-2052] - Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.
118 * [FELIX-2093] - iPOJO doesn't always use the correct class loader
119
120** Improvement
121 * [FELIX-1425] - Service Proxy Mode
122 * [FELIX-1426] - Service injection with Dynamic Proxies
123 * [FELIX-1427] - Service injection with Smart Proxies
124 * [FELIX-1532] - Be able to set the iPOJO Log Level from BND
125 * [FELIX-1741] - Allows the configuration handler description to retrieve the managed service PID
126 * [FELIX-1854] - Allows instances to directly declares service.* properties (pid, ranking, vendor, description)
127 * [FELIX-1885] - Ease CreationStrategy & iPOJOServiceFactory usage
128 * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
Clement Escoffier8563afc2010-08-29 09:05:18 +0000129
Clement Escoffier14ef3cb2010-04-14 15:25:52 +0000130** New Feature
131 * [FELIX-2132] - Provides a way to control service exposition from the implementation class
132
Clement Escoffier8563afc2010-08-29 09:05:18 +0000133
Clement Escoffier0630c6b2009-07-19 16:25:18 +0000134Changes from 1.2.0 to 1.4.0
135---------------------------
136** Bug
137 * [FELIX-985] - iPOJO analyzes already installed bundle by holding a lock
138 * [FELIX-1002] - iPOJO Static binding policy is not compliant with the Declarative Service static binding policy.
Clement Escoffier8563afc2010-08-29 09:05:18 +0000139 * [FELIX-1318] - Case mismatch problem of iPOJO custom handler name
Clement Escoffier0630c6b2009-07-19 16:25:18 +0000140** Improvement
141 * Update parent pom
142 * [FELIX-936] - Allowing publishing class as services
143 * [FELIX-966] - iPOJO: Better error reporting when getPojoObject return null
144 * [FELIX-982] - Declare iPOJO as a singleton bundle to avoid multiple version of the runtime at the same time
145 * [FELIX-1114] - callback after configuration change needed
146 * [FELIX-1163] - Improve error message when an array cannot be created due to a classloading issue
147 * [FELIX-1182] - iPOJO - reconfiguration : get all properties with the update callback
Clement Escoffier8563afc2010-08-29 09:05:18 +0000148
149
Clement Escoffier1a862922009-01-15 14:48:59 +0000150Changes from 1.0.0 to 1.2.0
151---------------------------
152** Bug
153 * [FELIX-797] - Composite Architecture contains duplicate instances
154 * [FELIX-803] - iPOJO Core schema needs to be fixed
155 * [FELIX-805] - Instance not created if the factory becomes valid later
156 * [FELIX-866] - iPOJO Provides 'interface' attribute should be 'specifications'
157
158** Improvement
159 * [FELIX-787] - iPOJO logger log messages inside the log service and print them
160 * [FELIX-796] - Allows enabling/disabling the internal event dispatcher
161 * [FELIX-801] - Support service properties injection in bind/unbind callbacks
162 * [FELIX-815] - Support optional properties
163 * [FELIX-816] - Support comparator attribute with any service binding policy
164 * [FELIX-818] - Implement the ServiceReference compareTo method
165 * [FELIX-853] - Provide new service object creation strategies
166 * New introspection API
Clement Escoffier8563afc2010-08-29 09:05:18 +0000167
Clement Escoffier83507512008-10-13 07:33:03 +0000168Changes from 0.8.0 to 1.0.0
169---------------------------
Clement Escoffier8563afc2010-08-29 09:05:18 +0000170** Bug
Clement Escoffier1a862922009-01-15 14:48:59 +0000171 * [FELIX-557] - Factories still living when a primitive component does not have its manipulation metadata
172 * [FELIX-632] - Component are set to immediate despite they are already immediate
173 * [FELIX-635] - Simplify factory name computation
174 * [FELIX-628] - Architecture service should not publish the instance.name property
175 * [FELIX-621] - Instances not disposed when instances creation failed
Clement Escoffier8563afc2010-08-29 09:05:18 +0000176
Clement Escoffier83507512008-10-13 07:33:03 +0000177** Improvement
Clement Escoffier1a862922009-01-15 14:48:59 +0000178 * [FELIX-552] - ClassCastException when using services as dynamic proxies
179 * [FELIX-555] - Error message in the iPOJO Extender could be more accurate when failing to get the bundle context
Clement Escoffier8563afc2010-08-29 09:05:18 +0000180 * [FELIX-558] - Non caught NoClassDefFoundError when the instantiation of a Nullable object failed
181 * [FELIX-603] - Improve iPOJO Arch service dependency description
182 * [FELIX-626] - Allow specifying instance configuration containing empty dictionaries
Clement Escoffier1a862922009-01-15 14:48:59 +0000183 * [FELIX-629] - Allows instance configuration to declares complex properties
184 * [FELIX-631] - Immediate Component Detection
Clement Escoffier8563afc2010-08-29 09:05:18 +0000185 * [FELIX-633] - Factory creation should be done in another thread
186 * [FELIX-634] - Improve error handling
Clement Escoffier1a862922009-01-15 14:48:59 +0000187 * [FELIX-655] - Add a 'from' attribute in the service dependencies
188 * [FELIX-673] - Provide OBR description to iPOJO bundles
189 * [FELIX-683] - Supporting lists and vectors in the service dependency management
190 * [FELIX-686] - Supporting collections and set in the service dependency management
Clement Escoffier8563afc2010-08-29 09:05:18 +0000191 * [FELIX-688] - Better error reporting when an instance creation failed
Clement Escoffier1a862922009-01-15 14:48:59 +0000192 * [FELIX-689] - Instance 'name' property should become 'instance.name'
Clement Escoffier8563afc2010-08-29 09:05:18 +0000193 * [FELIX-716] - Provide XML schemas for iPOJO descriptors
194 * [FELIX-732] - Duplicate instance created of a managed service
195
Clement Escoffier659471e2008-05-16 20:46:55 +0000196Version 0.8.0
197-------------
Clement Escoffier0630c6b2009-07-19 16:25:18 +0000198 * Initial release