1. 2c26b7c SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 6 months ago master
  2. 63eb015 SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 1 year, 1 month ago
  3. 0e8d568 SLING-11051 - Fixing JavaDoc badge by Dan Klco · 2 years, 3 months ago
  4. 25a4228 SLING-10957 update to Parent 46 (#1) by Konrad Windszus · 2 years, 5 months ago
  5. 346eea2 SLING-10676 - remove SECURITY.md which is not needed by Bertrand Delacretaz · 2 years, 9 months ago
  6. df99a6d SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 2 years, 9 months ago
  7. 9272220 Adding sonarqube badges as per SLING-9682 by Dan Klco · 3 years, 8 months ago
  8. 32ee8cf Updating badges for org-apache-sling-validation-api by Radu Cotescu · 3 years, 8 months ago
  9. b001aeb Updating badges for org-apache-sling-validation-api by Radu Cotescu · 5 years ago
  10. 1e4950d SLING-7245 - Validate pull requests using Jenkins by Robert Munteanu · 5 years ago
  11. 7f34394 trivial: added license header to *.md files by Radu Cotescu · 6 years ago
  12. bf8af8f SLING-7215 - [nice-to-have] Add a CONTRIBUTING file to every module by Radu Cotescu · 6 years ago
  13. 8db8ebe SLING-7216 - [nice-to-have] Add a CODE_OF_CONDUCT file to every module by Radu Cotescu · 6 years ago
  14. 23b4735 SLING-7798 Switch from JSR-305 annotations to JetBrains Nullable/NotNull annotations by sseifert · 6 years ago
  15. 14562c6 Updating badges for org-apache-sling-validation-api by Dan Klco · 6 years ago
  16. 3fcb974 SLING-7213 - Add a default .gitignore file to every module by Robert Munteanu · 7 years ago
  17. 29d1176 SLING-7214 - Add the LICENSE file to every module by Robert Munteanu · 7 years ago
  18. d8a2aad Fix typo in pom.xml : conncetion should be connection by Robert Munteanu · 7 years ago
  19. a595f92 SLING-7162 - Update SCM information in all POM files to reference Git by Robert Munteanu · 7 years ago
  20. e5e89fc SLING-7162 - Update SCM information in all POM files to reference Git by Robert Munteanu · 7 years ago
  21. 0bc944e SLING-7167 Adjust READMEs by Oliver Lietz · 7 years ago
  22. da58147 [maven-release-plugin] prepare for next development iteration by Konrad Windszus · 7 years ago
  23. bacf5f8 [maven-release-plugin] prepare release org.apache.sling.validation.api-1.0.0 by Konrad Windszus · 7 years ago
  24. d7116dc revert failed release 1.0.0 by Konrad Windszus · 7 years ago
  25. 24a7f43 [maven-release-plugin] prepare for next development iteration by Konrad Windszus · 7 years ago
  26. 47b73aa fix link in javadoc by Konrad Windszus · 7 years ago
  27. c333cce ValidationContext -> ValidatorContext by Konrad Windszus · 7 years ago
  28. 9cb3a5a fix some javadoc by Konrad Windszus · 7 years ago
  29. 9e22ba2 SLING-6727 ValidationModel.getValidatedResourceType -> ValidationModel.getValidatingResourceType by Konrad Windszus · 7 years ago
  30. 38981c6 SLING-6727 consistently refer to models as validationModels by Konrad Windszus · 7 years ago
  31. 65352b2 fix javadoc by Konrad Windszus · 7 years ago
  32. aa6cd2d SLING-6662 Move DefaultValidationFailure and DefaultValidationResult into a dedicated package by Konrad Windszus · 7 years ago
  33. 3bed534 SLING-6659 detect modification to validator.id, service.ranking and/or validator.severity a run-time by Konrad Windszus · 7 years ago
  34. ddca137 SLING-6661 add missing providerType annotation by Konrad Windszus · 7 years ago
  35. be32fca SLING-6661 Move ValidationModelRetriever to package org.apache.sling.validation.model.spi by Konrad Windszus · 7 years ago
  36. 1843eea revert release by Konrad Windszus · 7 years ago
  37. e9f8493 [maven-release-plugin] prepare for next development iteration by Konrad Windszus · 7 years ago
  38. 03410d8 [maven-release-plugin] prepare release org.apache.sling.validation.api-1.0.0 by Konrad Windszus · 7 years ago
  39. 1610e10 fix javadoc by Konrad Windszus · 7 years ago
  40. c774aae remove warning by Konrad Windszus · 7 years ago
  41. 2f93afe make DefaultValidationFailure/Result provider types and turn them into finals. by Konrad Windszus · 7 years ago
  42. 19a6d27 cosmetic: remove some unused imports by Stefan Seifert · 7 years ago
  43. 74e9669 remove some warning due to unnecessary import and missing JSR 305 annotations by Konrad Windszus · 7 years ago
  44. 913fba3 remove duplicate version in pom.xml by Konrad Windszus · 7 years ago
  45. 7833d8f use Sling Parent 30 by Oliver Lietz · 7 years ago
  46. 222671b SLING-6610 use ValidationContext in DefaultValidationFailure and DefaultValidationResult by Konrad Windszus · 7 years ago
  47. 65a9e2f add missing JSR 305 annotation by Konrad Windszus · 7 years ago
  48. 8a7756a improved javadoc by Konrad Windszus · 7 years ago
  49. f4eef2b make validation result serializable (helps e.g. with teleporter tests) by Konrad Windszus · 7 years ago
  50. 780513c SLING-6569 fall back to default resource bundle in case ValidationFailure.getMessage() is called with a null value by Konrad Windszus · 7 years ago
  51. 2aee074 SLING-6569 NPE in DefaultValidationFailure when resource bundle is null by Oliver Lietz · 7 years ago
  52. 7b4dc4a convert applicable paths from an array to a collection and add some more tests around it by Konrad Windszus · 7 years ago
  53. e5aa5cb SLING-6588 refactor caching by moving it back to the model provider by Konrad Windszus · 7 years ago
  54. c592ca2 SLING-6578 fix some more javadocs/exception messsages to always refer to validator ids instead of validator names by Konrad Windszus · 7 years ago
  55. a2c88e5 SLING-6578 use dedicated service property "validator.id" for referencing the validator from models by Konrad Windszus · 7 years ago
  56. 949e04e use generics for Predicate, fix some warnings by Konrad Windszus · 7 years ago
  57. b16267c really use OSGi annotations for semantic versioning by Konrad Windszus · 7 years ago
  58. b002d65 use osgi annotations instead of bnd annotations for semantic versioning by Konrad Windszus · 7 years ago
  59. 9abda66 SLING-6562 use service resource resolvers by Konrad Windszus · 7 years ago
  60. 320d815 SLING-6569 NPE in DefaultValidationFailure when resource bundle is null by Oliver Lietz · 7 years ago
  61. 236c179 improve javadoc by Konrad Windszus · 7 years ago
  62. 282c875 improve javadoc by Konrad Windszus · 7 years ago
  63. dc3809c migrate to OSGi version annotations by Konrad Windszus · 7 years ago
  64. e10fa8d use Sling parent 29 by Oliver Lietz · 7 years ago
  65. 07fa083 SLING-5373 allow to set severity per validator in the model by Konrad Windszus · 8 years ago
  66. 8261d89 SLING-5589 Remove dependency commons-collections by Oliver Lietz · 8 years ago
  67. e8766e1 SLING-5588 Remove dependency commons-lang 2.4 by Oliver Lietz · 8 years ago
  68. 6dca9f2 remove redundant public modifiers by Oliver Lietz · 8 years ago
  69. b4885ea SLING-5584 Move SlingValidationException to package org.apache.sling.validation by Oliver Lietz · 8 years ago
  70. bd04959 SLING-5585 Use plural for method ValidationModelProvider#getModel(...):Collection<ValidationModel> by Oliver Lietz · 8 years ago
  71. 58497b5 fix some javadoc errors and warnings and typos by Oliver Lietz · 8 years ago
  72. 412892d SLING-4213 leverage sling-i18n for validation failure messages by Konrad Windszus · 8 years ago
  73. 110f25e Switch to parent pom 26 by Carsten Ziegeler · 8 years ago
  74. 642d083 SLING-5395 - correctly set provider type or consumer type on all interfaces of the API by Konrad Windszus · 8 years ago
  75. c7e118d SLING-5026 - refactor validator interface to allow to set multiple failure messages by Konrad Windszus · 8 years ago
  76. cb5d848 Update the main reactor to parent 25 by Robert Munteanu · 9 years ago
  77. 6de8144 clarify javadoc by Konrad Windszus · 9 years ago
  78. f10f249 SLING-4922 add property resource to the Validator interface by Konrad Windszus · 9 years ago
  79. 7cb1d4e SLING-4876 support resource type inheritance for validator models by Konrad Windszus · 9 years ago
  80. 051045a set parent version to 24 and add empty relativePath where missing by Oliver Lietz · 9 years ago
  81. 196f990 SLING-4822 allow filtering based on a predicate for recursive validations by Konrad Windszus · 9 years ago
  82. bc3de67 Remove superflous sling.java.version=6 as it's the default now by Robert Munteanu · 9 years ago
  83. ebd0799 Update to Sling Parent 23 by Robert Munteanu · 9 years ago
  84. ec5a559 SLING-4777 decouple model provider from the validation service by Konrad Windszus · 9 years ago
  85. fc6ee44 Set relative path by Carsten Ziegeler · 9 years ago
  86. e726e7e SLING-4609 more null annotations by Konrad Windszus · 9 years ago
  87. 3a46b25 SLING-4609 add some more JSR 305 annotations by Konrad Windszus · 9 years ago
  88. 1749a10 SLING-4609 add JSR 305 null annotations by Konrad Windszus · 9 years ago
  89. d70c81c SLING 4606 move validation from contrib to / by Konrad Windszus · 9 years ago