You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Karl Pauls (Jira)" <ji...@apache.org> on 2021/12/01 16:19:00 UTC

[jira] [Created] (SLING-10956) Create assembly for feature launcher

Karl Pauls created SLING-10956:
----------------------------------

             Summary: Create assembly for feature launcher
                 Key: SLING-10956
                 URL: https://issues.apache.org/jira/browse/SLING-10956
             Project: Sling
          Issue Type: Improvement
          Components: Feature Model
    Affects Versions: Feature Model Launcher 1.1.26
            Reporter: Karl Pauls
            Assignee: Karl Pauls
             Fix For: Feature Model Launcher 1.1.28


The launcher can be extended with service loader based class path extenders. That makes it tricky to have it inline its dependencies (especially conditionally) as the extenders might have dependencies as well. 

I think we should provide the launcher as an assembly so that we can have the launcher jar only contain the launcher classes and provide a zip file with everything included. 

That way, one can drop in extensions (and their dependencies) into the libs dir and manage the dependencies if required.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)