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 2022/11/10 12:24:04 UTC

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

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 684b4d70cd26c750004574b514ef09cc36b7e0f7
Merge: 18b394f 6ec10c3
Author: anchela <an...@adobe.com>
AuthorDate: Thu Nov 10 13:23:59 2022 +0100

    Merge pull request #149 from apache/SLING-11663
    
    SLING-11663 : Create all service users with forced path

 .../accesscontrol/DefaultAclManager.java           | 42 +++++++++++++++--
 .../cpconverter/accesscontrol/EnforceInfo.java     |  3 +-
 ...ntentPackage2FeatureModelConverterLauncher.java |  5 +-
 .../cpconverter/repoinit/SystemUserVisitor.java    |  4 ++
 .../cpconverter/shared/ConverterConstants.java     |  7 +++
 .../ConverterUserAndPermissionTest.java            | 53 +++++++++++++---------
 .../org/apache/sling/feature/cpconverter/Util.java |  9 ++++
 .../cpconverter/accesscontrol/AclManagerTest.java  | 41 +++++++++++++----
 .../cpconverter/accesscontrol/EnforceInfoTest.java | 53 +++++++++++++++++-----
 .../accesscontrol/EnforcePrincipalBasedTest.java   |  8 ++--
 .../feature/cpconverter/handlers/RepoInitTest.java | 16 ++++---
 11 files changed, 181 insertions(+), 60 deletions(-)