Pierre De Rop | 70a3304 | 2016-02-24 00:05:54 +0000 | [diff] [blame] | 1 | Release 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 |
Pierre De Rop | 603359a | 2016-02-28 19:11:09 +0000 | [diff] [blame] | 15 | * [FELIX-5200] - Factory configuration adapter not restarted |
| 16 | |
Pierre De Rop | 70a3304 | 2016-02-24 00:05:54 +0000 | [diff] [blame] | 17 | ** Improvement |
Pierre De Rop | 603359a | 2016-02-28 19:11:09 +0000 | [diff] [blame] | 18 | * [FELIX-5126] - Build DM using Java 8 |
Pierre De Rop | 70a3304 | 2016-02-24 00:05:54 +0000 | [diff] [blame] | 19 | * [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 Rop | 603359a | 2016-02-28 19:11:09 +0000 | [diff] [blame] | 23 | * [FELIX-5201] - Improve how components are displayed with gogo shell |
Pierre De Rop | 70a3304 | 2016-02-24 00:05:54 +0000 | [diff] [blame] | 24 | |
| 25 | ** New Feature |
Pierre De Rop | 603359a | 2016-02-28 19:11:09 +0000 | [diff] [blame] | 26 | * [FELIX-4689] - Create a more fluent syntax for the dependency manager builder |
Pierre De Rop | 70a3304 | 2016-02-24 00:05:54 +0000 | [diff] [blame] | 27 | |
Pierre De Rop | 06622f5 | 2015-09-24 21:32:11 +0000 | [diff] [blame] | 28 | Release Notes - Felix - Version org.apache.felix.dependencymanager-r6 |
Pierre De Rop | e22ac56 | 2015-09-18 22:12:37 +0000 | [diff] [blame] | 29 | ====================================================================== |
| 30 | |
| 31 | ** Bug |
Pierre De Rop | 06622f5 | 2015-09-24 21:32:11 +0000 | [diff] [blame] | 32 | * [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 Rop | af33161 | 2015-09-18 22:17:09 +0000 | [diff] [blame] | 35 | |
Pierre De Rop | 06622f5 | 2015-09-24 21:32:11 +0000 | [diff] [blame] | 36 | ** 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 Rop | 7f45ee0 | 2015-11-16 20:56:42 +0000 | [diff] [blame] | 41 | * [FELIX-5104] - Call a conf dependency callback Instance with an instantiated component |
Pierre De Rop | 58018a1 | 2015-11-22 18:40:55 +0000 | [diff] [blame] | 42 | * [FELIX-5113] - Remove useless wrong test in ConfigurationDependencyImpl |
Pierre De Rop | 41e1471 | 2015-11-22 21:56:32 +0000 | [diff] [blame] | 43 | * [FELIX-5114] - Schedule configuration update in Component executor synchronously |
Pierre De Rop | e22ac56 | 2015-09-18 22:12:37 +0000 | [diff] [blame] | 44 | |
Pierre De Rop | 576f405 | 2015-06-11 22:38:20 +0000 | [diff] [blame] | 45 | Release 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 | |
| 59 | Release 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 | |
| 76 | Release 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 | |
| 84 | Release 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 |