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

[sling-org-apache-sling-installer-factory-feature] 32/32: Merge pull request #1 from bosschaert/SLING-9658-sq

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git

commit 436c272467ec77f1ffe486cd1dd3a0de7f8418ee
Merge: 22f5b28 5d5f715
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Tue Sep 1 17:32:44 2020 +0100

    Merge pull request #1 from bosschaert/SLING-9658-sq
    
    SLING-9658 Support binary archives in .far files

 pom.xml                                            |  27 +++-
 .../feature/spi/context/ExtensionHandler.java      |  37 +++++
 .../spi/context/ExtensionHandlerContext.java       |  61 +++++++
 .../sling/feature/spi/context/package-info.java    |  22 +++
 .../model/impl/APIRegionsExtensionHandler.java     |  74 +++++++++
 .../model/impl/FeatureModelInstallerPlugin.java    |  12 +-
 .../model/impl/InstallFeatureModelTask.java        | 164 ++++++++++++-------
 .../model/impl/RepoinitExtensionHandler.java       |  51 ++++++
 .../model/impl/APIRegionsExtensionHandlerTest.java |  71 +++++++++
 .../model/impl/InstallFeatureModelTaskTest.java    | 177 +++++++++++++++++++++
 .../model/impl/RepoinitExtensionHandlerTest.java   |  68 ++++++++
 src/test/resources/test2/test2.far                 | Bin 0 -> 103630 bytes
 src/test/resources/test2/test2.slingosgifeature    |  10 ++
 13 files changed, 710 insertions(+), 64 deletions(-)