blob: e2f413cee49ca59946734e9f04999220081fa159 [file] [log] [blame]
Felix Meschbergerb35c8332010-05-28 20:27:35 +00001Changes from 1.2.0 to 1.4.0
2---------------------------
3
4** Bug
5 * [FELIX-1841] - SCR invokes bind method twice when dependency service properties are modified
6 * [FELIX-1846] - When updated configuration of component without a previously set target filter, NullPointerException is thrown
7 * [FELIX-1866] - SCR 1.1 restarts components when service properties are changed, even if "modified" attributed is specified
8 * [FELIX-1922] - issue with configuration policy=require and with factory components
9 * [FELIX-1923] - SCR project misses explicit Maven Bundle Plugin version
10 * [FELIX-1926] - Access to internal maps in the ComponentRegistry must be guarded against concurrency issues
11 * [FELIX-1927] - NPE in AbstractComponentManager if no services are provided and a SecurityManager is installed
12 * [FELIX-1942] - Component Factory instances are may reactivate
13 * [FELIX-1943] - Component Factory not deactivated if required reference unregistered
14 * [FELIX-1944] - Reference.getServiceReferences() returns empty array if no services bound
15
16** Improvement
17 * [FELIX-1897] - Add proper Configuration Admin support for SCR configuration
18
19** New Feature
20 * [FELIX-1893] - Add "update" callback support to inform components of modified service properties
21
22** Task
23 * [FELIX-1945] - Increase org.apache.felix.scr package export to 1.4
24
25Changes from 1.0.8 to 1.2.0
26---------------------------
27
28** Bug
29 * [FELIX-1162] - Component.getReferences returns null if a component that has references is not enabled.
30 * [FELIX-1166] - SCR does not rebind ConfigurationAdmin service in Sling jcrinstall tests
31 * [FELIX-1173] - Concurrency Issues while containing bundle is stopping
32 * [FELIX-1177] - Components must correctly be disposed off
33 * [FELIX-1178] - Component may remain deactivated after a reference has been unregistered and registered again
34 * [FELIX-1185] - If a static/mandatory reference to a service is unregistered, the component should be deactivated synchronously instead of asynchronously
35 * [FELIX-1195] - NullPointerException in ComponentActivatorTask if component is destroyed
36 * [FELIX-1238] - NPE when invoking "scr list" with no components registered
37 * [FELIX-1252] - NullPointerException in "scr list" command
38 * [FELIX-1413] - Newly registered services must not immediately bound for static references
39 * [FELIX-1414] - Service ranking is only obeyed on first component activation
40 * [FELIX-1416] - Wrong factory configuration behaviour
41 * [FELIX-1436] - Descriptors with duplicate implementation and/or service elements are invalid
42 * [FELIX-1437] - DS 1.1 signatures for activators and bind methods only available for declaration with new namespace
43 * [FELIX-1440] - Abort method (binder, activator) method search on non-accessible suitable methods
44 * [FELIX-1445] - When a component is deactivated due to the deactivation of a service to which it staticly 1..1 references, this component is not reactivated when that service is reregistered.
45 * [FELIX-1503] - Component Factory instances are not let gone after dispose
46 * [FELIX-1504] - ComponentInstance implementation is reused accross reactivations
47 * [FELIX-1658] - Deadlocks caused by component activation and deactivation
48 * [FELIX-1666] - Missing support for DS 1.1 specified lazy activation behavior
49 * [FELIX-1674] - typo in scr and webconsole - "unsatisifed"
50 * [FELIX-1714] - typo in scr command
51 * [FELIX-1733] - Disposed components are not removed from the component registry
52 * [FELIX-1825] - Configurations of delayed components are not deactivated if not used any more
53 * [FELIX-1826] - ComponentException must be thrown if ComponentFactory.newInstance cannot create a component instance
54 * [FELIX-1827] - Check permission before getting or registering services
55 * [FELIX-1830] - Support for DS 1.1 character property type name
56 * [FELIX-1832] - ServiceFactory must not be deactivated if the instances fails to be created
57 * [FELIX-1833] - Stopping the Felix SCR bundle may leave traces behind thus preventing the class loader from being GC-ed
58
59** Improvement
60 * [FELIX-1186] - Defer the construction of a log message
61 * [FELIX-1223] - Replace ManagedService[Factory] by ConfigurationListener based component configuration
62 * [FELIX-1239] - AbstractComponentManager.getServiceReference need not be synchronized
63 * [FELIX-1313] - Declarative Services bundle should not export Configuration Admin package
64 * [FELIX-1314] - Restructure SCR implementation package
65 * [FELIX-1443] - Unify Method lookup
66 * [FELIX-1447] - Remove ComponentMetadata parameter from AbstractComponentManager.log method signature
67 * [FELIX-1530] - Extend the SCR introspection API to reflect the new DS 1.1 features
68 * [FELIX-1686] - Missing activate or deativate methods show up as Error in LogService
69 * [FELIX-1735] - Use system property to provide bundle jar file to integration tests
70 * [FELIX-1823] - Drop support for Framework API 1.3 (R4.0)
71
72** New Feature
73 * [FELIX-924] - No component instance if no Configuration
74 * [FELIX-925] - Extend SCR to allow alternate activate and deactivate method signatures
75 * [FELIX-927] - Allow bind and unbind methods to receive the service properties
76 * [FELIX-928] - Allow use of wildcards in Service-Component header
77 * [FELIX-929] - Making name attributes optional
78 * [FELIX-930] - XML schema namespace change
79 * [FELIX-1232] - Do not use private configuration properties as service properties
80 * [FELIX-1284] - Support for the 'modified' operation (DS in OSGi 4.2 compendium)
81
82** Task
83 * [FELIX-1711] - Remove OSGi library source from SVN and depend on official R4.2 libraries
84
85Changes from 1.0.6 to 1.0.8
86---------------------------
87
88** Bug
89 * [FELIX-714] - Needless component reactivation on startup
90 * [FELIX-832] - Bind method not invoked when the unbind method is unspecified after reference is changed
91 * [FELIX-836] - Deadlocks caused by Declarative Services
92 * [FELIX-861] - NullPointerException on stopping bundle managed by SCR
93 * [FELIX-950] - service.ranking property not respected for singular service reference
94 * [FELIX-993] - Reference target filters not handled correctly
95 * [FELIX-1044] - DependencyManager may miss service registrations
96 * [FELIX-1053] - SCR: Bound Service Replacement regression ?
97
98** Improvement
99 * [FELIX-639] - Need more logs from SCR
100 * [FELIX-717] - Fix License Reference for KXml in NOTICE file
101 * [FELIX-923] - Log a better message if the names of components collide
102 * [FELIX-1046] - Upgrade parent pom reference to new parent pom (for repository.a.o deployment)
103
104
105Changes from 1.0.4 to 1.0.6
106---------------------------
107
108** Bug
109 * [FELIX-694] - NullPointerException on shutdown
110 * [FELIX-695] - XML configuration file uses unqualified locals
111 * [FELIX-698] - SCR logs "java.lang.IllegalStateException: Invalid BundleContext" when activating components
112
113** Improvement
114 * [FELIX-668] - SCR OBR description
115
116Changes from 1.0.2 to 1.0.4
117---------------------------
118
119** Bug
120 * [FELIX-624] - Wrong classloader is used to detect bind/unbind methods
121 * [FELIX-646] - Reconfiguration of factory components is not possible
122
123Changes from 1.0.0 to 1.0.2
124---------------------------
125
126** Bug
127 * [FELIX-490] - Deadlocks may be caused by Declarative Services
128 * [FELIX-539] - Intermittent IllegalArgumentException while using declarative services
129 * [FELIX-550] - SCR registers service component twice after stopping/starting a bundle
130 * [FELIX-578] - ComponentFactoryImpl.newInstance() must create the component synchronously
131 * [FELIX-579] - NPE in AbstractComponentManager
132 * [FELIX-591] - NPE in AbstractComponentManager
133 * [FELIX-593] - Fix handling of immediate attribute of component factories
134 * [FELIX-599] - Service Registration Lock: Do not release not-owned lock and don't wait so long for the lock
135 * [FELIX-601] - Reactivation of a component after a configuration update should be completely asynchronous
136
137
138Initial Release 1.0.0
139---------------------
140
141** Bug
142 * [FELIX-105] - SCR component/reference/cardinality never used
143 * [FELIX-106] - SCR doesn't support XML documents with namespaces
144 * [FELIX-109] - java.lang.ClassCastException when the component descriptor contains <property> elements
145 * [FELIX-112] - activate() calls do not match with deactivate() calls for a delayed component (immediate="false") and service instances are multiple (although there is no factory)
146 * [FELIX-264] - Update pom to use new bundle plugin
147 * [FELIX-268] - SCR module in the pom.xml
148 * [FELIX-279] - Concurrency Issues when enabling components
149 * [FELIX-337] - Immediate components are registered as delayed
150 * [FELIX-341] - Intermittent exception during Felix shutdown
151 * [FELIX-356] - DependencyManager.bind may bind to null and does not correctly check for success
152 * [FELIX-357] - activation and deactivation may run concurrently
153 * [FELIX-364] - 0..1 dynamic service reference does not bind properly.
154 * [FELIX-366] - Bound Service Replacement incorrect
155 * [FELIX-368] - Service binding odities if (un)bind methods take ServiceReferences
156 * [FELIX-384] - Possible deadlock on framework startlevel change
157 * [FELIX-385] - ReferenceMetadata.setTarget includes the interface name in the target filter
158 * [FELIX-387] - Fix support for reference service target properties
159 * [FELIX-425] - DependencyManager does not correctly handle service counting
160 * [FELIX-464] - Cannot retrieve service to be unbound in unbind method taking ServiceReference
161 * [FELIX-489] - Intermittent deadlock while using declarative services in Tuscany
162
163** Improvement
164 * [FELIX-128] - Implementing missing ComponentContext methods
165 * [FELIX-131] - Fix method lookup and implement enableComponet/disableComponent
166 * [FELIX-132] - Integrate SCR with Felix
167 * [FELIX-140] - Drop GenericActivator from SCR
168 * [FELIX-243] - Add support for ServiceFactory components
169 * [FELIX-254] - Add support for property values in <property> element body
170 * [FELIX-258] - Support Configuration Admin configuration
171 * [FELIX-259] - Add support for factory components
172 * [FELIX-277] - Improve SCR packaging to make it simpler to deploy and use
173 * [FELIX-373] - Log the unsatisfied dependencies of a component which prevent activation of the component
174 * [FELIX-374] - Register ManagedService on behalf of components to receive Configuration
175 * [FELIX-392] - Better handle unexpected issues when trying to get a activation or binding method by reflection
176
177** New Feature
178 * [FELIX-18] - Implement Declarative Services
179 * [FELIX-110] - completion of the current Felix SCR implementation to take into account components <properties> elements
180 * [FELIX-284] - Add Management API
181
182** Task
183 * [FELIX-144] - Change all headers and remove copyright notices