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