You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/07/22 09:38:47 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated (ef716c5 -> 0c119d3)

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

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


    from ef716c5  Merge pull request #11 from andreituicu/issue/SLING-8578-2
     add 8f91a8f  SLING-8569 - Detect & reports PackageTypes and nesting structures during conversion
     add 1cc6f81  SLING-8569 - Detect & reports PackageTypes and nesting structures during conversion
     add 3b55351  Merge branch 'master' into SLING-8569
     add fabb89d  SLING-8569 - Detect & reports PackageTypes and nesting structures during conversion
     add d217bcc  Merge branch 'master' into SLING-8569
     add 7ada2c0  Merge branch 'master' into SLING-8569
     add ecf96b0  SLING-8586 - [cp2fm] "create service user" repoinit instruction throws javax.jcr.nodetype.ConstraintViolationException
     add ca027b5  SLING-8586 - [cp2fm] "create service user" repoinit instruction throws javax.jcr.nodetype.ConstraintViolationException
     add 7eb5bbe  SLING-8586 - [cp2fm] "create service user" repoinit instruction throws javax.jcr.nodetype.ConstraintViolationException
     add bbc4bd3  @releng version management
     new 0c119d3  Merge pull request #13 from apache/SLING-8586

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:
 .../ContentPackage2FeatureModelConverter.java      |  18 +++
 .../feature/cpconverter/acl/DefaultAclManager.java |  11 ++
 ...ntentPackage2FeatureModelConverterLauncher.java |   4 +-
 .../vltpkg/DefaultPackagesEventsEmitter.java       | 150 +++++++++++++++++++++
 ...ackage-info.java => PackagesEventsEmitter.java} |  22 ++-
 .../ContentPackage2FeatureModelConverterTest.java  |   6 +
 .../feature/cpconverter/acl/AclManagerTest.java    |   7 +-
 .../handlers/RepPolicyEntryHandlerTest.java        |   9 +-
 .../handlers/SystemUsersEntryHandlerTest.java      |   3 +-
 .../vltpkg/PackagesEventsEmitterTest.java          |  77 +++++++++++
 10 files changed, 295 insertions(+), 12 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/feature/cpconverter/vltpkg/DefaultPackagesEventsEmitter.java
 copy src/main/java/org/apache/sling/feature/cpconverter/vltpkg/{package-info.java => PackagesEventsEmitter.java} (73%)
 create mode 100644 src/test/java/org/apache/sling/feature/cpconverter/vltpkg/PackagesEventsEmitterTest.java


[sling-org-apache-sling-feature-cpconverter] 01/01: Merge pull request #13 from apache/SLING-8586

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

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

commit 0c119d3426ef2d91e80e01b2667285207baf0879
Merge: ef716c5 bbc4bd3
Author: Simone Tripodi <st...@adobe.com>
AuthorDate: Mon Jul 22 11:38:42 2019 +0200

    Merge pull request #13 from apache/SLING-8586
    
    SLING-8586 - [cp2fm] "create service user" repoinit instruction throws javax.jcr.nodetype.ConstraintViolationException

 .../ContentPackage2FeatureModelConverter.java      |  18 +++
 .../feature/cpconverter/acl/DefaultAclManager.java |  11 ++
 ...ntentPackage2FeatureModelConverterLauncher.java |   4 +-
 .../vltpkg/DefaultPackagesEventsEmitter.java       | 150 +++++++++++++++++++++
 .../cpconverter/vltpkg/PackagesEventsEmitter.java  |  35 +++++
 .../ContentPackage2FeatureModelConverterTest.java  |   6 +
 .../feature/cpconverter/acl/AclManagerTest.java    |   7 +-
 .../handlers/RepPolicyEntryHandlerTest.java        |   9 +-
 .../handlers/SystemUsersEntryHandlerTest.java      |   3 +-
 .../vltpkg/PackagesEventsEmitterTest.java          |  77 +++++++++++
 10 files changed, 312 insertions(+), 8 deletions(-)