blob: d81582a333925e8360a8eacb9682097806f4141b [file] [log] [blame]
Pierre De Rop70a33042016-02-24 00:05:54 +00001Release Notes - Felix - Version org.apache.felix.dependencymanager-r7
2======================================================================
3
4** Bug
5 * [FELIX-5146] - Service adapters turn on autoconf even if callbacks are used
6 * [FELIX-5147] - Bundle Adapter auto configures class fields even if callbacks are used
7 * [FELIX-5153] - DM4 calls stop before ungetService() on ServiceFactory components
8 * [FELIX-5155] - Adapter/Aspect extra service dependencies injected twice if using callback instance
9 * [FELIX-5178] - Make some component parameters as volatile
10 * [FELIX-5181] - Only log info/debug if dm annotation log parameter is enabled
11 * [FELIX-5187] - No errog log when configuration dependency callback is not found
12 * [FELIX-5188] - No error log when a factory pid adapter update callback is not found
13 * [FELIX-5192] - ConfigurationDependency race condition when component is stopped
14 * [FELIX-5193] - Factory Pid Adapter race condition when component is stopped
15
16** Improvement
17 * [FELIX-4689] - Create a more fluent syntax for the dependency manager builder
18 * [FELIX-5164] - Add support for callback instance in Aspects
19 * [FELIX-5177] - Support injecting configuration proxies
20 * [FELIX-5180] - Support for Java8 Repeatable Properties in DM annotations.
21 * [FELIX-5182] - Cleanup DM samples
22
23** New Feature
24 * [FELIX-5126] - Build DM using Java 8
25
Pierre De Rop06622f52015-09-24 21:32:11 +000026Release Notes - Felix - Version org.apache.felix.dependencymanager-r6
Pierre De Rope22ac562015-09-18 22:12:37 +000027======================================================================
28
29** Bug
Pierre De Rop06622f52015-09-24 21:32:11 +000030 * [FELIX-4974] - DM filter indices not enabled if the dependencymanager bundle is started first
31 * [FELIX-5045] - DM Optional callbacks may sometimes be invoked before start callback
32 * [FELIX-5046] - Gradle wrapper is not included in DM source release
Pierre De Ropaf331612015-09-18 22:17:09 +000033
Pierre De Rop06622f52015-09-24 21:32:11 +000034** Improvement
35 * [FELIX-4921] - Ensure binary equality of the same bundle between successive DM releases
36 * [FELIX-4922] - Simplify DM changelog management
37 * [FELIX-5054] - Clean-up instance bound dependencies when component is destroyed
38 * [FELIX-5055] - Upgrade DM to BndTools 3.0.0
Pierre De Rop7f45ee02015-11-16 20:56:42 +000039 * [FELIX-5104] - Call a conf dependency callback Instance with an instantiated component
Pierre De Rop58018a12015-11-22 18:40:55 +000040 * [FELIX-5113] - Remove useless wrong test in ConfigurationDependencyImpl
Pierre De Rop41e14712015-11-22 21:56:32 +000041 * [FELIX-5114] - Schedule configuration update in Component executor synchronously
Pierre De Rope22ac562015-09-18 22:12:37 +000042
Pierre De Rop576f4052015-06-11 22:38:20 +000043Release Notes - Felix - Version org.apache.felix.dependencymanager-r5:
44======================================================================
45
46** Bug
47 * [FELIX-4907] - ConfigurationDependency calls updated(null) when component is stopped.
48 * [FELIX-4910] - ComponentExecutorFactory does not allow to return null from getExecutorFor method.
49 * [FELIX-4913] - DM Optional callbacks may sometimes be invoked twice
50
51** Improvement
52 * [FELIX-4876] - DM Annotations bnd plugin compatibility with Bndtools 2.4.1 / 3.0.0 versions
53 * [FELIX-4877] - DM Annotations should detect service type using more method signatures.
54 * [FELIX-4915] - Skip unecessary manifest headers in DM bnd file
55
56
57Release Notes - Felix - Version org.apache.felix.dependencymanager-r3:
58=====================================================================
59** Bug
60 * [FELIX-4858] - DependencyManager: missing createCopy method in timed service dependency
61 * [FELIX-4869] - Callbacks not invoked for dependencies that are added after the component is initialized
62
63** Improvement
64 * [FELIX-4614] - Factory create() method should have access to the component definition
65 * [FELIX-4873] - Enhance DM API to get missing and circular dependencies
66 * [FELIX-4878] - Support more signatures for Dependency callbacks
67 * [FELIX-4880] - Missing callback instance support for some adapters
68 * [FELIX-4889] - Refactor dm shell command to use the org.apache.dm.diagnostics api
69
70** Wish
71 * [FELIX-4875] - Update DM integration test with latest ConfigAdmin
72
73
74Release Notes - Felix - Version org.apache.felix.dependencymanager-r2:
75=====================================================================
76
77** Bug
78 * [FELIX-4832] - ClassCastException with autoconfig Iterable fields
79 * [FELIX-4833] - Revisit some javadocs in the DM annotations.
80
81
82Release Notes - Felix - Version org.apache.felix.dependencymanager-r1:
83======================================================================
84
85** Bug
86 * [FELIX-4304] - DependencyManager ComponentImpl should not assume all service properties are stored in a Hashtable
87 * [FELIX-4394] - Race problems in DependencyManager Configuration Dependency
88 * [FELIX-4588] - createCopy method ConfigurationDependency produces a malfunctioning clone
89 * [FELIX-4594] - Propagation from dependencies overwrites service properties
90 * [FELIX-4598] - BundleDependency can effectively track only one bundle
91 * [FELIX-4602] - TemporalServiceDependency does not properly propagate RuntimeExceptions
92 * [FELIX-4709] - Incorrect Named Dependencies are binded to the Service Instance
93
94** Improvement
95 * [FELIX-3914] - Log unsuccessful field injections
96 * [FELIX-4158] - ComponentDeclaration should give access to component information
97 * [FELIX-4667] - "top" command for the Dependency Manager Shell
98 * [FELIX-4672] - Allow callbacks to third party instance for adapters
99 * [FELIX-4673] - Log any error thrown when trying to create a null object.
100 * [FELIX-4777] - Dynamic initialization time configuration of @ConfigurationDependency
101 * [FELIX-4805] - Deprecate DM annotation metatypes
102
103** New Feature
104 * [FELIX-4426] - Allow DM to manage collections of services
105 * [FELIX-4807] - New thread model for Dependency Manager
106
107** Wish
108 * [FELIX-2706] - Support callback delegation for Configuration Dependecies
109 * [FELIX-4600] - Cherrypicking of propagated properties
110 * [FELIX-4676] - Add Provide-Capability for DependencyManager Runtime bundle
111 * [FELIX-4680] - Add more DM ServiceDependency callback signatures
112 * [FELIX-4683] - Allow to configure the DependencyManager shell scope
113 * [FELIX-4684] - Replace DependencyManager Runtime "factorySet" by a cleaner API
114 * [FELIX-4818] - New release process for Dependency Manager