This is an automated email from the ASF dual-hosted git repository.
davidb pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git.
from e3e69f1 SLING-8525 : Provide a Configuration PersistenceManager
new e9479c5 SLING-8477 Make merge extensions configurable via the Feature
Model launcher
new 839eb7b Remove broken clear() method that is not used
new e01288c Merge pull request #11 from bosschaert/SLING-8477-1
The 113 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 | 3 ++
.../feature/launcher/impl/LauncherConfig.java | 13 +++---
.../apache/sling/feature/launcher/impl/Main.java | 40 +++++++++++++++--
.../sling/feature/launcher/impl/MainTest.java | 51 ++++++++++++++++++++++
4 files changed, 97 insertions(+), 10 deletions(-)
create mode 100644
src/test/java/org/apache/sling/feature/launcher/impl/MainTest.java