Robert Munteanu created SLING-12774: ---------------------------------------
Summary: Content feature launcher extension should reinstall SNAPSHOT content packages Key: SLING-12774 URL: https://issues.apache.org/jira/browse/SLING-12774 Project: Sling Issue Type: Improvement Components: Feature Model Reporter: Robert Munteanu Fix For: Feature Model Content Extension 1.0.18 The ContentHandler registers external packages and, presumably for the sake of efficiency, does not trigger reinstalls for already existing content packages and silently skips over them ( https://github.com/apache/sling-org-apache-sling-feature-extension-content/blob/520387ec3ebcb519e08e4504ff56d5c4cd533fd4/src/main/java/org/apache/sling/feature/extension/content/ContentHandler.java#L79-L88 ). I think this should be relaxed to allow SNAPSHOT content packages to be reinstalled. -- This message was sent by Atlassian Jira (v8.20.10#820010)