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