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/05/11 11:44:31 UTC

[sling-org-apache-sling-jcr-repoinit] 01/01: Merge pull request #16 from apache/SLING-10299

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-jcr-repoinit.git

commit f63b64c42245269db8bfdb091ff4a97251f2657c
Merge: fcad90a fe5209c
Author: anchela <an...@apache.org>
AuthorDate: Tue May 11 13:44:23 2021 +0200

    Merge pull request #16 from apache/SLING-10299
    
    SLING-10299 : Allow for removal of access control policies (not just individual entries)

 bnd.bnd                                            |   2 +-
 pom.xml                                            |   2 +-
 .../apache/sling/jcr/repoinit/impl/AclUtil.java    |  82 +++++++++-
 .../apache/sling/jcr/repoinit/impl/AclVisitor.java |  37 +++++
 .../sling/jcr/repoinit/impl/DoNothingVisitor.java  |  15 ++
 .../apache/sling/jcr/repoinit/DeleteAclTest.java   | 174 +++++++++++++++++++++
 .../sling/jcr/repoinit/PrincipalBasedAclTest.java  | 120 +++++++++++---
 7 files changed, 405 insertions(+), 27 deletions(-)