You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (Jira)" <ji...@apache.org> on 2019/12/09 12:14:00 UTC

[jira] [Created] (SLING-8901) Wrapped bundles are not deflated

Robert Munteanu created SLING-8901:
--------------------------------------

             Summary: Wrapped bundles are not deflated
                 Key: SLING-8901
                 URL: https://issues.apache.org/jira/browse/SLING-8901
             Project: Sling
          Issue Type: Bug
          Components: Maven Plugins and Archetypes
            Reporter: Robert Munteanu
            Assignee: Robert Munteanu
             Fix For: slingfeature-maven-plugin 1.1.12


For the APIs jar to correctly pick up compiled classes, wrapped bundles should be deflated as well. Apparently, the way this happens right now is that the wrapped jars are extracted but they are not processed.

{noformat}$ tree ./apis-jars/deflated-bin/org.apache.sling.scripting.jsp-api-1.0.0.jar/
./apis-jars/deflated-bin/org.apache.sling.scripting.jsp-api-1.0.0.jar/
└── jsp-api-6.0.14.jar
{noformat}

This leads to missing classes in the APIs jar.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)