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