1. 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
  2. 37631ed removed use of AtomicLong in BundleContextInterceptor since it's a 1.5+ feature. by Xander Uiterlinden · 11 years ago
  3. 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
  4. 339d4e4 Fixed a race condition which allowed two threads to start taking items from the serial queue. by Marcel Offermans · 11 years ago
  5. b90926d Added FELIX-4050 by Pierre De Rop · 11 years ago
  6. e6fff38 FELIX-4050: Avoid messing up component state calculation when an init method adds by Pierre De Rop · 11 years ago
  7. b777977 Added test case for FELIX-4050 issue. by Pierre De Rop · 11 years ago
  8. 54f0ef0 fixed javadoc by Pierre De Rop · 11 years ago
  9. a378901 increased latch timeout to 10 secs, and test time to 20 seconds by Pierre De Rop · 11 years ago
  10. 144f454 Added FELIX-3996 enhancement by Pierre De Rop · 11 years ago
  11. c86a483 Depends on trunk DM annotation API. Added debug mode by default. by Pierre De Rop · 11 years ago
  12. b1e55b7 FELIX-3996: Upgrade to latest bnd version by Pierre De Rop · 11 years ago
  13. 35e3e86 Ensure that the threadpool is shot down when test is done by Pierre De Rop · 11 years ago
  14. 0279875 reworked and cleaned this test by Pierre De Rop · 11 years ago
  15. ce67677 FELIX-3996: Upgrade to latest bnd version. by Pierre De Rop · 11 years ago
  16. b39cc79 [FELIX-3910] added testcase which tries to reproduce the problem described in the FELIX-3910 jira issue. by Pierre De Rop · 11 years ago
  17. e2c9579 Register a framework listener in order to track possible exceptions caught by the framework, when by Pierre De Rop · 11 years ago
  18. 0a9815f Depends on latest pendencymanager from trunk. by Pierre De Rop · 11 years ago
  19. e48c46c [FELIX-3873]: don't mention json in the "Used" section since json is by Pierre De Rop · 11 years ago
  20. 20648b3 FELIX-3873: Added reference to json in NOTICE annotation artifact. by Pierre De Rop · 11 years ago
  21. 656e76f Fixed copyright date by Pierre De Rop · 11 years ago
  22. 8d0bb81 Fixed copyright date by Pierre De Rop · 11 years ago
  23. 39b6184 Reformatted code. by Pierre De Rop · 11 years ago
  24. 8b6ac19 FELIX-3869: Fragment support for DependencyManager-Component. by Pierre De Rop · 11 years ago
  25. d68d459 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  26. 13ff5ec [maven-release-plugin] prepare release org.apache.felix.dependencymanager.compat-3.0.1 by Marcel Offermans · 11 years ago
  27. 7fc90a1 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  28. f038037 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.1.0 by Marcel Offermans · 11 years ago
  29. 58d57aa [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  30. 72555da [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.1.0 by Marcel Offermans · 11 years ago
  31. 2016dc5 Removed snapshot dependency. by Marcel Offermans · 11 years ago
  32. 8efb751 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  33. 697358f [maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-3.0.1 by Marcel Offermans · 11 years ago
  34. c1f25b2 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  35. d251a84 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.1.0 by Marcel Offermans · 11 years ago
  36. 2473545 Preparing for release, updated copyright year. by Marcel Offermans · 11 years ago
  37. 151c1d8 depends on maven bundle plugin 2.3.7. depends on annotation module from trunk. by Pierre De Rop · 11 years ago
  38. c764de3 Removed useless checks. by Pierre De Rop · 11 years ago
  39. 322467c Updated change logs concering FELIX-3866. by Pierre De Rop · 11 years ago
  40. 1943776 [FELIX-3866] Added support for swap attribute in AspectService and AdpaterService annotations. by Pierre De Rop · 11 years ago
  41. 89a5754 [FELIX-3865] - Update DependencyManager annotation plugin with latest bndlb 1.50 by Pierre De Rop · 11 years ago
  42. 1ce1b0b [FELIX-3865] - Update DependencyManager annotation plugin with latest bndlb 1.50 by Pierre De Rop · 11 years ago
  43. 5dd77b2 [FELIX-3863] - Generate DependencyManager Annotation MetaData In Project Folder. by Pierre De Rop · 11 years ago
  44. cba269a Added several bits of javadoc to the public API methods. by Marcel Offermans · 11 years ago
  45. 8b6b003 Updates in preparation of the upcoming release. by Marcel Offermans · 11 years ago
  46. 8222d98 FELIX-3402 Applied a slightly modified version of the patch. by Marcel Offermans · 11 years ago
  47. d1c9490 Missing license header and some whitespace fixes. by Marcel Offermans · 11 years ago
  48. 5190d72 FELIX-3828 Fixed both the Adapter and the Aspect filter index. by Xander Uiterlinden · 12 years ago
  49. 2f84783 [FELIX-3617] Added missing toString method. by Pierre De Rop · 12 years ago
  50. 652065a Several small performance enhancements. by Xander Uiterlinden · 12 years ago
  51. 30303d6 FELIX-3592 Also copy the name of the swapped callback in the constructor of ServiceDependencyImpl. by Xander Uiterlinden · 12 years ago
  52. 3c194c3 FELIX-3564: Fixed memory leak in ServiceRegistryCache by Xander Uiterlinden · 12 years ago
  53. 5db2ab1 Made injected fields volatile. by Marcel Offermans · 12 years ago
  54. 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
  55. 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
  56. 0374da1 Reverted wrong decorator fix. by Xander Uiterlinden · 12 years ago
  57. 9764275 FELIX-3475: added toString() method. by Pierre De Rop · 12 years ago
  58. 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
  59. 5b6e9d1 removed not intentional import. by Xander Uiterlinden · 12 years ago
  60. 4f80b36 processed review comments on FELIX-3425. by Xander Uiterlinden · 12 years ago
  61. b64a8e2 resolved FELIX-3424, resolved FELIX-3425. by Xander Uiterlinden · 12 years ago
  62. f6d89b0 FELIX-3423: Prevented the copy of the DependencyManager.ASPECT service property to the adapter's service properties. by Xander Uiterlinden · 12 years ago
  63. 482fc50 Added testcase to test adapter services that get aspect services added on top of the services they're adapting. by Xander Uiterlinden · 12 years ago
  64. a879ebe Added synchronization blocks to ServiceTracker and AspectFilterIndex to solve and prevent concurrency issues. by Xander Uiterlinden · 12 years ago
  65. 7a06bcc It turns out that the FELIX-3337 issue is actually invalid, and the bug was in the test itself, not in the dependencymanager. Fixed the test in order to not change the S1 testkey=testvalue property, when updating S1 PID from config admin by Pierre De Rop · 12 years ago
  66. cf1976f added test which is related to the FELIX-3337 issue by Pierre De Rop · 12 years ago
  67. 378f8d6 FELIX-3186 Fixed the test case, which required a patch after the code changes that were done. by Marcel Offermans · 13 years ago
  68. 4aa032c FELIX-3186 Applied the patch, with some improvements. by Marcel Offermans · 13 years ago
  69. 5e5d2a6 FELIX-3186 Added the supplied test case that demonstrates under which conditions the bug occurs. I had to modify the original test to actually fail. by Marcel Offermans · 13 years ago
  70. 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
  71. 97315a5 FELIX-3264 updated the shell command to show '(not tracking)' for dependencies that are not started yet by Marcel Offermans · 13 years ago
  72. 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
  73. 0709583 FELIX-3042 committed the supplied patch by Marcel Offermans · 13 years ago
  74. 7668ba1 FELIX-3201 applied the patch (adds a new test) by Marcel Offermans · 13 years ago
  75. 7f0cec0 FELIX-3201 applied the patch by Marcel Offermans · 13 years ago
  76. 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
  77. 9f9dd1a FELIX-3057 fixed the bug by Marcel Offermans · 13 years ago
  78. a4c7aa0 FELIX-3057 test that confirms the issue by Marcel Offermans · 13 years ago
  79. 5ce120f Fixed a changed property name in the test. by Marcel Offermans · 13 years ago
  80. 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
  81. b8ea06a New test that validates that the filter index works correctly for resource adapters. by Marcel Offermans · 13 years ago
  82. 394923d Small bugfix, under certain circumstances, the filter key was not properly constructed. by Marcel Offermans · 13 years ago
  83. 540daac Renamed the property that enables filter indices. by Marcel Offermans · 13 years ago
  84. a808519 FELIX-2987 Fixed. by Marcel Offermans · 13 years ago
  85. b6d8ab2 FELIX-2987 Added a test case to this class that shows the problem that was reported. by Marcel Offermans · 13 years ago
  86. a819ed1 FELIX-3005 (Compatibility API does not add components in DependencyManager) by Pierre De Rop · 13 years ago
  87. 1aead89 fixed some javadocs by Pierre De Rop · 13 years ago
  88. 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
  89. 00f188a Modified the filter to properly handle the fact that keys in service properties are case insensitive. by Marcel Offermans · 13 years ago
  90. b4c5868 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 13 years ago
  91. ba7157d [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 13 years ago
  92. d7fb539 [FELIX-2966] Maven plugin generates by default Import-Service and Export-Service headers. by Pierre De Rop · 13 years ago
  93. 2d119b1 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  94. 17ff637 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  95. 58f6c39 FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled) by Pierre De Rop · 13 years ago
  96. d065f1b FELIX-2955 Forgot to commit the updated pom.xml for the test. by Marcel Offermans · 13 years ago
  97. 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
  98. dd87a06 FELIX-2955 Small bugfix to the test, it still failed because I forgot to do a bit of cleanup halfway through the testcase. by Marcel Offermans · 13 years ago
  99. 5323305 FELIX-2955 Extended the testcase to implement the described scenario. It now indeed fails. by Marcel Offermans · 13 years ago
  100. 84231e6 FELIX-2955 Added a skeleton for a test to try and reproduce this bug. There is no test that actually tries the exact scenario yet. by Marcel Offermans · 13 years ago