1. 346a1a8 SLING-12520 Update Pax Exam to 4.14.0 by Oliver Lietz · 4 days ago master
  2. f0b63e8 SLING-11996 Upgrade Pax TinyBundles to 4.0.0 by Oliver Lietz · 4 days ago
  3. 8513e44 SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 6 weeks ago
  4. c26877e SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 1 year, 2 months ago
  5. 504859f SLING-11962 Update to Sling Bundle Parent 51 by Oliver Lietz · 1 year, 5 months ago
  6. dff3c2f [maven-release-plugin] prepare for next development iteration by Oliver Lietz · 1 year, 5 months ago
  7. 5a5b832 [maven-release-plugin] prepare release org.apache.sling.testing.paxexam-4.0.0 by Oliver Lietz · 1 year, 5 months ago org.apache.sling.testing.paxexam-4.0.0
  8. 50b518d SLING-9687 Update options and versions to latest features by Oliver Lietz · 1 year, 5 months ago
  9. c57986a SLING-11941 Support snapshots in Options integration tests by Oliver Lietz · 1 year, 5 months ago
  10. 41f9deb style by Oliver Lietz · 1 year, 5 months ago
  11. 438dd3c SLING-11942 Target Java 11 by Oliver Lietz · 1 year, 5 months ago
  12. 60d2745 SLING-11941 Support snapshots in Options integration tests by Oliver Lietz · 1 year, 5 months ago
  13. 213a04a SLING-11938 Update to Sling Bundle Parent 50 by Oliver Lietz · 1 year, 5 months ago
  14. 308484e SLING-11645 Enable code checks with SpotBugs by Oliver Lietz · 1 year, 5 months ago
  15. f44a7ac SLING-11644 Enable code checks with PMD by Oliver Lietz · 1 year, 5 months ago
  16. be24fd1 SLING-11643 Enable code checks with Checkstyle by Oliver Lietz · 1 year, 5 months ago
  17. 4cdd586 build on Linux only by Oliver Lietz · 1 year, 5 months ago
  18. f59827d SLING-11790 Provide Commons Permissions Option by Oliver Lietz · 1 year, 5 months ago
  19. de886fe SLING-11791 Provide Commons Permissions Sling Option by Oliver Lietz · 1 year, 5 months ago
  20. e4db9bc SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 1 year, 8 months ago
  21. 179b19e suppress warnings for rule java:S2699 by Oliver Lietz · 1 year, 9 months ago
  22. a9f79de suppress warnings for rule java:S112 by Oliver Lietz · 1 year, 9 months ago
  23. b7f992b add missing configuration for Felix HTTP service by Oliver Lietz · 1 year, 9 months ago
  24. f22c0fa suppress warnings for rule java:S1444 by Oliver Lietz · 1 year, 9 months ago
  25. 5a91b17 [spotbugs] exclude UNENCRYPTED_SERVER_SOCKET by Oliver Lietz · 1 year, 9 months ago
  26. 4ca779c [spotbugs] exclude PATH_TRAVERSAL_IN by Oliver Lietz · 1 year, 9 months ago
  27. 4bfe944 [spotbugs] exclude MS_SHOULD_BE_FINAL by Oliver Lietz · 1 year, 9 months ago
  28. 5152c50 SLING-11645 Enable code checks with SpotBugs by Oliver Lietz · 1 year, 9 months ago
  29. 7a9a56c [pmd] TooManyStaticImports by Oliver Lietz · 1 year, 9 months ago
  30. 36829f4 SLING-11644 Enable code checks with PMD by Oliver Lietz · 1 year, 9 months ago
  31. f6bc379 [checkstyle] (javadoc) SummaryJavadoc by Oliver Lietz · 1 year, 9 months ago
  32. c145ae5 [checkstyle] (javadoc) MissingJavadocType by Oliver Lietz · 1 year, 9 months ago
  33. 64e99f5 style by Oliver Lietz · 1 year, 9 months ago
  34. 603efa9 [checkstyle] (javadoc) MissingJavadocMethod by Oliver Lietz · 1 year, 9 months ago
  35. 4b6e465 [checkstyle] (javadoc) MissingJavadocPackage by Oliver Lietz · 1 year, 9 months ago
  36. c9e8e17 [checkstyle] (coding) IllegalCatch by Oliver Lietz · 1 year, 9 months ago
  37. 5f66280 [checkstyle] (coding) AvoidInlineConditionals by Oliver Lietz · 1 year, 9 months ago
  38. 28038ea [checkstyle] (design) FinalClass by Oliver Lietz · 1 year, 9 months ago
  39. 63de0df [checkstyle] (naming) LocalFinalVariableName by Oliver Lietz · 1 year, 9 months ago
  40. 957dae2 [checkstyle] (coding) DeclarationOrder by Oliver Lietz · 1 year, 9 months ago
  41. 8a48285 [checkstyle] (design) VisibilityModifier by Oliver Lietz · 1 year, 9 months ago
  42. fee4334 [checkstyle] (modifier) RedundantModifier by Oliver Lietz · 1 year, 9 months ago
  43. 355db6e [checkstyle] (coding) ReturnCount by Oliver Lietz · 1 year, 9 months ago
  44. fd82949 [checkstyle] (metrics) JavaNCSS by Oliver Lietz · 1 year, 9 months ago
  45. 722390e [checkstyle] (sizes) MethodLength by Oliver Lietz · 1 year, 9 months ago
  46. a534951 [checkstyle] (sizes) ExecutableStatementCount by Oliver Lietz · 1 year, 9 months ago
  47. 5eeb9d6 [checkstyle] (naming) AbstractClassName by Oliver Lietz · 1 year, 9 months ago
  48. 21b1553 [checkstyle] (sizes) MethodCount by Oliver Lietz · 1 year, 9 months ago
  49. f227aaa [checkstyle] (coding) OverloadMethodsDeclarationOrder by Oliver Lietz · 1 year, 9 months ago
  50. f7abe5c [checkstyle] (coding) MagicNumber by Oliver Lietz · 1 year, 9 months ago
  51. 133feae [checkstyle] (coding) MissingCtor by Oliver Lietz · 1 year, 9 months ago
  52. 5e81e1d [checkstyle] (whitespace) SeparatorWrap by Oliver Lietz · 1 year, 9 months ago
  53. 1f66be3 [checkstyle] (coding) MultipleStringLiterals by Oliver Lietz · 1 year, 9 months ago
  54. 86700f9 SLING-11643 Enable code checks with Checkstyle by Oliver Lietz · 1 year, 9 months ago
  55. c4e2024 SLING-9687 Update options and versions to latest features by Oliver Lietz · 1 year, 9 months ago
  56. 3622e78 SLING-11791 Provide Commons Permissions Sling Option by Oliver Lietz · 1 year, 9 months ago
  57. 8d5ab96 SLING-11790 Provide Commons Permissions Option by Oliver Lietz · 1 year, 9 months ago
  58. 3d7f5e1 SLING-9687 Update options and versions to latest features by Oliver Lietz · 1 year, 9 months ago
  59. 44ef71c disable dependabot by Oliver Lietz · 1 year, 10 months ago
  60. 9451309 SLING-11520 Provision junit and hamcrest options by default by Oliver Lietz · 2 years, 3 months ago
  61. 1cb5123 remove unused imports by Oliver Lietz · 2 years, 3 months ago
  62. 46eeb1d make common configuration option accessible by Oliver Lietz · 2 years, 3 months ago
  63. c4f6d11 remove unused imports by Oliver Lietz · 2 years, 3 months ago
  64. 62b1393 SLING-11490 Provide JUnit Option by Oliver Lietz · 2 years, 3 months ago
  65. ad67fbb SLING-11561 Update to Sling Bundle Parent 49 by Oliver Lietz · 2 years, 3 months ago
  66. d751b91 SLING-11561 Update to Sling Bundle Parent 49 by Oliver Lietz · 2 years, 3 months ago
  67. 0a486f2 SLING-11520 Provision junit and hamcrest options by default by Oliver Lietz · 2 years, 3 months ago
  68. a8e3561 SLING-9687 Update options and versions to latest features by Oliver Lietz · 2 years, 4 months ago
  69. 6759ed8 SLING-9687 Update options and versions to latest features by Oliver Lietz · 2 years, 4 months ago
  70. c9a8aae SLING-11520 Provision junit and hamcrest options by default by Oliver Lietz · 2 years, 4 months ago
  71. e800aba SLING-11490 Provide JUnit Option by Oliver Lietz · 2 years, 5 months ago
  72. 00bafa8 SLING-11489 Provide Hamcrest Option by Oliver Lietz · 2 years, 5 months ago
  73. c3ec65c SLING-9687 Update options and versions to latest features by Oliver Lietz · 2 years, 5 months ago
  74. b0514db SLING-11441 Update to Sling Bundle Parent 48 by Oliver Lietz · 2 years, 5 months ago
  75. 520b547 update test dependencies by Oliver Lietz · 2 years, 5 months ago
  76. 3f64686 SLING-11440 Provide Jackson Option by Oliver Lietz · 2 years, 5 months ago
  77. 6403a82 SLING-11264 Provide Pax Logging Log4j 2 Option by Oliver Lietz · 2 years, 8 months ago
  78. 0e1b383 SLING-10492 Provide Pax Logging Logback Option by Oliver Lietz · 2 years, 8 months ago
  79. 5068528 SLING-10492 Provide Pax Logging Logback Option by Oliver Lietz · 2 years, 8 months ago
  80. 6362a31 SLING-11264 Provide Pax Logging Log4j 2 Option by Oliver Lietz · 2 years, 8 months ago
  81. 9a577d2 SLING-11263 Provide Pax Logging API Option by Oliver Lietz · 2 years, 8 months ago
  82. ad23f62 SLING-11268 Populate working directory as system property by Oliver Lietz · 2 years, 8 months ago
  83. 002af5d SLING-11266 Build with Java 11 and 17 by Oliver Lietz · 2 years, 8 months ago
  84. 6afdddf SLING-9687 Update options and versions to latest features by Oliver Lietz · 2 years, 8 months ago
  85. e6fff72 SLING-11236 Update to Sling Bundle Parent 47 by Oliver Lietz · 2 years, 8 months ago
  86. c87208f SLING-11051 - Fixing JavaDoc badge by Dan Klco · 2 years, 11 months ago
  87. 05031e9 SLING-10676 - remove SECURITY.md which is not needed by Bertrand Delacretaz · 3 years, 4 months ago
  88. d169c36 SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 3 years, 4 months ago
  89. f68a896 SLING-10490 Add jacoco command when set to base configuration by Oliver Lietz · 3 years, 6 months ago
  90. f939516 SLING-9929 Use PaxExamServer for HTTP-based integration testing by Oliver Lietz · 3 years, 6 months ago
  91. 845dd1a SLING-10492 Provide Pax Logging Logback Option by Oliver Lietz · 3 years, 6 months ago
  92. 33e09de SLING-10491 Update to Sling Bundle Parent 43 by Oliver Lietz · 3 years, 6 months ago
  93. 05aec7f Upgrade to parent version 41, version 40 is affected by SLING-9972 by Robert Munteanu · 3 years, 8 months ago
  94. a5d3b29 SLING-9929 - add HTTP-based test by Bertrand Delacretaz · 3 years, 9 months ago
  95. 2bc462a set version to 4.0.0-SNAPSHOT by Oliver Lietz · 4 years ago
  96. e10ff25 SLING-9940 Update to Sling Bundle Parent 40 by Oliver Lietz · 4 years ago
  97. bd82d00 SLING-9939 Support Server Mode by Oliver Lietz · 4 years ago
  98. cf071d7 SLING-9938 Make methods in TestSupport more accessible by Oliver Lietz · 4 years ago
  99. e24cdc4 SLING-9934 Fix typo in option spifly by Oliver Lietz · 4 years ago
  100. 22cbc98 suppress warnings for rule java:S1104 by Oliver Lietz · 4 years, 3 months ago