You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Dominik Süß (JIRA)" <ji...@apache.org> on 2018/11/02 13:24:00 UTC

[jira] [Created] (SLING-8068) Relocate shaded classes in feature content extension to prevent classloading conflicts

Dominik Süß created SLING-8068:
----------------------------------

             Summary: Relocate shaded classes in feature content extension to prevent classloading conflicts
                 Key: SLING-8068
                 URL: https://issues.apache.org/jira/browse/SLING-8068
             Project: Sling
          Issue Type: Improvement
          Components: Feature Model
            Reporter: Dominik Süß


The Content Deployment Extension currently shades various classes that are required to build up the registry but are not added to the classpath by the launcher and therefore might cause classpath conflicts with other extensions or future versions of the launcher. Providing them via classpath would be viable but reduce the usability of the extension in CLI quite a lot. Therefore the shaded classes should be relocated via the shade plugin. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)