1. 53a3651 [maven-release-plugin] prepare for next development iteration by Eric Norman · 2 weeks ago master
  2. b91ccd4 [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-2.0.0 by Eric Norman · 2 weeks ago org.apache.sling.servlet-helpers-2.0.0
  3. c0345b0 [maven-release-plugin] rollback the release of org.apache.sling.servlet-helpers-2.0.0 by Eric Norman · 2 weeks ago
  4. 653563b [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-2.0.0 by Eric Norman · 2 weeks ago
  5. 0130fe9 SLING-12589 enable build with Java 21 (#22) by Eric Norman · 2 weeks ago
  6. dcc1ed3 SLING-12858 Add Mock impl using Sling API 3.0.0/Jakarta Servlet (#21) by Eric Norman · 2 weeks ago
  7. a16b20b SLING-12866 - Restrict force pushes, auto-delete branches on merge by Robert Munteanu · 4 weeks ago
  8. eb3f695 Bump org.apache.sling.api from 2.4.0 to 2.25.4 by Stefan Seifert · 9 months ago
  9. 5c3ffba Bump commons-io from 2.7 to 2.14.0 by Stefan Seifert · 9 months ago
  10. 5b0e95d SLING-12586 ignore spotless code reformatting commit in git blame by Stefan Seifert · 9 months ago
  11. fffcfdc SLING-12586 build only with java 17 by Stefan Seifert · 9 months ago
  12. 3616cdc SLING-12586 fix javadoc errors by Stefan Seifert · 9 months ago
  13. 0d1d465 SLING-12586 apply spotless formatting by Stefan Seifert · 9 months ago
  14. b087444 SLING-12586 Update to parent 62 by Stefan Seifert · 9 months ago
  15. b64ce4e SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 10 months ago
  16. 8a597e1 SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 1 year, 11 months ago
  17. 3e6eaad [maven-release-plugin] prepare for next development iteration by Eric Norman · 2 years, 5 months ago
  18. 77b868f [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.4.6 by Eric Norman · 2 years, 5 months ago org.apache.sling.servlet-helpers-1.4.6
  19. c1a9872 change commons-io dependency to test scope (#14) by Eric Norman · 2 years, 5 months ago
  20. 2d01bcb Bump commons-io from 2.4 to 2.7 by dependabot[bot] · 2 years, 5 months ago
  21. f532f74 SLING-11817 getUserPrincipal() should return null for anonymous requests (#13) by Eric Norman · 2 years, 5 months ago
  22. 67e26aa SLING-11817 Implement MockSlingHttpServletRequest#getUserPrincipal (#12) by Eric Norman · 2 years, 5 months ago
  23. 39daa73 SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 2 years, 5 months ago
  24. 7e9e690 [maven-release-plugin] prepare for next development iteration by Robert Munteanu · 2 years, 6 months ago
  25. a3cf8d2 [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.4.4 by Robert Munteanu · 2 years, 6 months ago org.apache.sling.servlet-helpers-1.4.4
  26. 3afd401 Update to parent pom 49 (#10) by Robert Munteanu · 2 years, 6 months ago
  27. d32935e SLING-11745 - Sling Mocks: allow setting parts for a request (#9) by Robert Munteanu · 2 years, 6 months ago
  28. 52ad100 cosmetic: remove unused import by Stefan Seifert · 2 years, 6 months ago
  29. fcae1cd SLING-11051 - Fixing JavaDoc badge by Dan Klco · 3 years, 8 months ago
  30. 979e09e SLING-10676 - remove SECURITY.md which is not needed by Bertrand Delacretaz · 4 years, 1 month ago
  31. c532378 SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 4 years, 1 month ago
  32. 57eab7a Adding sonarqube badges as per SLING-9682 by Dan Klco · 5 years ago
  33. 21d9514 Updating badges for org-apache-sling-servlet-helpers by Radu Cotescu · 5 years ago
  34. 439c13d Add SonarCloud badges and links by Bertrand Delacretaz · 5 years ago
  35. 540a02f Moving docs to the existing sling.apache.org page by Bertrand Delacretaz · 5 years ago
  36. b9b43ab [maven-release-plugin] prepare for next development iteration by Bertrand Delacretaz · 5 years ago
  37. 84d67de [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.4.2 by Bertrand Delacretaz · 5 years ago org.apache.sling.servlet-helpers-1.4.2
  38. 126e48f SLING-9512 - add integration tests by Bertrand Delacretaz · 5 years ago
  39. 4af3d53 .gitignore by Bertrand Delacretaz · 5 years ago
  40. 6227707 SLING-9512 - clarify tests by Bertrand Delacretaz · 5 years ago
  41. 1c19473 Javadoc tweaks by Bertrand Delacretaz · 5 years ago
  42. de4facb Merge branch 'master' of github.com:apache/sling-org-apache-sling-servlet-helpers by Bertrand Delacretaz · 5 years ago
  43. 414d329 Rework the internal requests API, an actual Resource is required for direct servlet requests by Bertrand Delacretaz · 5 years ago
  44. 50d19bc fix format by Bertrand Delacretaz · 5 years ago
  45. 48e31ea Add MDC logging info, to help troubleshoot internal requests by Bertrand Delacretaz · 5 years ago
  46. 304adcf Add two tests dealing with checking the response status code after checking the status code by Andreas Schaefer · 5 years ago
  47. f4153b1 SLING-9512 - improve test coverage by Bertrand Delacretaz · 5 years ago
  48. 69825ac SLING-9512 - re-add separate checkStatus() method by Bertrand Delacretaz · 5 years ago
  49. 6b61a4a SLING-9512 - add parameters + body support by Bertrand Delacretaz · 5 years ago
  50. 19b36b3 there are two options now by Bertrand Delacretaz · 5 years ago
  51. 3aa681e SLING-9512 - first implementation of an InternalRequest helper by Bertrand Delacretaz · 5 years ago
  52. 15feafb SLING-9513 - add MockRequestProgressTracker by Bertrand Delacretaz · 5 years ago
  53. 300bd66 Merge pull request #7 from Buuhuu/SLING-9500 by Dirk Rudolph · 5 years ago
  54. 7f038ad SLING-9500: implemented javax.servlet.ServletRequest#getLocales() on MockSlingHttpServletRequest by Dirk Rudolph · 5 years ago
  55. 4b57db7 .asf.yaml by Bertrand Delacretaz · 5 years ago
  56. c3e4ad8 Mention internal requests + tentative fluent API by Bertrand Delacretaz · 5 years ago
  57. 71ef769 SLING-8844 servlet-helpers: Update to Commons Collections 4 by sseifert · 6 years ago
  58. a12dd6c [maven-release-plugin] prepare for next development iteration by sseifert · 6 years ago
  59. c81b1fa [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.3.0 by sseifert · 6 years ago org.apache.sling.servlet-helpers-1.3.0
  60. 5192d9b SLING-8818 servlet-helpers: Upgrade to parent pom 35 by sseifert · 6 years ago
  61. 4343dca cosmetic: move supported operations above the comment "unsupported operations" by sseifert · 6 years ago
  62. 172e867 SLING-8804 Mock SlingHttpServletRequest should follow same caching as SlingHttpServletRequest by sseifert · 6 years ago
  63. 9649aac SLING-8690 Servlet Helpers: MockSlingHttpServletRequest.getContextPath should return "" by default by sseifert · 6 years ago
  64. c6352c1 [maven-release-plugin] prepare for next development iteration by sseifert · 6 years ago
  65. 2b0aa15 [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.2.0 by sseifert · 6 years ago org.apache.sling.servlet-helpers-1.2.0
  66. 1018693 cosmetic: suppress deprecation warnings in unit tests by sseifert · 6 years ago
  67. c560996 Merge branch 'feature/SLING-8424-request-parameter-handling' by sseifert · 6 years ago
  68. 3975b76 Actioned a couple of the requested changes: by Rob McDougall · 6 years ago
  69. 50dcd58 Fixed code smells detected by SonarCloud. by Rob McDougall · 6 years ago
  70. 84f8fce Added support for simulating HTML forms (including file uploads) to the requestParameter handling. by Rob McDougall · 6 years ago
  71. fed7c42 Fixed typo on getStatusMessage() by Rob McDougall · 6 years ago
  72. 7ee2603 [maven-release-plugin] prepare for next development iteration by sseifert · 7 years ago
  73. a26af96 [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.1.10 by sseifert · 7 years ago org.apache.sling.servlet-helpers-1.1.10
  74. 80b2025 SLING-7797 make sure IllegalArgumentException is thrown when trying to parse an invalid date value by sseifert · 7 years ago
  75. a34cbee Updating badges for org-apache-sling-servlet-helpers by Radu Cotescu · 7 years ago
  76. 8139670 SLING-7245 - Validate pull requests using Jenkins by Robert Munteanu · 7 years ago
  77. 8df17b6 Merge branch 'issue/SLING-8165' by sseifert · 7 years ago
  78. 805a920 SLING-8165 add unit test by sseifert · 7 years ago
  79. a6b4523 SLING-8161 save status message for setStatus and sendError methods by sseifert · 7 years ago
  80. 9da849b Set the name when instantiating a MockRequestParameter by Ahmed Musallam · 7 years ago
  81. e09b285 trivial: added license header to *.md files by Radu Cotescu · 7 years ago
  82. be7726c SLING-7215 - [nice-to-have] Add a CONTRIBUTING file to every module by Radu Cotescu · 7 years ago
  83. 0bd58b0 SLING-7216 - [nice-to-have] Add a CODE_OF_CONDUCT file to every module by Radu Cotescu · 7 years ago
  84. df1c711 update mockito version by sseifert · 7 years ago
  85. cdc03f2 update to sling parent 34 by sseifert · 7 years ago
  86. 4011bbc SLING-7797 - removed SimpleDateFormatter by JE Bailey · 7 years ago
  87. 227a789 [maven-release-plugin] prepare for next development iteration by sseifert · 7 years ago
  88. 41c4842 [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.1.8 by sseifert · 7 years ago org.apache.sling.servlet-helpers-1.1.8
  89. 825f448 SLING-7744 add implementation for RequestPathInfo.getSuffixResource by sseifert · 7 years ago
  90. d8da52c Updating badges for org-apache-sling-servlet-helpers by Dan Klco · 7 years ago
  91. 32d8365 [maven-release-plugin] prepare for next development iteration by Jason E Bailey · 7 years ago
  92. e96ae41 [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.1.6 by Jason E Bailey · 7 years ago org.apache.sling.servlet-helpers-1.1.6
  93. 0d0b472 SLING-7657 update package version by Jason E Bailey · 7 years ago
  94. 2d991de SLING-7657 allows the responseContentType to be set by JE Bailey · 7 years ago
  95. 6475fde [maven-release-plugin] prepare for next development iteration by sseifert · 8 years ago
  96. db1241f [maven-release-plugin] prepare release org.apache.sling.servlet-helpers-1.1.4 by sseifert · 8 years ago org.apache.sling.servlet-helpers-1.1.4
  97. 60969dd SLING-7482 MockSlingHttpServletResponse.getHeaders is case sensitive by sseifert · 8 years ago
  98. 5ddd26f SLING-7213 - Add a default .gitignore file to every module by Robert Munteanu · 8 years ago
  99. dd79fa5 SLING-7214 - Add the LICENSE file to every module by Robert Munteanu · 8 years ago
  100. d4adf1e Fix typo in pom.xml : conncetion should be connection by Robert Munteanu · 8 years ago