| Release Notes - Felix - Version org.apache.felix.dependencymanager-r8 |
| ====================================================================== |
| |
| ** Bug |
| * [FELIX-5146] - Service adapters turn on autoconf even if callbacks are used |
| * [FELIX-5147] - Bundle Adapter auto configures class fields even if callbacks are used |
| * [FELIX-5153] - DM4 calls stop before ungetService() on ServiceFactory components |
| * [FELIX-5155] - Adapter/Aspect extra service dependencies injected twice if using callback instance |
| * [FELIX-5178] - Make some component parameters as volatile |
| * [FELIX-5181] - Only log info/debug if dm annotation log parameter is enabled |
| * [FELIX-5187] - No errog log when configuration dependency callback is not found |
| * [FELIX-5188] - No error log when a factory pid adapter update callback is not found |
| * [FELIX-5192] - ConfigurationDependency race condition when component is stopped |
| * [FELIX-5193] - Factory Pid Adapter race condition when component is stopped |
| * [FELIX-5200] - Factory configuration adapter not restarted |
| |
| ** Improvement |
| * [FELIX-5126] - Build DM using Java 8 |
| * [FELIX-5164] - Add support for callback instance in Aspects |
| * [FELIX-5177] - Support injecting configuration proxies |
| * [FELIX-5180] - Support for Java8 Repeatable Properties in DM annotations. |
| * [FELIX-5182] - Cleanup DM samples |
| * [FELIX-5201] - Improve how components are displayed with gogo shell |
| |
| ** New Feature |
| * [FELIX-4689] - Create a more fluent syntax for the dependency manager builder |
| |
| Release Notes - Felix - Version org.apache.felix.dependencymanager-r6 |
| ====================================================================== |
| |
| ** Bug |
| * [FELIX-4974] - DM filter indices not enabled if the dependencymanager bundle is started first |
| * [FELIX-5045] - DM Optional callbacks may sometimes be invoked before start callback |
| * [FELIX-5046] - Gradle wrapper is not included in DM source release |
| |
| ** Improvement |
| * [FELIX-4921] - Ensure binary equality of the same bundle between successive DM releases |
| * [FELIX-4922] - Simplify DM changelog management |
| * [FELIX-5054] - Clean-up instance bound dependencies when component is destroyed |
| * [FELIX-5055] - Upgrade DM to BndTools 3.0.0 |
| * [FELIX-5104] - Call a conf dependency callback Instance with an instantiated component |
| * [FELIX-5113] - Remove useless wrong test in ConfigurationDependencyImpl |
| * [FELIX-5114] - Schedule configuration update in Component executor synchronously |
| |
| Release Notes - Felix - Version org.apache.felix.dependencymanager-r5: |
| ====================================================================== |
| |
| ** Bug |
| * [FELIX-4907] - ConfigurationDependency calls updated(null) when component is stopped. |
| * [FELIX-4910] - ComponentExecutorFactory does not allow to return null from getExecutorFor method. |
| * [FELIX-4913] - DM Optional callbacks may sometimes be invoked twice |
| |
| ** Improvement |
| * [FELIX-4876] - DM Annotations bnd plugin compatibility with Bndtools 2.4.1 / 3.0.0 versions |
| * [FELIX-4877] - DM Annotations should detect service type using more method signatures. |
| * [FELIX-4915] - Skip unecessary manifest headers in DM bnd file |
| |
| |
| Release Notes - Felix - Version org.apache.felix.dependencymanager-r3: |
| ===================================================================== |
| ** Bug |
| * [FELIX-4858] - DependencyManager: missing createCopy method in timed service dependency |
| * [FELIX-4869] - Callbacks not invoked for dependencies that are added after the component is initialized |
| |
| ** Improvement |
| * [FELIX-4614] - Factory create() method should have access to the component definition |
| * [FELIX-4873] - Enhance DM API to get missing and circular dependencies |
| * [FELIX-4878] - Support more signatures for Dependency callbacks |
| * [FELIX-4880] - Missing callback instance support for some adapters |
| * [FELIX-4889] - Refactor dm shell command to use the org.apache.dm.diagnostics api |
| |
| ** Wish |
| * [FELIX-4875] - Update DM integration test with latest ConfigAdmin |
| |
| |
| Release Notes - Felix - Version org.apache.felix.dependencymanager-r2: |
| ===================================================================== |
| |
| ** Bug |
| * [FELIX-4832] - ClassCastException with autoconfig Iterable fields |
| * [FELIX-4833] - Revisit some javadocs in the DM annotations. |
| |
| |
| Release Notes - Felix - Version org.apache.felix.dependencymanager-r1: |
| ====================================================================== |
| |
| ** Bug |
| * [FELIX-4304] - DependencyManager ComponentImpl should not assume all service properties are stored in a Hashtable |
| * [FELIX-4394] - Race problems in DependencyManager Configuration Dependency |
| * [FELIX-4588] - createCopy method ConfigurationDependency produces a malfunctioning clone |
| * [FELIX-4594] - Propagation from dependencies overwrites service properties |
| * [FELIX-4598] - BundleDependency can effectively track only one bundle |
| * [FELIX-4602] - TemporalServiceDependency does not properly propagate RuntimeExceptions |
| * [FELIX-4709] - Incorrect Named Dependencies are binded to the Service Instance |
| |
| ** Improvement |
| * [FELIX-3914] - Log unsuccessful field injections |
| * [FELIX-4158] - ComponentDeclaration should give access to component information |
| * [FELIX-4667] - "top" command for the Dependency Manager Shell |
| * [FELIX-4672] - Allow callbacks to third party instance for adapters |
| * [FELIX-4673] - Log any error thrown when trying to create a null object. |
| * [FELIX-4777] - Dynamic initialization time configuration of @ConfigurationDependency |
| * [FELIX-4805] - Deprecate DM annotation metatypes |
| |
| ** New Feature |
| * [FELIX-4426] - Allow DM to manage collections of services |
| * [FELIX-4807] - New thread model for Dependency Manager |
| |
| ** Wish |
| * [FELIX-2706] - Support callback delegation for Configuration Dependecies |
| * [FELIX-4600] - Cherrypicking of propagated properties |
| * [FELIX-4676] - Add Provide-Capability for DependencyManager Runtime bundle |
| * [FELIX-4680] - Add more DM ServiceDependency callback signatures |
| * [FELIX-4683] - Allow to configure the DependencyManager shell scope |
| * [FELIX-4684] - Replace DependencyManager Runtime "factorySet" by a cleaner API |
| * [FELIX-4818] - New release process for Dependency Manager |