1. cdd26d9 import cleanup by Pierre De Rop · 11 years ago
  2. be82e73 import cleanup by Pierre De Rop · 11 years ago
  3. b3d2cce clear all components at end of the test. Reduce loop count by Pierre De Rop · 11 years ago
  4. 14979bd Added org.apache.felix.shell/1.4.2 dependency by Pierre De Rop · 11 years ago
  5. 6d46a3d pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  6. 0966868 removed org.osgi.compendium bundle by Pierre De Rop · 11 years ago
  7. 6df1e7d stay compatible with osgi 4.3 by Pierre De Rop · 11 years ago
  8. fe0f584 pax exam 3.0.0 migration (in progress ...). by Pierre De Rop · 11 years ago
  9. ddf6731 Aligned singleContextLog system property with naming convention of all other dm system properties. by Xander Uiterlinden · 11 years ago
  10. 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
  11. 0a63531 pax-exam 3.0.0 migration (work in progress ...). by Pierre De Rop · 11 years ago
  12. 7b70ec1 added more maven bundles in Configuration by Pierre De Rop · 11 years ago
  13. 4bca33c Removed svn:mime-type property, which was wrongly set to application/xml. by Pierre De Rop · 11 years ago
  14. 968695e Added comments. by Pierre De Rop · 11 years ago
  15. 214ef87 Reduce pax-exam log level. by Pierre De Rop · 11 years ago
  16. bb10cc3 Configure thread pools with 10 by default. by Pierre De Rop · 11 years ago
  17. 8e38f88 pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
  18. 625949c pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
  19. 6257627 pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
  20. 3829f5a Reuse BundleContext from the "context" attribute (from superclass). by Pierre De Rop · 11 years ago
  21. 9183bc5 Migrated old test/.../AspectBaseTest into new test2/ module. by Pierre De Rop · 11 years ago
  22. 5ab26d8 FELIX-3910: pax-exam 3.0.0 migration tests (work in progress). Added new AspectRaceTest for by Pierre De Rop · 11 years ago
  23. 93b7b1c removed this test (will be replaced by a new AspectRaceTest in the new upcoming dependency manager test2 subproject) by Pierre De Rop · 11 years ago
  24. 10bebd8 Removed unused import. by Xander Uiterlinden · 11 years ago
  25. 7f99810 Small performance improvement in SerialExecutor trough preventing exceptions. by Xander Uiterlinden · 11 years ago
  26. 2c5854c Added FELIX-4233. by Pierre De Rop · 11 years ago
  27. b0be04f FELIX-4233: Race condition where two threads are able to execute tasks from the serial queue. by Pierre De Rop · 11 years ago
  28. d314789 FELIX-3996: Use latest bndlib 2.1.0 by Pierre De Rop · 11 years ago
  29. 2da4ddd FELIX-4186: Fixed NPE in dependency manager Logger. by Pierre De Rop · 11 years ago
  30. 715f50c Improved the logging option allowing to log bad performing service lookups (filters possible eligible for indexing). by Xander Uiterlinden · 11 years ago
  31. 5e08569 FELIX-4226 Add option to have the dependency manager log against a single BundleContext's LogService. by Xander Uiterlinden · 11 years ago
  32. 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
  33. 37631ed removed use of AtomicLong in BundleContextInterceptor since it's a 1.5+ feature. by Xander Uiterlinden · 11 years ago
  34. 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
  35. 339d4e4 Fixed a race condition which allowed two threads to start taking items from the serial queue. by Marcel Offermans · 11 years ago
  36. b90926d Added FELIX-4050 by Pierre De Rop · 11 years ago
  37. e6fff38 FELIX-4050: Avoid messing up component state calculation when an init method adds by Pierre De Rop · 11 years ago
  38. b777977 Added test case for FELIX-4050 issue. by Pierre De Rop · 11 years ago
  39. 54f0ef0 fixed javadoc by Pierre De Rop · 11 years ago
  40. a378901 increased latch timeout to 10 secs, and test time to 20 seconds by Pierre De Rop · 11 years ago
  41. 144f454 Added FELIX-3996 enhancement by Pierre De Rop · 11 years ago
  42. c86a483 Depends on trunk DM annotation API. Added debug mode by default. by Pierre De Rop · 11 years ago
  43. b1e55b7 FELIX-3996: Upgrade to latest bnd version by Pierre De Rop · 11 years ago
  44. 35e3e86 Ensure that the threadpool is shot down when test is done by Pierre De Rop · 11 years ago
  45. 0279875 reworked and cleaned this test by Pierre De Rop · 11 years ago
  46. ce67677 FELIX-3996: Upgrade to latest bnd version. by Pierre De Rop · 11 years ago
  47. 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
  48. e2c9579 Register a framework listener in order to track possible exceptions caught by the framework, when by Pierre De Rop · 11 years ago
  49. 0a9815f Depends on latest pendencymanager from trunk. by Pierre De Rop · 11 years ago
  50. e48c46c [FELIX-3873]: don't mention json in the "Used" section since json is by Pierre De Rop · 11 years ago
  51. 20648b3 FELIX-3873: Added reference to json in NOTICE annotation artifact. by Pierre De Rop · 11 years ago
  52. 656e76f Fixed copyright date by Pierre De Rop · 11 years ago
  53. 8d0bb81 Fixed copyright date by Pierre De Rop · 11 years ago
  54. 39b6184 Reformatted code. by Pierre De Rop · 11 years ago
  55. 8b6ac19 FELIX-3869: Fragment support for DependencyManager-Component. by Pierre De Rop · 11 years ago
  56. d68d459 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  57. 13ff5ec [maven-release-plugin] prepare release org.apache.felix.dependencymanager.compat-3.0.1 by Marcel Offermans · 11 years ago
  58. 7fc90a1 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  59. f038037 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.1.0 by Marcel Offermans · 11 years ago
  60. 58d57aa [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  61. 72555da [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.1.0 by Marcel Offermans · 11 years ago
  62. 2016dc5 Removed snapshot dependency. by Marcel Offermans · 11 years ago
  63. 8efb751 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  64. 697358f [maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-3.0.1 by Marcel Offermans · 11 years ago
  65. c1f25b2 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  66. d251a84 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.1.0 by Marcel Offermans · 11 years ago
  67. 2473545 Preparing for release, updated copyright year. by Marcel Offermans · 11 years ago
  68. 151c1d8 depends on maven bundle plugin 2.3.7. depends on annotation module from trunk. by Pierre De Rop · 11 years ago
  69. c764de3 Removed useless checks. by Pierre De Rop · 11 years ago
  70. 322467c Updated change logs concering FELIX-3866. by Pierre De Rop · 11 years ago
  71. 1943776 [FELIX-3866] Added support for swap attribute in AspectService and AdpaterService annotations. by Pierre De Rop · 11 years ago
  72. 89a5754 [FELIX-3865] - Update DependencyManager annotation plugin with latest bndlb 1.50 by Pierre De Rop · 12 years ago
  73. 1ce1b0b [FELIX-3865] - Update DependencyManager annotation plugin with latest bndlb 1.50 by Pierre De Rop · 12 years ago
  74. 5dd77b2 [FELIX-3863] - Generate DependencyManager Annotation MetaData In Project Folder. by Pierre De Rop · 12 years ago
  75. cba269a Added several bits of javadoc to the public API methods. by Marcel Offermans · 12 years ago
  76. 8b6b003 Updates in preparation of the upcoming release. by Marcel Offermans · 12 years ago
  77. 8222d98 FELIX-3402 Applied a slightly modified version of the patch. by Marcel Offermans · 12 years ago
  78. d1c9490 Missing license header and some whitespace fixes. by Marcel Offermans · 12 years ago
  79. 5190d72 FELIX-3828 Fixed both the Adapter and the Aspect filter index. by Xander Uiterlinden · 12 years ago
  80. 2f84783 [FELIX-3617] Added missing toString method. by Pierre De Rop · 12 years ago
  81. 652065a Several small performance enhancements. by Xander Uiterlinden · 12 years ago
  82. 30303d6 FELIX-3592 Also copy the name of the swapped callback in the constructor of ServiceDependencyImpl. by Xander Uiterlinden · 12 years ago
  83. 3c194c3 FELIX-3564: Fixed memory leak in ServiceRegistryCache by Xander Uiterlinden · 12 years ago
  84. 5db2ab1 Made injected fields volatile. by Marcel Offermans · 12 years ago
  85. 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
  86. 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
  87. 0374da1 Reverted wrong decorator fix. by Xander Uiterlinden · 12 years ago
  88. 9764275 FELIX-3475: added toString() method. by Pierre De Rop · 12 years ago
  89. 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
  90. 5b6e9d1 removed not intentional import. by Xander Uiterlinden · 12 years ago
  91. 4f80b36 processed review comments on FELIX-3425. by Xander Uiterlinden · 12 years ago
  92. b64a8e2 resolved FELIX-3424, resolved FELIX-3425. by Xander Uiterlinden · 12 years ago
  93. f6d89b0 FELIX-3423: Prevented the copy of the DependencyManager.ASPECT service property to the adapter's service properties. by Xander Uiterlinden · 12 years ago
  94. 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
  95. a879ebe Added synchronization blocks to ServiceTracker and AspectFilterIndex to solve and prevent concurrency issues. by Xander Uiterlinden · 12 years ago
  96. 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
  97. cf1976f added test which is related to the FELIX-3337 issue by Pierre De Rop · 12 years ago
  98. 378f8d6 FELIX-3186 Fixed the test case, which required a patch after the code changes that were done. by Marcel Offermans · 13 years ago
  99. 4aa032c FELIX-3186 Applied the patch, with some improvements. by Marcel Offermans · 13 years ago
  100. 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