blob: 2f0ee46cf23674319de47b509a6a64658d886850 [file] [log] [blame]
Pierre De Rop06622f52015-09-24 21:32:11 +00001Release Notes - Felix - Version org.apache.felix.dependencymanager-r6
Pierre De Rope22ac562015-09-18 22:12:37 +00002======================================================================
3
4** Bug
Pierre De Rop06622f52015-09-24 21:32:11 +00005 * [FELIX-4974] - DM filter indices not enabled if the dependencymanager bundle is started first
6 * [FELIX-5045] - DM Optional callbacks may sometimes be invoked before start callback
7 * [FELIX-5046] - Gradle wrapper is not included in DM source release
Pierre De Ropaf331612015-09-18 22:17:09 +00008
Pierre De Rop06622f52015-09-24 21:32:11 +00009** Improvement
10 * [FELIX-4921] - Ensure binary equality of the same bundle between successive DM releases
11 * [FELIX-4922] - Simplify DM changelog management
12 * [FELIX-5054] - Clean-up instance bound dependencies when component is destroyed
13 * [FELIX-5055] - Upgrade DM to BndTools 3.0.0
Pierre De Rop7f45ee02015-11-16 20:56:42 +000014 * [FELIX-5104] - Call a conf dependency callback Instance with an instantiated component
Pierre De Rop58018a12015-11-22 18:40:55 +000015 * [FELIX-5113] - Remove useless wrong test in ConfigurationDependencyImpl
Pierre De Rop41e14712015-11-22 21:56:32 +000016 * [FELIX-5114] - Schedule configuration update in Component executor synchronously
Pierre De Rope22ac562015-09-18 22:12:37 +000017
Pierre De Rop576f4052015-06-11 22:38:20 +000018Release Notes - Felix - Version org.apache.felix.dependencymanager-r5:
19======================================================================
20
21** Bug
22 * [FELIX-4907] - ConfigurationDependency calls updated(null) when component is stopped.
23 * [FELIX-4910] - ComponentExecutorFactory does not allow to return null from getExecutorFor method.
24 * [FELIX-4913] - DM Optional callbacks may sometimes be invoked twice
25
26** Improvement
27 * [FELIX-4876] - DM Annotations bnd plugin compatibility with Bndtools 2.4.1 / 3.0.0 versions
28 * [FELIX-4877] - DM Annotations should detect service type using more method signatures.
29 * [FELIX-4915] - Skip unecessary manifest headers in DM bnd file
30
31
32Release Notes - Felix - Version org.apache.felix.dependencymanager-r3:
33=====================================================================
34** Bug
35 * [FELIX-4858] - DependencyManager: missing createCopy method in timed service dependency
36 * [FELIX-4869] - Callbacks not invoked for dependencies that are added after the component is initialized
37
38** Improvement
39 * [FELIX-4614] - Factory create() method should have access to the component definition
40 * [FELIX-4873] - Enhance DM API to get missing and circular dependencies
41 * [FELIX-4878] - Support more signatures for Dependency callbacks
42 * [FELIX-4880] - Missing callback instance support for some adapters
43 * [FELIX-4889] - Refactor dm shell command to use the org.apache.dm.diagnostics api
44
45** Wish
46 * [FELIX-4875] - Update DM integration test with latest ConfigAdmin
47
48
49Release Notes - Felix - Version org.apache.felix.dependencymanager-r2:
50=====================================================================
51
52** Bug
53 * [FELIX-4832] - ClassCastException with autoconfig Iterable fields
54 * [FELIX-4833] - Revisit some javadocs in the DM annotations.
55
56
57Release Notes - Felix - Version org.apache.felix.dependencymanager-r1:
58======================================================================
59
60** Bug
61 * [FELIX-4304] - DependencyManager ComponentImpl should not assume all service properties are stored in a Hashtable
62 * [FELIX-4394] - Race problems in DependencyManager Configuration Dependency
63 * [FELIX-4588] - createCopy method ConfigurationDependency produces a malfunctioning clone
64 * [FELIX-4594] - Propagation from dependencies overwrites service properties
65 * [FELIX-4598] - BundleDependency can effectively track only one bundle
66 * [FELIX-4602] - TemporalServiceDependency does not properly propagate RuntimeExceptions
67 * [FELIX-4709] - Incorrect Named Dependencies are binded to the Service Instance
68
69** Improvement
70 * [FELIX-3914] - Log unsuccessful field injections
71 * [FELIX-4158] - ComponentDeclaration should give access to component information
72 * [FELIX-4667] - "top" command for the Dependency Manager Shell
73 * [FELIX-4672] - Allow callbacks to third party instance for adapters
74 * [FELIX-4673] - Log any error thrown when trying to create a null object.
75 * [FELIX-4777] - Dynamic initialization time configuration of @ConfigurationDependency
76 * [FELIX-4805] - Deprecate DM annotation metatypes
77
78** New Feature
79 * [FELIX-4426] - Allow DM to manage collections of services
80 * [FELIX-4807] - New thread model for Dependency Manager
81
82** Wish
83 * [FELIX-2706] - Support callback delegation for Configuration Dependecies
84 * [FELIX-4600] - Cherrypicking of propagated properties
85 * [FELIX-4676] - Add Provide-Capability for DependencyManager Runtime bundle
86 * [FELIX-4680] - Add more DM ServiceDependency callback signatures
87 * [FELIX-4683] - Allow to configure the DependencyManager shell scope
88 * [FELIX-4684] - Replace DependencyManager Runtime "factorySet" by a cleaner API
89 * [FELIX-4818] - New release process for Dependency Manager