- 75934ce [maven-release-plugin] prepare for next development iteration by Pierre De Rop · 10 years ago
- 25e33c7 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.2.0 by Pierre De Rop · 10 years ago
- f25f931 fixed artifacts version: core, shell, annotation, and runtime articacts are all using version 3.2.0-SNAPSHOT by Pierre De Rop · 10 years ago
- 8ad910e cancelling release candidate and resetting version to 3.2.0-SNAPSHOT by Pierre De Rop · 10 years ago
- dc27c40 [maven-release-plugin] prepare for next development iteration by Pierre De Rop · 10 years ago
- 446322d [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.2.0 by Pierre De Rop · 10 years ago
- aa5f7b4 FELIX-4294: bumped org.apache.felix.dm package version to 3.1.0 by Pierre De Rop · 10 years ago
- 37ef651 Revert to parent pom 1.2.0 and to maven-bundle-plugin 2.3.4 because it's not worth doing this (see FELIX-4557) by Pierre De Rop · 10 years ago
- f4401b4 [maven-release-plugin] rollback the release of org.apache.felix.dependencymanager-3.2.0 by Pierre De Rop · 10 years ago
- b2ca118 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.2.0 by Pierre De Rop · 10 years ago
- 4713947 fixed scm section by Pierre De Rop · 10 years ago
- a725215 use latest maven-bundle-plugin 2.5.0 by Pierre De Rop · 10 years ago
- e644662 updated changelogs with all issues fixed since previous release by Pierre De Rop · 10 years ago
- 5d3fd5f fixed scm section by Pierre De Rop · 10 years ago
- ad7edb4 updated parent pom to 2.1 version. declared scm section. by Pierre De Rop · 10 years ago
- efd43c6 updated copyright year by Pierre De Rop · 10 years ago
- 3d1e8f8 updated copyright year by Pierre De Rop · 10 years ago
- 22f7b9b FELIX-4395: DependencyManager Configuration Dependency does not clone some class fields by Pierre De Rop · 10 years ago
- 69ce08a FELIX-4002: Fixed addStateListener method: we don't have to call any missed listener callbacks if the component is stopped. by Pierre De Rop · 10 years ago
- 02f11a8 changelog += FELIX-4002 by Pierre De Rop · 10 years ago
- 7d8f1d2 FELIX-4002: Using the reentrant serial executor in order to fix the FELIX-4002 issue. by Pierre De Rop · 10 years ago
- aea356f FELIX-3910: Back ported the new SerialExecutor from the upcoming dependency 4.0 version, and using it in the by Pierre De Rop · 10 years ago
- f9a2e2c changed copyright year by Pierre De Rop · 10 years ago
- c632687 FELIX-4361 Applied the patch, including the suggestion from Sander Mak. Modified the existing test case to correctly terminate instead of waiting 30 seconds. Added a simpler test case that shows the problem without relying on multiple threads. by Marcel Offermans · 11 years ago
- 0007c02 Added FELIX-4305 by Pierre De Rop · 11 years ago
- 344e28c FELIX-4305: by Pierre De Rop · 11 years ago
- 01b337b FELIX-4305: implements new autoConfig/propagate methods from ComponentDeclaration interface. by Pierre De Rop · 11 years ago
- 4011ca6 FELIX-4305: All aspect dependency callbacks are proxied in order to propagate original service properties modification. by Pierre De Rop · 11 years ago
- 7262b27 FELIX-4305: Configure adapter service dependency with "setPropagate" in order to automaically reflect by Pierre De Rop · 11 years ago
- 1873e00 FELIX-4305: Added getServices() method, which returns a snapshot of all currently instantiated services. by Pierre De Rop · 11 years ago
- 4a7f85c FELIX-4305: Fixed some javadocs. Added autoConfig(final Dependency dependency), propagate(final Dependency dependency) methods. by Pierre De Rop · 11 years ago
- 09513a8 FELIX-4294: Reverted the getServiceProperties() method to the previous version by Pierre De Rop · 11 years ago
- 7cc75b2 FELIX-4294: Added getName method by Pierre De Rop · 11 years ago
- d46267e FELIX-4294: added getClassName, getId, getServices methods. Modified getServiceProperties to return adapter service properties by Pierre De Rop · 11 years ago
- ad2121c FELIX-4294: added getName method by Pierre De Rop · 11 years ago
- e149cca FELIX-4294: added getClassName,getId,getServices methods. renamed propertiesToString method name to appendProperties. Modified getName method. by Pierre De Rop · 11 years ago
- efa6b38 FELIX-4294: added toString method for shell improvement by Pierre De Rop · 11 years ago
- 130ba87 FELIX-4294: Added getClassName,getServices,getServiceProperties,getId methods by Pierre De Rop · 11 years ago
- 3e839e2 Added FELIX-4294 by Pierre De Rop · 11 years ago
- f98142e Added FELIX-4334 issue. by Pierre De Rop · 11 years ago
- 489a474 FELIX-4334: When a dependency is modified, the component "change" callback must be invoked by Pierre De Rop · 11 years ago
- 908fe14 FELIX-3910: Renamed some methods/class attributes starting with an underscore. by Pierre De Rop · 11 years ago
- 71ba6da Rewrote the debug logging methods from single method with m_debug check to m_debug check at all places where debug logging is done. The single method caused a performance hit. by Xander Uiterlinden · 11 years ago
- 94ec200 added FELIX-3910, FELIX-4285 by Pierre De Rop · 11 years ago
- 1d14e8b FELIX-4285: Remove abstract modifier from DependencyActivatorBase.destroy() by Pierre De Rop · 11 years ago
- 6aaa404 FELIX-3910: Moved inherited m_serviceInstance attribute to this class. Made protected the getService method. by Pierre De Rop · 11 years ago
- 1ad6732 FELIX-3910: Refactored public methods with the BlockingSerialExecutor class. Made protected the getService method. by Pierre De Rop · 11 years ago
- 438a685 FELIX-3910: Made final or volatile some class attributes, which are set from synchronized setters, by Pierre De Rop · 11 years ago
- afe1295 FELIX-3910: Added new SerialExecutor, which blocks other invokers while a leader is executing a task. by Pierre De Rop · 11 years ago
- ce690b5 Removed unused import. by Xander Uiterlinden · 11 years ago
- 29a1e3e Modified ServiceDependencyImpl debug logging to also include the debugKey in the actual log messages. by Xander Uiterlinden · 11 years ago
- 0aeb753 Changed map of tracked items to a LinkedHashMap to make the ServiceTracker behavior on close more deterministic. by Xander Uiterlinden · 11 years ago
- ddf6731 Aligned singleContextLog system property with naming convention of all other dm system properties. by Xander Uiterlinden · 11 years ago
- 5f9bab1 ServiceTracker did note take the trackAllAspects setting into account in the setInitial method causing the ServiceDependencyImpl to remove rather than swap services in some occasions. by Xander Uiterlinden · 11 years ago
- 10bebd8 Removed unused import. by Xander Uiterlinden · 11 years ago
- 7f99810 Small performance improvement in SerialExecutor trough preventing exceptions. by Xander Uiterlinden · 11 years ago
- 2da4ddd FELIX-4186: Fixed NPE in dependency manager Logger. by Pierre De Rop · 11 years ago
- 715f50c Improved the logging option allowing to log bad performing service lookups (filters possible eligible for indexing). by Xander Uiterlinden · 11 years ago
- 5e08569 FELIX-4226 Add option to have the dependency manager log against a single BundleContext's LogService. by Xander Uiterlinden · 11 years ago
- 5145cff Added a null check since the current version fails on Java 1.7 which does not allow null additions on a TreeSet. by Xander Uiterlinden · 11 years ago
- 37631ed removed use of AtomicLong in BundleContextInterceptor since it's a 1.5+ feature. by Xander Uiterlinden · 11 years ago
- 48f267b Resolved FELIX-4014 (possible deadlock on ServiceDependencyImpl.handleAspectAwareRemoved), FELIX-4097 (debug logging in ServiceDependency), FELIX-4098 (wrong swap order with multiple threads), FELIX-4099 (support for negate in multi property filter index). by Xander Uiterlinden · 11 years ago
- 339d4e4 Fixed a race condition which allowed two threads to start taking items from the serial queue. by Marcel Offermans · 11 years ago
- c1f25b2 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
- d251a84 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.1.0 by Marcel Offermans · 12 years ago
- cba269a Added several bits of javadoc to the public API methods. by Marcel Offermans · 12 years ago
- 8b6b003 Updates in preparation of the upcoming release. by Marcel Offermans · 12 years ago
- 8222d98 FELIX-3402 Applied a slightly modified version of the patch. by Marcel Offermans · 12 years ago
- d1c9490 Missing license header and some whitespace fixes. by Marcel Offermans · 12 years ago
- 5190d72 FELIX-3828 Fixed both the Adapter and the Aspect filter index. by Xander Uiterlinden · 12 years ago
- 652065a Several small performance enhancements. by Xander Uiterlinden · 12 years ago
- 30303d6 FELIX-3592 Also copy the name of the swapped callback in the constructor of ServiceDependencyImpl. by Xander Uiterlinden · 12 years ago
- 3c194c3 FELIX-3564: Fixed memory leak in ServiceRegistryCache by Xander Uiterlinden · 12 years ago
- facde68 A couple of fixes to prevent deadlocks where we were calling out to the framework whilst holding a lock. This seems to fix some issues in FELIX-3337 (which was failing on trunk, even though it had been resolved before) and hopefully prevents some deadlocks for which we currently have no tests. by Marcel Offermans · 12 years ago
- 1791999 Added an IllegalStateException in ServiceDependencyImpl in case a swap is about to be performed with two services having the same service ranking. by Xander Uiterlinden · 13 years ago
- 0374da1 Reverted wrong decorator fix. by Xander Uiterlinden · 13 years ago
- 08615d2 Fixed bug in swapped callback of AbstractDecorator. Instead of really swapping it re-added the old service instead of the new one. by Xander Uiterlinden · 13 years ago
- 5b6e9d1 removed not intentional import. by Xander Uiterlinden · 13 years ago
- 4f80b36 processed review comments on FELIX-3425. by Xander Uiterlinden · 13 years ago
- b64a8e2 resolved FELIX-3424, resolved FELIX-3425. by Xander Uiterlinden · 13 years ago
- f6d89b0 FELIX-3423: Prevented the copy of the DependencyManager.ASPECT service property to the adapter's service properties. by Xander Uiterlinden · 13 years ago
- a879ebe Added synchronization blocks to ServiceTracker and AspectFilterIndex to solve and prevent concurrency issues. by Xander Uiterlinden · 13 years ago
- 4aa032c FELIX-3186 Applied the patch, with some improvements. by Marcel Offermans · 13 years ago
- d26f2bd FELIX-3292 Applied the second patch. Removed one callback signature that should have been removed, added @deprecated tags and some comments. by Marcel Offermans · 13 years ago
- 97315a5 FELIX-3264 updated the shell command to show '(not tracking)' for dependencies that are not started yet by Marcel Offermans · 13 years ago
- ab4f408 FELIX-3218 applied the patch and slightly modified it to hopefully make it even faster (creates less garbage now and the inner class is made static which should save some bytes) and removed some old, commented out code by Marcel Offermans · 13 years ago
- 0709583 FELIX-3042 committed the supplied patch by Marcel Offermans · 13 years ago
- 7f0cec0 FELIX-3201 applied the patch by Marcel Offermans · 13 years ago
- e380c0b Bugfix for an IllegalStateException that occurred in the shell command because of propagated configuration items not being available. Added an explicit check. by Marcel Offermans · 13 years ago
- 9f9dd1a FELIX-3057 fixed the bug by Marcel Offermans · 13 years ago
- a7dadd5 FELIX-3008 Added test and fix for this issue. If the dependency manager bundle was not yet started when indices are defined and the first bundle starts to use them, that bundle will then attempt to start the dependency manager automatically. If that fails, no indices will be used. by Marcel Offermans · 13 years ago
- 394923d Small bugfix, under certain circumstances, the filter key was not properly constructed. by Marcel Offermans · 13 years ago
- 540daac Renamed the property that enables filter indices. by Marcel Offermans · 13 years ago
- a808519 FELIX-2987 Fixed. by Marcel Offermans · 13 years ago
- 84ac937 FELIX-2976 fixed the issue by checking if the key is actually in the cache with a null value by Marcel Offermans · 13 years ago
- 00f188a Modified the filter to properly handle the fact that keys in service properties are case insensitive. by Marcel Offermans · 13 years ago
- b4c5868 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 13 years ago
- 58f6c39 FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled) by Pierre De Rop · 13 years ago
- c7fbf78 FELIX-2955 Fixed the bug by making sure that only dependency managers that still have a valid bundle context are returned. by Marcel Offermans · 13 years ago
- e090607 FELIX-2953 Made the cache size configurable via a system property. by Marcel Offermans · 13 years ago