1. 0577620 SLING-6832 osgi-mock: Support parsing SCR metadata when multiple definition XML files exists with the same name by Stefan Seifert · 7 years ago
  2. cadc804 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 7 years ago
  3. e538593 [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-2.3.0 by Stefan Seifert · 7 years ago
  4. 39fc8bb SLING-6811 osgi-mock: Support ServiceFactory and System Bundle by Stefan Seifert · 7 years ago
  5. a3dc922 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 7 years ago
  6. e3930dc [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-2.2.4 by Stefan Seifert · 7 years ago
  7. 16d7429 SLING-6672 osgi-mock: Switch to OSGi annotations by Stefan Seifert · 7 years ago
  8. 62019f4 SLING-6650 osgi-mock: Fallback to component name when service.pid property not set in SCR metadata by Stefan Seifert · 7 years ago
  9. 83dd4a8 SLING-6641 osgi-mock: MockOsgi.setConfigForPid convenience method by Stefan Seifert · 7 years ago
  10. eeaf941 fix compile errors after switchting to parent 30: by Stefan Seifert · 7 years ago
  11. 761cecd use Sling Parent 30 by Oliver Lietz · 7 years ago
  12. dba494d SLING-6586 Loading SCR metadata fails for components with name != class name by Stefan Seifert · 7 years ago
  13. c723672 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 7 years ago
  14. 5baa75b [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-2.2.2 by Stefan Seifert · 7 years ago
  15. 5b12e90 SLING-6372 OSGi Mocks - Correctly handle static, greedy references by Stefan Seifert · 7 years ago
  16. 68048c2 cosmetic: rename misspelled test classes by Stefan Seifert · 7 years ago
  17. 31ff942 SLING-6386 osgi-mock: Avoid NPE when providing servicer properties with null values by Stefan Seifert · 7 years ago
  18. de6fd2b [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 7 years ago
  19. 1ebe05f [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-2.2.0 by Stefan Seifert · 7 years ago
  20. bbfa06d SLING-6362 osgi-mock: ManifestScanner by Stefan Seifert · 7 years ago
  21. 2be9a4a SLING-6359 context plugin support by Stefan Seifert · 7 years ago
  22. 6be166b SLING-6359 context plugin support by Stefan Seifert · 7 years ago
  23. 3b89924 fix javadoc errors by Stefan Seifert · 7 years ago
  24. 513b938 SLING-6359 osgi-mock, sling-mock: Make ContextCallback and ContextBuilder more flexible by Stefan Seifert · 7 years ago
  25. ff2b360 SLING-6358 osgi-mock: OsgiContext.getServices should return correctly typed array when empty by Stefan Seifert · 7 years ago
  26. ab6f06d SLING-6356 osgi-mock: Fallback to default when reference field collection type is missing in SCR metadata by Stefan Seifert · 7 years ago
  27. 9db29e5 update to parent 29 by Stefan Seifert · 8 years ago
  28. c493697 switch back to released versions by Stefan Seifert · 8 years ago
  29. 395ae1e update dependencies to latest snapshots until released versions are available in maven central by Stefan Seifert · 8 years ago
  30. 5e85b6a [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 8 years ago
  31. 54e6227 [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-2.1.0 by Stefan Seifert · 8 years ago
  32. 7213ce3 update dependencies by Stefan Seifert · 8 years ago
  33. 01d8872 SLING-6051 osgi-mock: Support passing map/dictionary properties with object vararg parameter by Stefan Seifert · 8 years ago
  34. ebef433 add git ignore files for testing projects by Stefan Seifert · 8 years ago
  35. 3fd0c51 SLING-5970 switch to osgi annotations by Stefan Seifert · 8 years ago
  36. c0237db SLING-5970 mocks: Update to Parent Pom 28 by Stefan Seifert · 8 years ago
  37. 88778b1 SLING-5905 some files from felix.framework where missing by Stefan Seifert · 8 years ago
  38. f4d0265 cosmetic: fix typo in error message by Stefan Seifert · 8 years ago
  39. d913b19 SLING-5905 osgi-mock: Shade and relocate Sling and Felix Dependencies by Stefan Seifert · 8 years ago
  40. e696e50 SLING-5871 osgi-mock: Update to org.apache.felix.scr 2.0.4 by Stefan Seifert · 8 years ago
  41. 149aa0a [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 8 years ago
  42. 1aba98d [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-2.0.4 by Stefan Seifert · 8 years ago
  43. afcc890 SLING-5667 MockBundleContext.getServiceReference(...) does not return service reference with highest ranking by Stefan Seifert · 8 years ago
  44. 4a4447c SLING-5544 osgi-mock: Catch RejectedExecutionException in MockEventAdmin by Stefan Seifert · 8 years ago
  45. 8fafc8e [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 8 years ago
  46. 13438ff [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-2.0.2 by Stefan Seifert · 8 years ago
  47. a678e8f SLING-5462 switch to comparable implementation from commons.osgi and change wrong assumptions in unit test by Stefan Seifert · 8 years ago
  48. 651f659 SLING-5462 ensure service references are sorted ascending by service ranking, not descending by Stefan Seifert · 8 years ago
  49. bf9ceb6 SLING-5462 - demonstrate the wrong sorting of mock service references by Bertrand Delacretaz · 8 years ago
  50. f3289e8 SLING-5453 implement MockBundleContext.getDataFile by Stefan Seifert · 8 years ago
  51. 249ded8 SLING-5453 implement MockBundleContext.getDataFile by Stefan Seifert · 8 years ago
  52. f9f9d53 Switch to parent pom 26 by Carsten Ziegeler · 8 years ago
  53. abea427 SLING-5391 osgi-mock: Switch to osgi.core and osgi.cmpn dependencies by Stefan Seifert · 8 years ago
  54. 201cdfd [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 8 years ago
  55. b134c67 [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-2.0.0 by Stefan Seifert · 8 years ago
  56. 35d51a1 SLING-5372 osgi-mock: MockBundleContext.getServices(Class,String) throws NPE when no services found by Stefan Seifert · 8 years ago
  57. 5d71e93 SLING-5327 inline the required classes from org.apache.felix.scr by Stefan Seifert · 8 years ago
  58. 471092b SLING-5327 osgi-mock: Support OSGi R6 Component propert types for configuration by Stefan Seifert · 8 years ago
  59. b9b4284 SLING-5327 refactor and unify lifecycle method handling (and fix missing argument variants for modified methods - should support the same as the activate method) by Stefan Seifert · 8 years ago
  60. e2e1b79 SLING-5323 no need to update to JDK 1.7, we stick with JDK 1.6. by Stefan Seifert · 8 years ago
  61. 2fe6254 SLING-5325 osgi-mock: Support target filtering on DS references by Stefan Seifert · 8 years ago
  62. 75e7f8d SLING-5324 osgi-mock: Support OSGi R6 field-based reference bindings by Stefan Seifert · 8 years ago
  63. 570988a SLING-5323 Update to OSGi R6 by Stefan Seifert · 8 years ago
  64. 1620d47 SLING-5312 osgi-mock: Eliminate runtime-depenency to Felix SCR annotations by Stefan Seifert · 8 years ago
  65. 2ffb548 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 9 years ago
  66. 638a222 [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-1.7.0 by Stefan Seifert · 9 years ago
  67. d77a6d3 SLING-5198 osgi-mock: Add basic ConfigurationAdmin support by Stefan Seifert · 9 years ago
  68. cc2646d SLING-5143 osgi-mock: MockBundleContext is not thread-safe when using iterators by Stefan Seifert · 9 years ago
  69. c5bdedc [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 9 years ago
  70. f6b27ac [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-1.6.0 by Stefan Seifert · 9 years ago
  71. 87fad6c Update the main reactor to parent 25 by Robert Munteanu · 9 years ago
  72. 9a58a16 cosmetic: fix javadoc errors by Stefan Seifert · 9 years ago
  73. 8e40efc SLING-5088 deprecate activate/deactivate methods without bundleContext parameter because there is a small risk for memory leaks by Stefan Seifert · 9 years ago
  74. ac44a9a SLING-5088 properly shutdown executor service in MockEventAdmin by Stefan Seifert · 9 years ago
  75. 7e14619 SLING-5090 osgi-mock: Support ServiceFactory by Stefan Seifert · 9 years ago
  76. dafe633 SLING-5089 deactivate services in reverse order by Stefan Seifert · 9 years ago
  77. d0a2fdc SLING-5089 mock-osgi: Deactivate all services on shutdown by Stefan Seifert · 9 years ago
  78. 6d4cb95 SLING-5083 osgi-mock: Eliminate compile dependency to org.apache.felix.scr.annotations by Stefan Seifert · 9 years ago
  79. c2accf2 cosmetic: beautify error messages when setup/teardown fails by Stefan Seifert · 9 years ago
  80. 91534bd [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 9 years ago
  81. 4517dda [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-1.5.0 by Stefan Seifert · 9 years ago
  82. 935520e SLING-4901 osgi-mock: Add support for ComponentContext.getUsingBundle() by Stefan Seifert · 9 years ago
  83. bb79f5b remove unused LOG variable by Stefan Seifert · 9 years ago
  84. e09a6cc set parent version to 24 and add empty relativePath where missing by Oliver Lietz · 9 years ago
  85. fe6b8e3 SLING-4845 - MockBundleContext is not thread-safe by Julian Sedding · 9 years ago
  86. fa67014 SLING-4845 - MockBundleContext is not thread-safe by Julian Sedding · 9 years ago
  87. d96cd75 @no-jira : test failed with a timeout on jenkins - tring with 2sec timeout by Stefan Egli · 9 years ago
  88. ea25dac Update rat exclude rules by Robert Munteanu · 9 years ago
  89. 2bb9e7e Testing: remove superflous sling.java.version=6 as it's the default now by Robert Munteanu · 9 years ago
  90. aca68fa Update to Sling Parent 23 by Robert Munteanu · 9 years ago
  91. a9f5844 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 9 years ago
  92. 189b064 [maven-release-plugin] prepare release org.apache.sling.testing.osgi-mock-1.4.0 by Stefan Seifert · 9 years ago
  93. 9138a7f SLING-4813 - Support CGLIB enhanced classes for Mockito based service mocks by Robert Munteanu · 9 years ago
  94. b6765d3 SLING-4781 - Implement MockBundle.getEntryPaths by Robert Munteanu · 9 years ago
  95. 2b0b7ba SLING-4781 - Implement MockBundle.getEntryPaths by Robert Munteanu · 9 years ago
  96. 0cd5c98 SLING-4780 - Implement MockBundle.getLastModified by Robert Munteanu · 9 years ago
  97. 0fc9ec4 MockBundleTest - cast once in the @BeforeMethod instead of every test by Robert Munteanu · 9 years ago
  98. 663f69e OsgiServiceUtil: clarify exception message when no matching references were found by Robert Munteanu · 9 years ago
  99. 4903d8c SLING-4771 Osgi Mock: Allow to set mock bundle symbolic name by Stefan Seifert · 9 years ago
  100. d301fd2 SLING-4756 add support for filtering via felix.framework FilterImpl implementation by Stefan Seifert · 9 years ago