1. 6d87c0a SLING-12147 Replace Sling XSS with OWASP Encoder by Stefan Seifert · 5 months ago master
  2. 505bd93 SLING-12064: migrate to jakarta.json (#7) by Ashok Pelluru · 6 months ago
  3. 2629650 SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 6 months ago
  4. 4cdcacb SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 1 year, 1 month ago
  5. 14ee2f8 SLING-11051 - Fixing JavaDoc badge by Dan Klco · 2 years, 3 months ago
  6. 06caac6 switch back to released versions by Stefan Seifert · 2 years, 4 months ago
  7. 4a35c06 update dependencies to next SNAPSHOT version until release version is available on maven central by Stefan Seifert · 2 years, 4 months ago
  8. ae46c91 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 2 years, 4 months ago
  9. 7a1cb7b [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.6.0 by Stefan Seifert · 2 years, 4 months ago org.apache.sling.caconfig.impl-1.6.0
  10. 7b02b82 update dependency by Stefan Seifert · 2 years, 4 months ago
  11. 5a1da1a SLING-8849 htl binding values provider improve flexibility (#3) by henrykuijpers · 2 years, 4 months ago
  12. d68b295 SLING-10001 make scripting engines for HTL Bindings Value Provider configurable (still default to sightly) by Stefan Seifert · 2 years, 4 months ago
  13. 8d113a3 increase minor version to 1.6.0-SNAPSHOT by Stefan Seifert · 2 years, 4 months ago
  14. 99fd942 SLING-11019 Nested sub configurations in nested configuration collections: Config name not correctly applied from persistence strategy by Stefan Seifert · 2 years, 4 months ago
  15. d226d5b cosmetic: cleanup whitespaces by Stefan Seifert · 2 years, 4 months ago
  16. cf04416 SLING-11010 do not shade org.apache.sling.commons.osgi - we can depend on it directly by Stefan Seifert · 2 years, 4 months ago
  17. 5ceec38 cosmetic: eliminate some code warnings by Stefan Seifert · 2 years, 4 months ago
  18. 619a89e SLING-11010 update to Sling API 2.16.4 and Scripting API 2.2.0 by Stefan Seifert · 2 years, 4 months ago
  19. 3909081 SLING-11009 update to sling-bundle-parent 46 by Stefan Seifert · 2 years, 4 months ago
  20. 81c56dc SLING-10676 - remove SECURITY.md which is not needed by Bertrand Delacretaz · 2 years, 9 months ago
  21. 51c9f24 SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 2 years, 9 months ago
  22. e1ce1cc SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 2 years, 9 months ago
  23. acc61e5 Adding sonarqube badges as per SLING-9682 by Dan Klco · 3 years, 8 months ago
  24. ab314da Updating badges for org-apache-sling-caconfig-impl by Radu Cotescu · 3 years, 8 months ago
  25. 9403019 update to sling parent 36 by sseifert · 4 years, 3 months ago
  26. 161ecfc SLING-8824 put bnd config in POM with comments by sseifert · 4 years, 5 months ago
  27. 25b2cd2 SLING-8824 caconfig: Upgrade to parent pom 35 by sseifert · 4 years, 6 months ago
  28. 67fe5f9 switch back tor release version by sseifert · 4 years, 8 months ago
  29. 3153427 update to next development version until release version is available on maven central by sseifert · 4 years, 8 months ago
  30. 4b3ee01 [maven-release-plugin] prepare for next development iteration by sseifert · 4 years, 8 months ago
  31. e5f4ac1 [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.5.0 by sseifert · 4 years, 8 months ago org.apache.sling.caconfig.impl-1.5.0
  32. 01d7b8e update caconfig-api dependency by sseifert · 4 years, 8 months ago
  33. 60e1346 SLING-8638 caconfig-impl: Switch from legacy commons collections 3 to commons collections 4 by sseifert · 4 years, 8 months ago
  34. 5ebaffa SLING-8637 caconfig-impl: Lower loglevel vor warning in DefaultConfigurationResourceResolvingStrategy by sseifert · 4 years, 8 months ago
  35. 8335673 cosmetic: remove obsolete @SuppressWarnings tags by sseifert · 5 years ago
  36. ebce04e SLING-8272 add unit tests by sseifert · 5 years ago
  37. 0eb9489 SLING-8272 add @NonNull annotations as in interface to avoid code warnings by sseifert · 5 years ago
  38. fd730a3 Merge pull request #2 from ompandeyy/SLING-8272_caconfig-nod-existence-check by Konrad Windszus · 5 years ago
  39. 1fecc21 [SLING-8272] Fixed sonar issue by ompandey · 5 years ago
  40. dbe6b84 [SLING-8272] Added additional method - PR Comments by ompandey · 5 years ago
  41. fe6a7e5 [maven-release-plugin] prepare for next development iteration by sseifert · 5 years ago
  42. fae9253 [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.4.16 by sseifert · 5 years ago org.apache.sling.caconfig.impl-1.4.16
  43. bc32841 [SLING-8272] Fixed PR Comments by ompandey · 5 years ago
  44. 6511aa8 SLING-8344 Avoid NPE in ConfigurationOverrideMultiplexerImpl when not configuration resource is present by sseifert · 5 years ago
  45. 16af393 trivial code changes to avoid null warnings that should not change the logic by sseifert · 5 years ago
  46. 38ebc46 apply @NonNull and @Nullable annotations to match with those in the API/SPI definitions by sseifert · 5 years ago
  47. 0f7ab4d [SLING-8272] Fixed PR Comments by ompandey · 5 years ago
  48. c30f003 [SLING-8272] Check if Caconfig Node Exists in JCR by ompandey · 5 years ago
  49. 7671de9 Updating badges for org-apache-sling-caconfig-impl by Radu Cotescu · 5 years ago
  50. f327b66 SLING-7245 - Validate pull requests using Jenkins by Robert Munteanu · 5 years ago
  51. bed94d9 SLING-8240 CAConfig Console Inventory Printer: Fix display problem when service ranking is not a number by sseifert · 5 years ago
  52. bf6a09b SLING-7982 : Make dependency to web console optional by Carsten Ziegeler · 6 years ago
  53. fcf3c5c trivial: added license header to *.md files by Radu Cotescu · 6 years ago
  54. a8581fc SLING-7215 - [nice-to-have] Add a CONTRIBUTING file to every module by Radu Cotescu · 6 years ago
  55. f21ce59 SLING-7216 - [nice-to-have] Add a CODE_OF_CONDUCT file to every module by Radu Cotescu · 6 years ago
  56. a4d80cf [maven-release-plugin] prepare for next development iteration by sseifert · 6 years ago
  57. 97b5d54 [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.4.14 by sseifert · 6 years ago org.apache.sling.caconfig.impl-1.4.14
  58. 730c678 SLING-7868 Context-Aware Configuration Impl: Preserve sling:resourceType when persisting configurations by default by sseifert · 6 years ago
  59. bb8f147 SLING-7868 Context-Aware Configuration Impl: Preserve sling:resourceType when persisting configurations by default by sseifert · 6 years ago
  60. 5920b2f SLING-7798 Switch from JSR-305 annotations to JetBrains Nullable/NotNull annotations by sseifert · 6 years ago
  61. 42c7b76 Updating badges for org-apache-sling-caconfig-impl by Dan Klco · 6 years ago
  62. f11dc1c Updating badges for org-apache-sling-caconfig-impl by Dan Klco · 6 years ago
  63. c489f75 Updating badges for org-apache-sling-caconfig-impl by Dan Klco · 6 years ago
  64. 0a12427 [maven-release-plugin] prepare for next development iteration by sseifert · 6 years ago
  65. cd390fc [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.4.12 by sseifert · 6 years ago org.apache.sling.caconfig.impl-1.4.12
  66. d4bb850 SLING-7627 CAConfig Impl: Wrong config name when adapting ConfigurationBuilder multiple times from same resource by sseifert · 6 years ago
  67. 3ab3f77 [maven-release-plugin] prepare for next development iteration by sseifert · 6 years ago
  68. a8eea43 [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.4.10 by sseifert · 6 years ago org.apache.sling.caconfig.impl-1.4.10
  69. 0148932 fix javadocs by sseifert · 6 years ago
  70. 394418f SLING-7361 CAConfig Impl: Fix potential NPE in ConfigurationBuilder by sseifert · 6 years ago
  71. 3b21935 [maven-release-plugin] prepare for next development iteration by sseifert · 6 years ago
  72. ed86311 [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.4.8 by sseifert · 6 years ago org.apache.sling.caconfig.impl-1.4.8
  73. 3162c50 package version was already increased by sseifert · 6 years ago
  74. 3e2166c SLING-7230 CAConfig Impl: Allow to configure alterantive lookup resource names for configuration collection properties by sseifert · 6 years ago
  75. 69e95a6 add documentation link by sseifert · 6 years ago
  76. 15a5738 ignore dependency-reduced-pom.xml by sseifert · 6 years ago
  77. d280d0b SLING-7213 - Add a default .gitignore file to every module by Robert Munteanu · 7 years ago
  78. 07340ea SLING-7214 - Add the LICENSE file to every module by Robert Munteanu · 7 years ago
  79. 811fce9 Fix typo in pom.xml : conncetion should be connection by Robert Munteanu · 7 years ago
  80. 420afd6 SLING-7162 - Update SCM information in all POM files to reference Git by Robert Munteanu · 7 years ago
  81. a7697dd SLING-7208 CAConfig Impl: Make ConfigurationResourceResolverConfig service accessible from outside by Stefan Seifert · 7 years ago
  82. 7b5eb1d [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 7 years ago
  83. e5659f3 [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.4.6 by Stefan Seifert · 7 years ago
  84. e102f3a SLING-7167 Adjust READMEs by Oliver Lietz · 7 years ago
  85. ca2b84b SLING-7167 Adjust READMEs by Oliver Lietz · 7 years ago
  86. a2dedb5 SLING-7167 Adjust READMEs by Oliver Lietz · 7 years ago
  87. b1c7f28 SLING-7165 fix problem with resolving config collection item name for nested configuration lists by Stefan Seifert · 7 years ago
  88. b4dba38 SLING-7165 more unit tests by Stefan Seifert · 7 years ago
  89. f62e04b SLING-7165 CAConfig Impl: Potential data loss when saving multiple nested configuration lists by Stefan Seifert · 7 years ago
  90. cdb3fef [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 7 years ago
  91. 48e9e61 [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.4.4 by Stefan Seifert · 7 years ago
  92. 0ec6a19 SLING-7016 caconfig: Override is not applied for a configuration name if no config resource exist by Stefan Seifert · 7 years ago
  93. 9a15aea SLING-6935 fix NPE when no config name is given by Stefan Seifert · 7 years ago
  94. a3f4669 switch back to released version by Stefan Seifert · 7 years ago
  95. 9aaead9 update to next development version until release version is available on maven central by Stefan Seifert · 7 years ago
  96. e0c5d21 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 7 years ago
  97. c115b95 [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.4.2 by Stefan Seifert · 7 years ago
  98. 57a5ba6 update dependency by Stefan Seifert · 7 years ago
  99. 24462d6 SLING-6883 CAConfig: Respect service ranking in ordering context path/config ref proposals by Stefan Seifert · 7 years ago
  100. 2ba7871 SLING-6882 CAConfig Impl: Display context paths and config refs in web console by Stefan Seifert · 7 years ago