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