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