1. afa213b FELIX-3264 updated the shell command to show '(not tracking)' for dependencies that are not started yet by Marcel Offermans · 13 years ago
  2. d157c4b 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
  3. 3afb666 FELIX-3042 committed the supplied patch by Marcel Offermans · 13 years ago
  4. b3d699f FELIX-3201 applied the patch (adds a new test) by Marcel Offermans · 13 years ago
  5. 46a6f75 FELIX-3201 applied the patch by Marcel Offermans · 13 years ago
  6. 60ae2af 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
  7. 6000d39 FELIX-3057 fixed the bug by Marcel Offermans · 13 years ago
  8. fd21fb1 FELIX-3057 test that confirms the issue by Marcel Offermans · 13 years ago
  9. 9c49289 Fixed a changed property name in the test. by Marcel Offermans · 13 years ago
  10. f73472d 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
  11. 72e7305 New test that validates that the filter index works correctly for resource adapters. by Marcel Offermans · 13 years ago
  12. 30af5a3 Small bugfix, under certain circumstances, the filter key was not properly constructed. by Marcel Offermans · 13 years ago
  13. c034df3 Renamed the property that enables filter indices. by Marcel Offermans · 13 years ago
  14. 7d2a0df FELIX-2987 Fixed. by Marcel Offermans · 13 years ago
  15. 33479a5 FELIX-2987 Added a test case to this class that shows the problem that was reported. by Marcel Offermans · 13 years ago
  16. 0a81b68 FELIX-3005 (Compatibility API does not add components in DependencyManager) by Pierre De Rop · 13 years ago
  17. 5f408f3 fixed some javadocs by Pierre De Rop · 13 years ago
  18. ca44a33 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
  19. ec62ea1 Modified the filter to properly handle the fact that keys in service properties are case insensitive. by Marcel Offermans · 14 years ago
  20. 7022a21 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 14 years ago
  21. 2b9b4b8 [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 14 years ago
  22. 8bfac5f [FELIX-2966] Maven plugin generates by default Import-Service and Export-Service headers. by Pierre De Rop · 14 years ago
  23. 9ff70e7 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 14 years ago
  24. 2b7b25e [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 14 years ago
  25. b8d67f5 FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled) by Pierre De Rop · 14 years ago
  26. 76644b4 FELIX-2955 Forgot to commit the updated pom.xml for the test. by Marcel Offermans · 14 years ago
  27. bddfe07 FELIX-2955 Fixed the bug by making sure that only dependency managers that still have a valid bundle context are returned. by Marcel Offermans · 14 years ago
  28. d1e614b 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 · 14 years ago
  29. dbf397f FELIX-2955 Extended the testcase to implement the described scenario. It now indeed fails. by Marcel Offermans · 14 years ago
  30. 6bfe9d0 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 · 14 years ago
  31. 19cfcd1 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 14 years ago
  32. 9377fe2 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 14 years ago
  33. df1ac9e FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 14 years ago
  34. cc7f4f7 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 14 years ago
  35. 56408e1 FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly) by Pierre De Rop · 14 years ago
  36. fdff3a9 FELIX-2953 Made the cache size configurable via a system property. by Marcel Offermans · 14 years ago
  37. 0c35d17 FELIX-2947 Indices now track all services and aspects, which solves the problem. by Marcel Offermans · 14 years ago
  38. bf8ef6f 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 · 14 years ago
  39. f4201d7 Code was being invoked too often (calling a static method from each and every instance, instead of just once). by Marcel Offermans · 14 years ago
  40. 7031347 Removed root changelog.txt by Pierre De Rop · 14 years ago
  41. cb15e8e Removed root changelog.txt and LICENSE.json because we don't embed json in the target annotation artifact by Pierre De Rop · 14 years ago
  42. 99d703c use released (3.0.0) Dependency Manager version by Pierre De Rop · 14 years ago
  43. 1e7ffb5 cleaned REAMD by Pierre De Rop · 14 years ago
  44. 004b9ab use released (3.0.0) dependency manager annotation dependency by Pierre De Rop · 14 years ago
  45. 8ede76b changed factoryPid attribute by Pierre De Rop · 14 years ago
  46. 276c248 added pid attribute in the ConfigurationDependency annotation by Pierre De Rop · 14 years ago
  47. dedf619 depend on DM trunk version (3.0.1) by Pierre De Rop · 14 years ago
  48. 7a947cc depend on DM trunk version (3.0.1) by Pierre De Rop · 14 years ago
  49. 57f2766 depend on released DM annotation artifact by Pierre De Rop · 14 years ago
  50. 491e963 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 14 years ago
  51. 4d761a8 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  52. 0303b8d [maven-release-plugin] prepare release org.apache.felix.dependencymanager.compat-3.0.0 by Marcel Offermans · 14 years ago
  53. bb85fc9 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  54. 3750d88 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.0.0 by Marcel Offermans · 14 years ago
  55. b42d7e6 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  56. f9142f4 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.0.0 by Marcel Offermans · 14 years ago
  57. 37cf294 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  58. 0bb6839 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-3.0.0 by Marcel Offermans · 14 years ago
  59. acf130c [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  60. b48e22f [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.0.0 by Marcel Offermans · 14 years ago
  61. 0f42043 Rolled back the 2nd release attempt. by Marcel Offermans · 14 years ago
  62. 40a76a9 added last missing apache license header by Pierre De Rop · 14 years ago
  63. 91615dc [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  64. 4d4891f [maven-release-plugin] prepare release org.apache.felix.dependencymanager.compat-3.0.0 by Marcel Offermans · 14 years ago
  65. 0fe1435 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  66. 8ef5d6b [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.0.0 by Marcel Offermans · 14 years ago
  67. 676624d [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  68. f1311ce [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.0.0 by Marcel Offermans · 14 years ago
  69. 75c3bd8 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  70. 43bce82 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-3.0.0 by Marcel Offermans · 14 years ago
  71. 64ab12f [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  72. 4915066 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.0.0 by Marcel Offermans · 14 years ago
  73. ba5376b Added license file. by Marcel Offermans · 14 years ago
  74. f51b783 Updated changelogs with initial messages. by Marcel Offermans · 14 years ago
  75. b6645ba Added changelog.txt's. by Marcel Offermans · 14 years ago
  76. ebb039e Fixed DEPENDENCIES files. by Marcel Offermans · 14 years ago
  77. f014c07 Added missing apache headers by Pierre De Rop · 14 years ago
  78. f57fd19 Added missing changelog by Pierre De Rop · 14 years ago
  79. c33c7b2 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  80. f3980f2 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.0.0 by Marcel Offermans · 14 years ago
  81. 06c30c0 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  82. fa338cd [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.0.0 by Marcel Offermans · 14 years ago
  83. 839b6a1 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  84. f3b980b [maven-release-plugin] prepare release org.apache.felix.dependencymanager.compat-3.0.0 by Marcel Offermans · 14 years ago
  85. 45c3a06 More release prep. by Marcel Offermans · 14 years ago
  86. 6930911 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  87. 8381cb4 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-3.0.0 by Marcel Offermans · 14 years ago
  88. 8edbaa4 Release prep. by Marcel Offermans · 14 years ago
  89. 0d92296 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  90. dadfffe [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.0.0 by Marcel Offermans · 14 years ago
  91. 75177fe More updates to the poms and licenses. by Marcel Offermans · 14 years ago
  92. 86bfb70 Updated poms to include DEPENDENCIES file in META-INF and some other small cleanups. by Marcel Offermans · 14 years ago
  93. b8ee072 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 · 14 years ago
  94. ed325a1 Fixed javadoc. by Pierre De Rop · 14 years ago
  95. 3fa3ec9 fixed javadoc by Pierre De Rop · 14 years ago
  96. 905a3b8 Modified "Included Third-Party Software" section. by Pierre De Rop · 14 years ago
  97. f5133a2 Added @author. Added some comments. by Pierre De Rop · 14 years ago
  98. f34a3ec Added @author. Fixed some comments. by Pierre De Rop · 14 years ago
  99. 195de6f fixed duplicate package declaration in Private-Package header by Pierre De Rop · 14 years ago
  100. 4493048 More pom changes for release. by Marcel Offermans · 14 years ago