You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/12/07 10:01:33 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch master updated: releng: clarify term shading

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git


The following commit(s) were added to refs/heads/master by this push:
     new 52c0fc6  releng: clarify term shading
52c0fc6 is described below

commit 52c0fc6a62a3a55a0f9ccedea84ebef212f01874
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Dec 7 11:01:28 2021 +0100

    releng: clarify term shading
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 89352c9..c1fed7e 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This module is part of the [Apache Sling](https://sling.apache.org) project.
 
 Implements a resource resolver type for [Jackrabbit Oak](https://jackrabbit.apache.org/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. 
+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 embedded into this JAR. Partially the classes are also [relocated](https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html) to reduce potential conflicts with other artifacts on the class path.
 
 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.