1. ddf6731 Aligned singleContextLog system property with naming convention of all other dm system properties. by Xander Uiterlinden · 11 years ago
  2. 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
  3. 10bebd8 Removed unused import. by Xander Uiterlinden · 11 years ago
  4. 7f99810 Small performance improvement in SerialExecutor trough preventing exceptions. by Xander Uiterlinden · 11 years ago
  5. 2da4ddd FELIX-4186: Fixed NPE in dependency manager Logger. by Pierre De Rop · 11 years ago
  6. 715f50c Improved the logging option allowing to log bad performing service lookups (filters possible eligible for indexing). by Xander Uiterlinden · 11 years ago
  7. 5e08569 FELIX-4226 Add option to have the dependency manager log against a single BundleContext's LogService. by Xander Uiterlinden · 11 years ago
  8. 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
  9. 37631ed removed use of AtomicLong in BundleContextInterceptor since it's a 1.5+ feature. by Xander Uiterlinden · 11 years ago
  10. 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
  11. 339d4e4 Fixed a race condition which allowed two threads to start taking items from the serial queue. by Marcel Offermans · 11 years ago
  12. cba269a Added several bits of javadoc to the public API methods. by Marcel Offermans · 12 years ago
  13. 8222d98 FELIX-3402 Applied a slightly modified version of the patch. by Marcel Offermans · 12 years ago
  14. d1c9490 Missing license header and some whitespace fixes. by Marcel Offermans · 12 years ago
  15. 5190d72 FELIX-3828 Fixed both the Adapter and the Aspect filter index. by Xander Uiterlinden · 12 years ago
  16. 652065a Several small performance enhancements. by Xander Uiterlinden · 12 years ago
  17. 30303d6 FELIX-3592 Also copy the name of the swapped callback in the constructor of ServiceDependencyImpl. by Xander Uiterlinden · 12 years ago
  18. 3c194c3 FELIX-3564: Fixed memory leak in ServiceRegistryCache by Xander Uiterlinden · 12 years ago
  19. 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
  20. 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 · 12 years ago
  21. 0374da1 Reverted wrong decorator fix. by Xander Uiterlinden · 12 years ago
  22. 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 · 12 years ago
  23. 5b6e9d1 removed not intentional import. by Xander Uiterlinden · 12 years ago
  24. 4f80b36 processed review comments on FELIX-3425. by Xander Uiterlinden · 12 years ago
  25. b64a8e2 resolved FELIX-3424, resolved FELIX-3425. by Xander Uiterlinden · 12 years ago
  26. f6d89b0 FELIX-3423: Prevented the copy of the DependencyManager.ASPECT service property to the adapter's service properties. by Xander Uiterlinden · 12 years ago
  27. a879ebe Added synchronization blocks to ServiceTracker and AspectFilterIndex to solve and prevent concurrency issues. by Xander Uiterlinden · 12 years ago
  28. 4aa032c FELIX-3186 Applied the patch, with some improvements. by Marcel Offermans · 13 years ago
  29. 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
  30. 97315a5 FELIX-3264 updated the shell command to show '(not tracking)' for dependencies that are not started yet by Marcel Offermans · 13 years ago
  31. 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
  32. 0709583 FELIX-3042 committed the supplied patch by Marcel Offermans · 13 years ago
  33. 7f0cec0 FELIX-3201 applied the patch by Marcel Offermans · 13 years ago
  34. 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
  35. 9f9dd1a FELIX-3057 fixed the bug by Marcel Offermans · 13 years ago
  36. 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
  37. 394923d Small bugfix, under certain circumstances, the filter key was not properly constructed. by Marcel Offermans · 13 years ago
  38. 540daac Renamed the property that enables filter indices. by Marcel Offermans · 13 years ago
  39. a808519 FELIX-2987 Fixed. by Marcel Offermans · 13 years ago
  40. 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
  41. 00f188a Modified the filter to properly handle the fact that keys in service properties are case insensitive. by Marcel Offermans · 13 years ago
  42. b4c5868 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 13 years ago
  43. 58f6c39 FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled) by Pierre De Rop · 13 years ago
  44. 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
  45. e090607 FELIX-2953 Made the cache size configurable via a system property. by Marcel Offermans · 13 years ago
  46. d30ac1c FELIX-2947 Indices now track all services and aspects, which solves the problem. by Marcel Offermans · 13 years ago
  47. cdd0f29 FELIX-2946 Implemented an option to have the tracker track all aspects. Bumped bundle and tracker package versions to 3.1.0. by Marcel Offermans · 13 years ago
  48. ad965fb Code was being invoked too often (calling a static method from each and every instance, instead of just once). by Marcel Offermans · 13 years ago
  49. 66df0b8 FilterService now implements ComponentDeclaration, as it should have done all along. ComponentImpl now treats keys in a map of properties as objects, instead of assuming they're all strings. by Marcel Offermans · 13 years ago
  50. 837cc96 Moved the FilterIndex to the public package. Although highly experimental, it is part of the API. by Marcel Offermans · 13 years ago
  51. 90ba4fa Moving implementation code to its right subpackage. by Marcel Offermans · 13 years ago
  52. 5be5f14 Added an @author tag to all class comments. by Marcel Offermans · 13 years ago
  53. fd7deb0 Implemented a filter index that speeds up aspects. Some bugfixes. by Marcel Offermans · 13 years ago
  54. 5c4343a Fixed some of the TODO items in the code. by Marcel Offermans · 13 years ago
  55. 2f6e82b Added license headers to new source files. by Marcel Offermans · 13 years ago
  56. 227dd71 Added several performance improvements, most of them still experimental, plus started to prepare for a release. by Marcel Offermans · 13 years ago
  57. 392c202 Fixed an error that tried to make a constructor accessible, but failed. by Marcel Offermans · 13 years ago
  58. a8818d5 Aligned the aspect and adapter features. Added support for callback methods. Updated the documentation. by Marcel Offermans · 14 years ago
  59. 8a1fa51 FELIX-2875 Relaxed the methods a bit and consolidated all logic into a private method that does the real work. by Marcel Offermans · 14 years ago
  60. deda432 Fixed an issue with dynamic life cycle listeners. by Marcel Offermans · 14 years ago
  61. 5fed9ef - Deactivate the service when a dependency is lost while the framework is stopping. This is indeed by Pierre De Rop · 14 years ago
  62. 7784e40 Bugfix. by Marcel Offermans · 14 years ago
  63. d60b54d Fixed a potential NPE that seemed to occur under specific circumstances when the component was stopped. by Marcel Offermans · 14 years ago
  64. a1bc22a FELIX-2752 Nulled m_registration after unregistering a service. by Marcel Offermans · 14 years ago
  65. e7baff5 Synchronized access to m_sr. by Marcel Offermans · 14 years ago
  66. 09e14aa Bugfixes for several issues with required service dependencies with callbacks in scenarios where multiple dependencies are available. by Marcel Offermans · 14 years ago
  67. 706fb27 Work in progress, internal refactorings and bugfixes. by Marcel Offermans · 14 years ago
  68. 4a27ad2 FELIX-2696 Now properly flushes the internal cache that keeps track of which component instances already had their updated() method invoked. by Marcel Offermans · 14 years ago
  69. 761a449 Fetch again the current state in the add(List) method, just before invoking calculateStateChanges method. by Pierre De Rop · 14 years ago
  70. ff4758f Incorrectly dealt with service changed events. by Marcel Offermans · 14 years ago
  71. b7b6cd4 Added an extra method to the interface. by Marcel Offermans · 14 years ago
  72. fea1484 More fixes for instance bound callbacks. by Marcel Offermans · 14 years ago
  73. 0acdb1b Various fixes for problems with when to invoke instance bound dependency callbacks. by Marcel Offermans · 14 years ago
  74. fcbc623 Fixed a concurrent modification exception caused by improper and missing synchronization. by Marcel Offermans · 14 years ago
  75. 1c944ec Bugfixes related to aspects and general life cycle issues. Committed so others can test against this version. by Marcel Offermans · 14 years ago
  76. 48af5cd Forgot to remove a print statement. by Marcel Offermans · 14 years ago
  77. f9a7e34 Fixed two issues: by Marcel Offermans · 14 years ago
  78. 9e50ef3 Now shows a direct dependency on a service reference in a more readable way: prints the service.id now. by Marcel Offermans · 14 years ago
  79. a0ee636 Code cleanup, added a more descriptive toString implementation. by Marcel Offermans · 14 years ago
  80. db641a2 Added missing documentation. by Marcel Offermans · 14 years ago
  81. 4f50b0f Improved printing of arrays in property values when converting a ServiceReference to a String. by Marcel Offermans · 14 years ago
  82. faaed47 Big refactoring, renamed "Service" to "Component" whenever it was referring to the thing that has dependencies and registers itself as a service. by Marcel Offermans · 14 years ago
  83. bd15a44 Fixed a NPE in getName(). by Marcel Offermans · 14 years ago
  84. 23514f5 added missing setPropagate methods in ServiceDependency interface (and also added the corresponding ServiceDependencyPropagateTest testcase) by Pierre De Rop · 14 years ago
  85. 5dd2211 Filter out certain properties when propagating them (adapters on aspects went wrong as the aspect properties were copied). by Marcel Offermans · 14 years ago
  86. 4491970 fixed initialization of the ResourceDependency with respect to propagate parameters. This fix is validated by the ResourceAdapterServiceTestWithPublisher testcase by Pierre De Rop · 14 years ago
  87. 63d9aee Made the toString(ServiceReference) more robust with respect to dealing with references that belong to services that are no longer registered. by Marcel Offermans · 14 years ago
  88. 129a7a5 Several fixes for bugs that caused aspects to be chained in the wrong way if you had aspects on multiple services. by Marcel Offermans · 14 years ago
  89. e5187f6 Fixed a scenario where aspects that were part of the initial set of tracked services were not correctly identified as such, causing them to show up (instead of being properly hidden). by Marcel Offermans · 14 years ago
  90. 3d92121 Several smaller bugfixes and performance updates for resources. Added a test that demonstrates how to create a custom dependency (and did some refactorings to make that easier). by Marcel Offermans · 14 years ago
  91. f83871d Added a couple of getters so subclasses of this base can still access the internally stored bundle context, dependency manager and logger. This way they don't have to hold on to it themselves. by Marcel Offermans · 14 years ago
  92. 26081d3 Added a feature to use an external instance/method to provide properties to propagate. Implemented it for all dependencies plus the resource adapter. Other adapters still under consideration. by Marcel Offermans · 14 years ago
  93. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  94. a8c213f Refactored resource dependencies to use URLs instead of the Resource interface we used previously. Adapted all tests to reflect that. by Marcel Offermans · 14 years ago
  95. e9c13d9 Used a Java 5 style for() loop by accident. Extended the signature for creating resource adapters so you can also specify a callback instance and name for the changed method. by Marcel Offermans · 14 years ago
  96. 4646269 Forgot to remove a print statement, left over from debugging. by Marcel Offermans · 14 years ago
  97. b1959f4 Fixed an issue with adapters and extra dependencies that had callbacks. Callbacks were not always invoked correctly for each new adapter instance. This has now been fixed and while at it, I also improved the shell output of several types of dependencies. by Marcel Offermans · 14 years ago
  98. ea89b86 Relatively large refactoring of callback methods, cleaned up some code and made them more consistent. by Marcel Offermans · 14 years ago
  99. 77bcf44 Bugfix, the adaptee filter condition was not applied. by Marcel Offermans · 14 years ago
  100. 157e711 Refactored to use InvocationUtil which is dynamic proxy aware. by Marcel Offermans · 14 years ago