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-modelconverter.git.
from d8e02bb Merge pull request #2 from apache/issues/SLING-8421
add c299162 Created a CLI tool based on picocli and added some
adjustments to work better with Features
add ef06bc0 Added flags to drop unwanted bundles and limit runmodes
add 167546b Some adjustments to the wording of the CLI and updates of the
Readme file
new ad254c1 Merge pull request #3 from apache/standalone-app
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:
pom.xml | 93 ++++++++++++-
readme.md | 148 ++++++++++++++++++++
src/main/assembly/README.md | 149 +++++++++++++++++++++
src/main/assembly/bin.xml | 71 ++++++++++
.../modelconverter/FeatureToProvisioning.java | 4 +-
.../apache/sling/feature/modelconverter/Main.java | 142 ++++++++++++++++++++
.../modelconverter/ProvisioningToFeature.java | 136 +++++++++++++++----
LICENSE => src/main/legal/LICENSE-with-deps | 31 +++++
src/main/legal/NOTICE-with-deps | 5 +
src/main/legal/license-header | 14 ++
.../feature/modelconverter/ModelConverterTest.java | 109 +++++++++++++--
src/test/resources/boot.json | 6 +-
src/test/resources/boot_gav.json | 6 +-
src/test/resources/more/repoinit-multiple.json | 2 +-
src/test/resources/oak.json | 12 +-
src/test/resources/repoinit.json | 2 +-
src/test/resources/simplelogger.properties | 5 +
17 files changed, 875 insertions(+), 60 deletions(-)
create mode 100644 src/main/assembly/README.md
create mode 100644 src/main/assembly/bin.xml
create mode 100644
src/main/java/org/apache/sling/feature/modelconverter/Main.java
copy LICENSE => src/main/legal/LICENSE-with-deps (92%)
create mode 100644 src/main/legal/NOTICE-with-deps
create mode 100644 src/main/legal/license-header
create mode 100644 src/test/resources/simplelogger.properties