commit | 010f809b5644b6b9c00fa61e496e9f0ee92c87ba | [log] [tgz] |
---|---|---|
author | angela <anchela@adobe.com> | Mon Apr 04 15:37:43 2022 +0200 |
committer | angela <anchela@adobe.com> | Mon Apr 04 15:37:43 2022 +0200 |
tree | 50abf785b3d3de74d651d2038d141d955edd0ace | |
parent | 1f4c93a92015af71bd19b6623b9e757d5e7b5008 [diff] |
SLING-11245 : AclUtil.removePolicies(Session, List<String> paths) will fail if no policy exists SLING-11246 : Avoid repeated calls to Session.getAccessControlManager in AclUtil SLING-11249 : Missing test for removing entries at non-existing path
This module is part of the Apache Sling project.
This module implements Repository Initalization operations for the Sling repoinit modules, operations that can initialize content, service users and privileges in a JCR content repository.
The user documentation for the Sling Repoinit modules is at https://sling.apache.org/documentation/bundles/repository-initialization.html
The Oak version (and the associated Jackrabbit version) must be maintained in two locations:
Since the integration tests rely on the Sling Starter to provide the the base instance values, it happens that the Oak version used by repoinit is more recent than the one provided in the starter.
We should not depend on SNAPSHOT starter versions, since this bundle is released more often than the Starter. Therefore the recommended approach is to override the needed bundles in the following manner:
For a more concrete example, see SLING-8627 - Update sling-jcr-repoinit to Oak 1.16.0 and Jackrabbit 2.18 and associated commits.