tag | b0955fff99a51de0b0c18e408932e5781609b218 | |
---|---|---|
tagger | Stefan Seifert <stefanseifert@users.noreply.github.com> | Mon Nov 29 18:17:05 2021 +0100 |
object | 9a958cdbf17cbb61be1b6997ac03524252a56914 |
[maven-release-plugin] copy for tag org.apache.sling.testing.sling-mock-oak-3.1.0-1.40.0
commit | 9a958cdbf17cbb61be1b6997ac03524252a56914 | [log] [tgz] |
---|---|---|
author | Stefan Seifert <stefanseifert@users.noreply.github.com> | Mon Nov 29 18:17:00 2021 +0100 |
committer | Stefan Seifert <stefanseifert@users.noreply.github.com> | Mon Nov 29 18:17:00 2021 +0100 |
tree | 395cc370c28e110edf7eb6f2e8eaa8dfd481b3a7 | |
parent | bb37c3ad5468779d5e79d6694a0bd2aab36dfb2f [diff] |
[maven-release-plugin] prepare release org.apache.sling.testing.sling-mock-oak-3.1.0-1.40.0
This module is part of the Apache Sling project.
Implements a resource resolver type for Jackrabbit Oak that can be used in unit tests based on Sling Mocks.
This is a separate Maven artifact because it introduces a lot of further dependencies. In order to prevent dependency version overrides of Oak bundles via dependency management all necessary bundles are shaded into this JAR.
Make sure to depend on this artifact prior to artifact org.apache.sling.testing.sling-mock.*
in order to give the Oak classes in this JAR precedence in the Maven test class path and use the shaded Oak version from this artifact.
In order to execute tests with a version newer than the Oak version shaded in this bundle, place all necessary bundles in the Maven test class path as dependencies prior to the dependency on this artifact.
Downgrading to an older Oak version is not supported and will lead to an exception (if some earlier artifacts in the class path provide an old Oak implementation).
Documentation: https://sling.apache.org/documentation/development/sling-mock.html