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 2022/01/12 12:06:36 UTC

[sling-org-apache-sling-feature-launcher] branch master updated (00e52dc -> 922ef56)

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-org-apache-sling-feature-launcher.git.


    from 00e52dc  Merge pull request #35 from apache/issues/SLING-11046
     add f091e29  Register feature as a service and update metadata
     new 922ef56  Merge pull request #37 from apache/issues/SLING-11042

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../feature/launcher/impl/FeatureProcessor.java    |  2 +
 .../launcher/impl/launchers/AbstractRunner.java    | 74 +++++++++++++++++++++-
 .../launcher/impl/launchers/FrameworkLauncher.java | 63 ++++++++++++++++++
 .../launcher/impl/launchers/FrameworkRunner.java   | 16 +++--
 4 files changed, 148 insertions(+), 7 deletions(-)

[sling-org-apache-sling-feature-launcher] 01/01: Merge pull request #37 from apache/issues/SLING-11042

Posted by cz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 922ef5609c170e6f4397a82f13e27e31bce48adb
Merge: 00e52dc f091e29
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Jan 12 13:06:29 2022 +0100

    Merge pull request #37 from apache/issues/SLING-11042
    
    Register feature as a service and update metadata

 .../feature/launcher/impl/FeatureProcessor.java    |  2 +
 .../launcher/impl/launchers/AbstractRunner.java    | 74 +++++++++++++++++++++-
 .../launcher/impl/launchers/FrameworkLauncher.java | 63 ++++++++++++++++++
 .../launcher/impl/launchers/FrameworkRunner.java   | 16 +++--
 4 files changed, 148 insertions(+), 7 deletions(-)