You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2021/04/07 08:44:56 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated (1ddfd83 -> 88c4edb)

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

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


    from 1ddfd83  Use feature model 1.2.22
     add cf86386  SLING-10268 : Use Operation.asRepoInitString instead of hardcoding repo-init statements
     new 88c4edb  Merge pull request #68 from apache/SLING-10268

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:
 .../accesscontrol/AccessControlEntry.java          |  38 +++----
 .../cpconverter/accesscontrol/AclManager.java      |   2 +-
 .../accesscontrol/DefaultAclManager.java           | 117 +++++++++++----------
 .../cpconverter/handlers/AbstractPolicyParser.java |  24 +++--
 .../handlers/NodeTypesEntryHandler.java            |  20 ++--
 .../handlers/RepPrincipalPolicyEntryHandler.java   |   3 +-
 .../cpconverter/shared/AbstractJcrNodeParser.java  |   1 -
 .../feature/cpconverter/shared/NodeTypeUtil.java   |  47 ---------
 .../ContentPackage2FeatureModelConverterTest.java  |   1 -
 .../cpconverter/accesscontrol/AclManagerTest.java  |  19 ++--
 .../accesscontrol/EnforcePrincipalBasedTest.java   |  26 +++--
 .../handlers/RepPolicyEntryHandlerTest.java        |  34 +++---
 .../RepPrincipalPolicyEntryHandlerTest.java        |   8 +-
 .../handlers/RepRepoPolicyEntryHandlerTest.java    |   2 +-
 14 files changed, 152 insertions(+), 190 deletions(-)
 delete mode 100644 src/main/java/org/apache/sling/feature/cpconverter/shared/NodeTypeUtil.java

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

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

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

commit 88c4edb85d8057d3cca3dda9ec1c63b7e5982487
Merge: 1ddfd83 cf86386
Author: anchela <an...@apache.org>
AuthorDate: Wed Apr 7 10:44:48 2021 +0200

    Merge pull request #68 from apache/SLING-10268
    
    SLING-10268 : Use Operation.asRepoInitString instead of hardcoding repo-init statements

 .../accesscontrol/AccessControlEntry.java          |  38 +++----
 .../cpconverter/accesscontrol/AclManager.java      |   2 +-
 .../accesscontrol/DefaultAclManager.java           | 117 +++++++++++----------
 .../cpconverter/handlers/AbstractPolicyParser.java |  24 +++--
 .../handlers/NodeTypesEntryHandler.java            |  20 ++--
 .../handlers/RepPrincipalPolicyEntryHandler.java   |   3 +-
 .../cpconverter/shared/AbstractJcrNodeParser.java  |   1 -
 .../feature/cpconverter/shared/NodeTypeUtil.java   |  47 ---------
 .../ContentPackage2FeatureModelConverterTest.java  |   1 -
 .../cpconverter/accesscontrol/AclManagerTest.java  |  19 ++--
 .../accesscontrol/EnforcePrincipalBasedTest.java   |  26 +++--
 .../handlers/RepPolicyEntryHandlerTest.java        |  34 +++---
 .../RepPrincipalPolicyEntryHandlerTest.java        |   8 +-
 .../handlers/RepRepoPolicyEntryHandlerTest.java    |   2 +-
 14 files changed, 152 insertions(+), 190 deletions(-)