You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (JIRA)" <ji...@apache.org> on 2017/06/30 14:24:00 UTC

[jira] [Created] (SLING-6989) Package Installer Factory: Prevent package upload in case of uninstallation

Konrad Windszus created SLING-6989:
--------------------------------------

             Summary: Package Installer Factory: Prevent package upload in case of uninstallation
                 Key: SLING-6989
                 URL: https://issues.apache.org/jira/browse/SLING-6989
             Project: Sling
          Issue Type: Improvement
          Components: Installer
            Reporter: Konrad Windszus
             Fix For: Installer Packages Factory 1.0.0


Currently in case a package is supposed to be uninstalled through the package installer, the package is first being uploaded to the PackageManager (https://github.com/apache/sling/blob/trunk/installer/factories/packages/src/main/java/org/apache/sling/installer/factory/packages/impl/PackageTransformer.java#L138). That should not be necessary though. Instead the package id/version should be extracted from the underlying resource and then should be uninstalled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)