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