You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/02/23 16:34:44 UTC

[sling-whiteboard] branch master updated (ad5ae72 -> f9e5bb0)

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from ad5ae72  Update to support multiple feature files per archive
     add f9e5bb0  Support multiple features per archive and allow for selection through pattern

No new revisions were added by this update.

Summary of changes:
 org.apache.sling.installer.factory.feature/pom.xml |  11 ++
 .../model/impl/FeatureModelInstallerPlugin.java    | 121 +++++++++++++-----
 .../factory/model/impl/InstallContext.java         |  50 ++++++++
 .../model/impl/InstallFeatureModelTask.java        | 141 +++++++++------------
 .../model/impl/UninstallFeatureModelTask.java      |   7 -
 .../impl/FeatureModelInstallerPluginTest.java      |  70 ++++++++++
 6 files changed, 278 insertions(+), 122 deletions(-)
 create mode 100644 org.apache.sling.installer.factory.feature/src/main/java/org/apache/sling/installer/factory/model/impl/InstallContext.java
 create mode 100644 org.apache.sling.installer.factory.feature/src/test/java/org/apache/sling/installer/factory/model/impl/FeatureModelInstallerPluginTest.java