Stefan Seifert created SLING-6409:
-------------------------------------
Summary: Models Impl: Use shading instead of embedding for
commons.osgi and scripting.core
Key: SLING-6409
URL: https://issues.apache.org/jira/browse/SLING-6409
Project: Sling
Issue Type: Improvement
Components: Extensions
Affects Versions: Sling Models Impl 1.3.6
Reporter: Stefan Seifert
Assignee: Stefan Seifert
Fix For: Sling Models Impl 1.3.8
currently the dependencies
* org.apache.sling.commons.osgi
* org.apache.sling.scripting.core
are embedded in the bundle via bnd because some classes in newer versions are
required. this is ok, but we should use maven shade plugin instead and
additionally relocate the package names, because otherwise this creates
problems in unit tests context when other projects have dependencies to older
versions of those.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)