You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2019/08/09 11:42:45 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated (ff7dcda -> a33300e)

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

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


    from ff7dcda  SLING-8561 - ACLs on service users should be ignored because of randomised node names
     new 3781e24  SLING-8623 - adding option to drop packageType.CONTENT packages(active by default via CLI)
     new 72ab07e  SLING-8623 - setting dropPackage=true as default behavior in API as well & adding unit test
     new 6716599  SLING-8623 - adding info message when dropping package
     new e173157  SLING-8623 - reverting default behavior of API for backward compatiblity reasons - only default flag in cli is changed.
     new 6f90f5b  SLING-8623 - adding nullcheck for theoretical NPE
     new a33300e  Merge pull request #14 from DominikSuess/issue/SLING-8623

The 141 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:
 .../ContentPackage2FeatureModelConverter.java      | 35 ++++++---
 .../vltpkg/DefaultPackagesEventsEmitter.java       | 37 +---------
 .../cpconverter/vltpkg/VaultPackageUtils.java      | 65 +++++++++++++++++
 .../ContentPackage2FeatureModelConverterTest.java  | 84 ++++++++++++++++++++--
 4 files changed, 173 insertions(+), 48 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/feature/cpconverter/vltpkg/VaultPackageUtils.java