commit | b8edb457fbaf2e72f088d6c07273fd408c81e5c9 | [log] [tgz] |
---|---|---|
author | Bertrand Delacretaz <bdelacretaz@apache.org> | Wed Jun 09 10:37:54 2021 +0200 |
committer | Bertrand Delacretaz <bdelacretaz@apache.org> | Wed Jun 09 10:37:54 2021 +0200 |
tree | ea07c084f92602ead8f32c6d8fd4f3687a9cc5a6 | |
parent | 1a82606fb92fc86042b0dc073fa05b2f68b1922b [diff] |
SLING-10463 - use nodeExists()
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.