Pierre De Rop | e90e021 | 2015-03-19 19:39:06 +0000 | [diff] [blame] | 1 | Release org.apache.felix.dependencymanager.r2: |
| 2 | --------------------------------------------- |
| 3 | |
| 4 | FELIX-4832: ClassCastException with autoconfig Iterable fields. |
| 5 | |
Pierre De Rop | 6710d1b | 2015-03-01 17:42:46 +0000 | [diff] [blame] | 6 | Release org.apache.felix.dependencymanager.r1: |
| 7 | --------------------------------------------- |
Pierre De Rop | 3a00a21 | 2015-03-01 09:27:46 +0000 | [diff] [blame] | 8 | |
| 9 | FELIX-2706: Support callback delegation for Configuration Dependencies |
| 10 | FELIX-3914: Log unsuccessful field injections |
| 11 | FELIX-4158: ComponentDeclaration should give access to component information |
| 12 | FELIX-4304: DependencyManager ComponentImpl should not assume all service properties are stored in a Hashtable |
| 13 | FELIX-4394: Race problems in DependencyManager Configuration Dependency |
| 14 | FELIX-4426: Allow DM to manage collections of services |
| 15 | FELIX-4588: createCopy method ConfigurationDependency produces a malfunctioning clone |
| 16 | FELIX-4594: Propagation from dependencies overwrites service properties |
| 17 | FELIX-4598: BundleDependency can effectively track only one bundle |
| 18 | FELIX-4600: Cherrypicking of propagated properties |
| 19 | FELIX-4602: TemporalServiceDependency does not properly propagate RuntimeExceptions |
| 20 | FELIX-4667: "top" command for the Dependency Manager Shell |
| 21 | FELIX-4672: Allow callbacks to third party instance for adapters |
| 22 | FELIX-4673: Log any error thrown when trying to create a null object |
| 23 | FELIX-4680: Add more DM ServiceDependency callback signatures |
| 24 | FELIX-4807: New thread model for Dependency Manager |
Pierre De Rop | 6710d1b | 2015-03-01 17:42:46 +0000 | [diff] [blame] | 25 | FELIX-4816: bndtools-ify Dependency Manager |
Pierre De Rop | 3a00a21 | 2015-03-01 09:27:46 +0000 | [diff] [blame] | 26 | |
| 27 | Release 3.2.0: |
| 28 | -------------- |
| 29 | |
| 30 | FELIX-3910: Race conditions in DependencyManager |
| 31 | FELIX-4334: ServiceDependency properties change callback issue |
| 32 | FELIX-4285: Remove abstract modifier from DependencyActivatorBase.destroy() |
| 33 | FELIX-4294: Dependency Manager Shell improvements |
| 34 | FELIX-4305: DependencyMananer Adapters - service properties propagation |
| 35 | FELIX-4002: ComponentStateListener.started is invoked twice when the listener is added in the start method. |
| 36 | FELIX-4395: DependencyManager Configuration Dependency does not clone some class fields. |
| 37 | FELIX-4014: handleAspectAwareRemoved in ServiceDependencyImpl can cause a possible deadlock |
| 38 | FELIX-4097: Allow debug logging for specific instances of service dependencies to debug wiring issues. |
| 39 | FELIX-4098: Aspect swap sometimes invokes the callbacks in the wrong order in a multithreaded application. |
| 40 | FELIX-4099: Add support for negations in the multi property filter index. |
| 41 | FELIX-4186: NPE in DependencyManager Logger |
| 42 | FELIX-4226: Add option to have the dependency manager log against a single BundleContext's LogService. |
| 43 | FELIX-4361: Possible ConcurrentModificationException in DependencyManager.getComponents() |
| 44 | |
| 45 | Release 3.1.0 |
| 46 | ------------- |
| 47 | |
| 48 | FELIX-303 - Support for compositions |
| 49 | FELIX-1201 - Issue with DM and CM |
| 50 | FELIX-1278 - DM/ AutoConfig is active event if setCallbacks method has been invoked |
| 51 | FELIX-1464 - issue when using a negation in ldap service dependency filter |
| 52 | FELIX-1546 - DM/Temporal Dependency/Bound Service Replacement features |
| 53 | FELIX-2078 - Not all callbacks invoked when declaring a service as required and starting it after dependencies |
| 54 | FELIX-2344 - DM / callback method is not invoked when an extra dependency is defined within an "init" component method. |
| 55 | FELIX-2348 - DM/ ResourceAdapter NPE |
| 56 | FELIX-2369 - DM/ Service start method is invoked even if an extra required dependency is unavailable |
| 57 | FELIX-2816 - dependency manager calls init() twice |
| 58 | FELIX-2947 - Filter indices must use service trackers that track all services and aspects. |
| 59 | FELIX-2953 - Make the cache that InvocationUtil uses configurable. |
| 60 | FELIX-2954 - DM/ annotated component factory does not allow to provide a component instance explicitly |
| 61 | FELIX-2955 - IllegalStateException when doing a 'dm notavail' shell command. |
| 62 | FELIX-2956 - DM/ json should be embedded in the annotation scanner plugin |
| 63 | FELIX-2964 - DM/ NPE on some dependency manager adapters, when "auto-configuration" mode is disabled. |
| 64 | FELIX-2970 - DM/ Factory Configuration Adapter Service does not copy adapter dependencies |
| 65 | FELIX-2976 - InvocationUtil cache is not used properly for determining that methods do not exist in a class |
| 66 | FELIX-2987 - DependencyManager ConfigurationDependency update isn't propagated to super classes |
| 67 | FELIX-3008 - NPE in ServiceRegistryCache when dependency manager bundle is not started first |
| 68 | FELIX-3042 - [PATCH] Add a convenience clear() method on DependencyManager |
| 69 | FELIX-3057 - getServiceReferences() should not return an empty array |
| 70 | FELIX-3186 - Adapter services do not get their adapted services transparently replaced when an aspect is added to them. |
| 71 | FELIX-3201 - Offer more functional callback methods for services that have aspects on them. |
| 72 | FELIX-3218 - ServiceTracker performance is not optimal with a service dependency that results in n-thousands of injected services. |
| 73 | FELIX-3264 - Dependency manager shell should not print the state of optional dependencies when not all required ones are available |
| 74 | FELIX-3292 - Allow passing of resource properties to a resource handler for use with resource adapters. |
| 75 | FELIX-3337 - DependencyManager/Updated configuration dependency does not propagate to provided service properties |
| 76 | FELIX-3402 - DependencyManager stop can trigger IndexOutOfBoundsException |
| 77 | FELIX-3423 - AdapterImpl copies the DependencyManager.ASPECT service property when adapting an aspect. |
| 78 | FELIX-3424 - Add support for changed callbacks on Aspect services. |
| 79 | FELIX-3425 - Provide a filter index for adapter services. |
| 80 | FELIX-3475 - DependencyManager compatibility bundle - ServiceDependencyImpl does not override toString |
| 81 | FELIX-3564 - Memory leak in Filterindex / ServiceRegistryCache |
| 82 | FELIX-3592 - ServiceDependencyImpl does not copy the swapped callback in it's constructor. |
| 83 | FELIX-3617 - Missing toString methods in DependencyManager compat bundle |
| 84 | FELIX-3682 - Dependency Manager Annotation-3.0.0 module doesn't expose OSGI meta information in MANIFEST.MF |
| 85 | FELIX-3828 - Aspect and Adapter filter indices to not handle components that have been bound with multiple interfaces correctly. |
| 86 | |
| 87 | |
| 88 | Release 3.0.0 |
| 89 | ------------- |
| 90 | |
| 91 | Major, backward incompatible release. Start of recorded changes. |