1. 8cfaf44 Code cleanup in ServiceProvider.invoke() method (the m_invoke.step(2) is not necessary). by Pierre De Rop · 10 years ago
  2. a936829 FELIX-4294: Removed wrong "diagnose" function from COMMAND_FUNCTION by Pierre De Rop · 10 years ago
  3. f2507e5 don't clone the configuration passed to the ASpect.updated method by Pierre De Rop · 10 years ago
  4. 092f858 Modified aspect updated callback for the support of config admin null updates. by Pierre De Rop · 10 years ago
  5. 6662e5c FELIX-4352: committed the jan15.path attached in the felix issue (many thanks Jago !). by Pierre De Rop · 10 years ago
  6. 61b5c88 Finalized this test, which is reproducing some problems inside ConfigurationDependencyImpl. by Pierre De Rop · 10 years ago
  7. ef50fb3 Added event admin (1.3.2). by Pierre De Rop · 10 years ago
  8. 6fd3bba FELIX-3910: Added additional test for concurrent services registration (test not finished, I need to add configuration dependencies, as well as aspects ...). by Pierre De Rop · 11 years ago
  9. da10cc6 Use configadmin 1.8.0; improved logging methods, using varargs in order to allow using String.format. by Pierre De Rop · 11 years ago
  10. cc47a48 [FELIX-4352] Detect missing configuration dependency before checking dependency cycles. by Pierre De Rop · 11 years ago
  11. 2d8270a FELIX-4352: Added support of circular dependency in the wtf command (work in progress) by Pierre De Rop · 11 years ago
  12. 0382709 FELIX-4357: Renamed testPropertiesDefinedWithValueAttribute() method to testPropertiesWithTypes() method. by Pierre De Rop · 11 years ago
  13. ba27fd2 FELIX-4357: Added test cases for the 4357 issue. by Pierre De Rop · 11 years ago
  14. 2745e8e FELIX-4357: Support types beside String/String[] in @Property annotation. by Pierre De Rop · 11 years ago
  15. d4bafab FELIX-4357: Support types beside String/String[] in @Property annotation. by Pierre De Rop · 11 years ago
  16. 9e1070e FELIX-4357: Inline json dependency inside the target bundle. by Pierre De Rop · 11 years ago
  17. 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
  18. 0007c02 Added FELIX-4305 by Pierre De Rop · 11 years ago
  19. 344e28c FELIX-4305: by Pierre De Rop · 11 years ago
  20. 01b337b FELIX-4305: implements new autoConfig/propagate methods from ComponentDeclaration interface. by Pierre De Rop · 11 years ago
  21. 4011ca6 FELIX-4305: All aspect dependency callbacks are proxied in order to propagate original service properties modification. by Pierre De Rop · 11 years ago
  22. 7262b27 FELIX-4305: Configure adapter service dependency with "setPropagate" in order to automaically reflect by Pierre De Rop · 11 years ago
  23. 1873e00 FELIX-4305: Added getServices() method, which returns a snapshot of all currently instantiated services. by Pierre De Rop · 11 years ago
  24. 4a7f85c FELIX-4305: Fixed some javadocs. Added autoConfig(final Dependency dependency), propagate(final Dependency dependency) methods. by Pierre De Rop · 11 years ago
  25. 09513a8 FELIX-4294: Reverted the getServiceProperties() method to the previous version by Pierre De Rop · 11 years ago
  26. cec9c3e FELIX-4352: Added the wtf enhancement (thanks Jago !). I think that service properties should be taken into account by the getRoot method. by Pierre De Rop · 11 years ago
  27. 57ba109 FELIX-4294: adapted tests to the new dependency manager shell, which is now only using Gogo. by Pierre De Rop · 11 years ago
  28. 1f35b82 FELIX-4294: Dependency Manager shell improvements by Pierre De Rop · 11 years ago
  29. 7cc75b2 FELIX-4294: Added getName method by Pierre De Rop · 11 years ago
  30. d46267e FELIX-4294: added getClassName, getId, getServices methods. Modified getServiceProperties to return adapter service properties by Pierre De Rop · 11 years ago
  31. ad2121c FELIX-4294: added getName method by Pierre De Rop · 11 years ago
  32. e149cca FELIX-4294: added getClassName,getId,getServices methods. renamed propertiesToString method name to appendProperties. Modified getName method. by Pierre De Rop · 11 years ago
  33. efa6b38 FELIX-4294: added toString method for shell improvement by Pierre De Rop · 11 years ago
  34. 130ba87 FELIX-4294: Added getClassName,getServices,getServiceProperties,getId methods by Pierre De Rop · 11 years ago
  35. 3e839e2 Added FELIX-4294 by Pierre De Rop · 11 years ago
  36. f98142e Added FELIX-4334 issue. by Pierre De Rop · 11 years ago
  37. 489a474 FELIX-4334: When a dependency is modified, the component "change" callback must be invoked by Pierre De Rop · 11 years ago
  38. b88bf3d Added tests for the FELIX-4334 issue. by Pierre De Rop · 11 years ago
  39. 96d078a FELIX-4334: Added getBundle method, which is needed by "ModifiedBundleDependencyTest" test. by Pierre De Rop · 11 years ago
  40. 3fe8e01 FELIX-3910: Renamed some methods/class attributes starting with an underscore. by Pierre De Rop · 11 years ago
  41. 908fe14 FELIX-3910: Renamed some methods/class attributes starting with an underscore. by Pierre De Rop · 11 years ago
  42. d83dd4e Added testAdapterWithAspectsAndPropagationNoCallbacks test by Pierre De Rop · 11 years ago
  43. a5b7a73 added another testAspectsWithPropagationAndNoCallbacks test by Pierre De Rop · 11 years ago
  44. 57b3575 reverted to previous version and use 10 aspects per services by Pierre De Rop · 11 years ago
  45. 866f7e4 Use a more reasonable number of aspects per services. Configure threadpools with 4 threads at minimum, or with all available cores by Pierre De Rop · 11 years ago
  46. 84bddb7 added org.netbeans in boot delegation, in order to use jvisualvm by Pierre De Rop · 11 years ago
  47. 06a9441 Added a testcase for an adapter which depends on some aspect services. The test validates that when by Pierre De Rop · 11 years ago
  48. 5e908cf [FELIX-4305] Added a testcase for Aspect service properties propagation. by Pierre De Rop · 11 years ago
  49. e6a9e81 fixed some parameter names by Pierre De Rop · 11 years ago
  50. 2c1241f Added testcase for FELIX-4305 by Pierre De Rop · 11 years ago
  51. 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
  52. 94ec200 added FELIX-3910, FELIX-4285 by Pierre De Rop · 11 years ago
  53. 1d14e8b FELIX-4285: Remove abstract modifier from DependencyActivatorBase.destroy() by Pierre De Rop · 11 years ago
  54. 6aaa404 FELIX-3910: Moved inherited m_serviceInstance attribute to this class. Made protected the getService method. by Pierre De Rop · 11 years ago
  55. 1ad6732 FELIX-3910: Refactored public methods with the BlockingSerialExecutor class. Made protected the getService method. by Pierre De Rop · 11 years ago
  56. 438a685 FELIX-3910: Made final or volatile some class attributes, which are set from synchronized setters, by Pierre De Rop · 11 years ago
  57. afe1295 FELIX-3910: Added new SerialExecutor, which blocks other invokers while a leader is executing a task. by Pierre De Rop · 11 years ago
  58. ce690b5 Removed unused import. by Xander Uiterlinden · 11 years ago
  59. 0babfd4 Fixed ResourceAdapterDependencyAddAndRemoveTest2 expected behavior. by Xander Uiterlinden · 11 years ago
  60. 29a1e3e Modified ServiceDependencyImpl debug logging to also include the debugKey in the actual log messages. by Xander Uiterlinden · 11 years ago
  61. 0aeb753 Changed map of tracked items to a LinkedHashMap to make the ServiceTracker behavior on close more deterministic. by Xander Uiterlinden · 11 years ago
  62. 26ab8c7 Atomically add extra dependencies from component's init methods. by Pierre De Rop · 11 years ago
  63. 313b480 use pax-exam-container-forked in order to be able to use eclipse debugger by Pierre De Rop · 11 years ago
  64. 0b67b3c code cleanup. Fixed TestBase.checkError. Cleaned pom. by Pierre De Rop · 11 years ago
  65. 1a71f83 renamed test2 into test by Pierre De Rop · 11 years ago
  66. 5379a63 added NOTICE/LICENSE from old test by Pierre De Rop · 11 years ago
  67. 310814c removing old test, before renaming test2 into test ... by Pierre De Rop · 11 years ago
  68. 30ff986 Use same java package prefix as it was in initial version by Pierre De Rop · 11 years ago
  69. 1b86f1e Fixed MultipleExtraDependencyTest2. Code cleanup. by Pierre De Rop · 11 years ago
  70. d75dca9 pax-exam 3.0.0 migration by Pierre De Rop · 11 years ago
  71. eab8aba revert to previous version by Pierre De Rop · 11 years ago
  72. ba9101c pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  73. 5838089 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  74. 30931ac pax-exam 3.0.0 ... by Pierre De Rop · 11 years ago
  75. 9fa29f8 pax-exam 3.0.0 ... by Pierre De Rop · 11 years ago
  76. f28c076 pax-exam 3.0.0 ... by Pierre De Rop · 11 years ago
  77. 9c1b16c pax-exam 3.0.0 ... by Pierre De Rop · 11 years ago
  78. bf35dfb pax exam 3.0.0 ... by Pierre De Rop · 11 years ago
  79. 428a9f1 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  80. fa2a8ca pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  81. 98c42c0 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  82. ab2e5ed pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  83. 11501ff pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  84. 3abce08 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  85. 7364481 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  86. 14d3bd1 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  87. 6029682 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  88. e226484 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  89. 1a71e55 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  90. fd27f56 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  91. cd9b25d paxexam 3.0.0 migration. This test is sometimes failing. by Pierre De Rop · 11 years ago
  92. ce2703f pax-exam 3.0.0 migration. This test is problematic: with old pax exam, it does not work when run individually. by Pierre De Rop · 11 years ago
  93. 00cb21e pax-exam 3.0.0 migration. This test seems problematic: with old paxexam, it does not pass when run individually, and by Pierre De Rop · 11 years ago
  94. 09f609a pax-exam 3.0.0 migration (this test was failing with old pax exam and is still failing). by Pierre De Rop · 11 years ago
  95. cb1a01f pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  96. e7fd6c2 Don't log current thread twice by Pierre De Rop · 11 years ago
  97. cdd26d9 import cleanup by Pierre De Rop · 11 years ago
  98. be82e73 import cleanup by Pierre De Rop · 11 years ago
  99. b3d2cce clear all components at end of the test. Reduce loop count by Pierre De Rop · 11 years ago
  100. 14979bd Added org.apache.felix.shell/1.4.2 dependency by Pierre De Rop · 11 years ago