1. a487ab3 SLING-3524: Allow distinguishing cloning from normal login in providers. by Csaba Varga · 6 years ago
  2. 292c461 SLING-7593 : ResourceTraversor doesn't support ResourceDecorator pattern. Apply patch from Joanna Jasnowska by Carsten Ziegeler · 6 years ago
  3. 14a1a91 fix bundle version in javadoc by Oliver Lietz · 6 years ago
  4. 00e9a85 Enable baseline check after release by Carsten Ziegeler · 6 years ago
  5. a88446b [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 6 years ago
  6. b871cc0 [maven-release-plugin] prepare release org.apache.sling.api-2.18.0 by Carsten Ziegeler · 6 years ago org.apache.sling.api-2.18.0
  7. 18df8c9 Revert accidental version increase by Carsten Ziegeler · 6 years ago
  8. 70c9a02 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 6 years ago
  9. 1c99d56 [maven-release-plugin] prepare release org.apache.sling.api-2.17.0 by Carsten Ziegeler · 6 years ago org.apache.sling.api-2.17.0
  10. e1a1ab6 Fix typo in javadoc by Carsten Ziegeler · 6 years ago
  11. 495e4bf SLING-7537 : Provide a way to get the search paths without login into a resource resolver by Carsten Ziegeler · 6 years ago
  12. 73f88f9 SLING-6932 : [javadoc] Document transient nature of ResourceResolver operations by Carsten Ziegeler · 6 years ago
  13. ec3dcf2 SLING-7194 Document that AdapterManager sorts AdapterFactory implementations lowest ranking first by sseifert · 6 years ago
  14. dfc4164 cosmetic: remove unused import by sseifert · 6 years ago
  15. 1d83511 Fix minor typos in comments by Bertrand Delacretaz · 6 years ago
  16. e6cf4fa [maven-release-plugin] prepare for next development iteration by Ian Boston · 7 years ago
  17. a115e65 [maven-release-plugin] prepare release org.apache.sling.api-2.16.4 by Ian Boston · 7 years ago org.apache.sling.api-2.16.4
  18. b35b5d1 SLING-6609 fix javadoc by Konrad Windszus · 7 years ago
  19. 297ba64 Merge pull request #1 from sdmcraft/SLING-6501 by Carsten Ziegeler · 7 years ago
  20. 65eb198 SLING-6501:Incorrect normalization of path of an asset with name beginning with '.' by Satya Deep Maheshwari · 7 years ago
  21. 369c47f SLING-7213 - Add a default .gitignore file to every module by Robert Munteanu · 7 years ago
  22. 9f913be SLING-7214 - Add the LICENSE file to every module by Robert Munteanu · 7 years ago
  23. 9052826 SLING-7140 Support redirects to URLs provided by the underlying resource provider. by Ian Boston · 7 years ago
  24. 4a9340d Fix typo in pom.xml : conncetion should be connection by Robert Munteanu · 7 years ago
  25. 639e76a SLING-7162 - Update SCM information in all POM files to reference Git by Robert Munteanu · 7 years ago
  26. a228b98 SLING-7140 Support redirects to URLs provided by the underlying resource provider. by Ian Boston · 7 years ago
  27. 26901c7 Update to parent pom 32 by Carsten Ziegeler · 7 years ago
  28. 4041980 SLING-7167 Adjust READMEs by Oliver Lietz · 7 years ago
  29. f794e9b SLING-7167 Adjust READMEs by Oliver Lietz · 7 years ago
  30. 655c49f SLING-7167 Adjust READMEs by Oliver Lietz · 7 years ago
  31. f61a13e typo by Oliver Lietz · 7 years ago
  32. b9571d0 Update readme by Carsten Ziegeler · 7 years ago
  33. 9a7f332 SLING-6609 clarified implementation hint to use get(String), instead of get(String, Class) because the class is not available when the defaultValue is null by Konrad Windszus · 7 years ago
  34. 48c7f22 SLING-6609 further clarify null handling of ValueMap.get(String, T) by Konrad Windszus · 7 years ago
  35. 0ae8d0e use Sling Parent 30 by Oliver Lietz · 7 years ago
  36. da8fd03 SLING-6609 fix JSR305 annotations for ValueMap by Konrad Windszus · 7 years ago
  37. 6f43d34 SLING-6602 increase qualifier of version due to new JSR 305 annotations by Konrad Windszus · 7 years ago
  38. b25ffc1 SLING-6602 add JSR305 annotations by Konrad Windszus · 7 years ago
  39. fb2b6b9 revert 1783858 as all interface fields are implicitly "public static final" (JLS 9.3) by Konrad Windszus · 7 years ago
  40. 9e4f031 SLING-6539 turn fields in AdapterFactory into real constants by Konrad Windszus · 7 years ago
  41. 8f34b71 Deprecate INTERNAL_CONTINUE_RESOLVING by Carsten Ziegeler · 7 years ago
  42. 74ba8ec fix javadoc errors by Stefan Seifert · 7 years ago
  43. 9e7861a SLING-6424 ValueMapDecorator: Empty arrays for multi-value properties should not be converted to null by Stefan Seifert · 7 years ago
  44. 114b797 remove ObjectConverterPrimitiveTest as not needed currently - it's still in the SCM by Stefan Seifert · 7 years ago
  45. b425384 SLING-6420 ensure arrays if primitives are untouched by converter by Stefan Seifert · 7 years ago
  46. 5e28644 SLING-6420 finalize converter implementation by Stefan Seifert · 7 years ago
  47. 5f16f46 SLING-6420 support Calendar and Date by Stefan Seifert · 7 years ago
  48. 0f671aa SLING-6420 move conversion logic to separate (internal) class by Stefan Seifert · 7 years ago
  49. 3b55614 SLING-6420 Enhance Conversion Rules for ValueMapDecorator - unit tests and first enhancements by Stefan Seifert · 7 years ago
  50. b8aded2 cosmetic: remove obsolete TODO comments by Stefan Seifert · 7 years ago
  51. 65ee631 SLING-6421 ValueMapDecorator should use typed methods when decorating ValueMaps by Stefan Seifert · 7 years ago
  52. 483db11 replace jmock with mockito by Stefan Seifert · 7 years ago
  53. 74011e1 cosmetic: eliminate some warnings by Stefan Seifert · 7 years ago
  54. f6b5a5b update mockito testing dependency by Stefan Seifert · 7 years ago
  55. ebcaa52 cosmetic: remove some unused imports by Stefan Seifert · 7 years ago
  56. 5ae5c2e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 7 years ago
  57. 67548fc [maven-release-plugin] prepare release org.apache.sling.api-2.16.2 by Carsten Ziegeler · 7 years ago
  58. 14c1c4d Fix javadoc issues by Carsten Ziegeler · 7 years ago
  59. cea1c71 SLING-6350 : Incorrect matching in Path class causes MountByFS to fail (more than 2 slashes fails) by Carsten Ziegeler · 7 years ago
  60. ca154ad SLING-6350 - testSymmetry added by Bertrand Delacretaz · 7 years ago
  61. 5a674eb SLING-6350 - more readable tests by Bertrand Delacretaz · 7 years ago
  62. 756cc29 SLING-6350 - fix one test by Bertrand Delacretaz · 7 years ago
  63. 68e4717 SLING-6350 - clarify a few cases and expose the problem by Bertrand Delacretaz · 7 years ago
  64. 9f603f7 SLING-6350 - improve test coverage by Bertrand Delacretaz · 7 years ago
  65. 8454b6d SLING-6371 - fix Path.matches() when two glob patterns are compared by Bertrand Delacretaz · 7 years ago
  66. 61aad89 cosmetic: remove unused imports by Stefan Seifert · 7 years ago
  67. d60fcad [maven-release-plugin] prepare for next development iteration by Radu Cotescu · 7 years ago
  68. e5afb14 [maven-release-plugin] prepare release org.apache.sling.api-2.16.0 by Radu Cotescu · 7 years ago
  69. 712a39a trivial: corrected JavaDoc by Radu Cotescu · 7 years ago
  70. ce33193 SLING-6336 - Implement a ResourceResolverWrapper by Radu Cotescu · 7 years ago
  71. 528b634 SLING-6336 - Implement a ResourceResolverWrapper by Radu Cotescu · 7 years ago
  72. 6c7f73e SLING-6327 move the resource type util methods to a private Utils class (and removed it from Sling API) by Konrad Windszus · 7 years ago
  73. 9c5c420 SLING-6249 some more cleanup of the javadoc by Konrad Windszus · 7 years ago
  74. 1d2c167 SLING-6249 fix links in javadoc by Konrad Windszus · 7 years ago
  75. cd10f41 SLING-6249 move servletresolver constants to API by Konrad Windszus · 7 years ago
  76. e259e71 SLING-6327 ResourceResolverImpl.isResourceType() should compare relative resource types (and ignore any search path prefixes) by Konrad Windszus · 7 years ago
  77. 60b9c7d [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 8 years ago
  78. d2e55ff [maven-release-plugin] prepare release org.apache.sling.api-2.15.0 by Carsten Ziegeler · 8 years ago
  79. 84b2c38 Use released commons testing by Carsten Ziegeler · 8 years ago
  80. 17a6fce Correct javadoc by Carsten Ziegeler · 8 years ago
  81. ba22412 Update javadoc by Carsten Ziegeler · 8 years ago
  82. 7a78650 Update javadoc by Carsten Ziegeler · 8 years ago
  83. 93d53f7 Clean up update method by Carsten Ziegeler · 8 years ago
  84. 9ca81a8 Update javadocs by Carsten Ziegeler · 8 years ago
  85. a616768 SLING-6056 : achieve 1:1 mapping between observation and resource change listener by Carsten Ziegeler · 8 years ago
  86. c91aab7 Update javadoc for observer configuration by Carsten Ziegeler · 8 years ago
  87. 11b82a2 Add toString() to Path and PathSet by Carsten Ziegeler · 8 years ago
  88. 72079a1 Make glob prefix public by Carsten Ziegeler · 8 years ago
  89. 341cc8d SLING-6161 : Correctly implement Path.matches by Carsten Ziegeler · 8 years ago
  90. 05fd9fc Update javadoc by Carsten Ziegeler · 8 years ago
  91. 7e89f58 Clarify javadoc regarding removal behaviour by Carsten Ziegeler · 8 years ago
  92. 541e822 Update to parent pom 29 by Carsten Ziegeler · 8 years ago
  93. 6add363 Update javadoc by Carsten Ziegeler · 8 years ago
  94. 690e59a SLING-6164 : Introduce support for an optional property names hint to ResourceChangeListener by Stefan Egli · 8 years ago
  95. 1392153 SLING-6161 : Should Path.matches support glob pattern as parameter? by Carsten Ziegeler · 8 years ago
  96. a4f9837 SLING-6161 : Should Path.matches support glob pattern as parameter? by Carsten Ziegeler · 8 years ago
  97. 721c71d Add toString to ResourceChange by Carsten Ziegeler · 8 years ago
  98. 4df36d2 Add test for trailing path by Carsten Ziegeler · 8 years ago
  99. 1262250 Handle trailing slash for path objects by Carsten Ziegeler · 8 years ago
  100. cf556cf SLING-6056 : achieve 1:1 mapping between observation and resource change listener by Carsten Ziegeler · 8 years ago