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/03/02 13:46:13 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated (688f86e -> 86a120c)

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


    from 688f86e  SLING-10625 convert RuntimeExceptions into RepositoryExceptions (#21)
     add bc1c715  SLING-11160 : Repoinit does not allow to remove individual ACEs (jcr impl)
     add 50517bc  SLING-11160 : Repoinit does not allow to remove individual ACEs (refactor to address review findings)
     add 57e7504  SLING-11160 : Repoinit does not allow to remove individual ACEs (rename ACL to ACE)
     add 976a096  SLING-11160 : Repoinit does not allow to remove individual ACEs (missing test for matching principal-based entries)
     new 86a120c  Merge pull request #22 from apache/SLING-11160

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:
 pom.xml                                            |   2 +-
 .../apache/sling/jcr/repoinit/impl/AclUtil.java    | 149 ++++++++++++++++----
 .../apache/sling/jcr/repoinit/impl/AclVisitor.java |  44 +++++-
 .../sling/jcr/repoinit/impl/DoNothingVisitor.java  |  15 +++
 .../sling/jcr/repoinit/PrincipalBasedAclTest.java  | 150 ++++++++++++---------
 .../org/apache/sling/jcr/repoinit/RemoveTest.java  |  89 +++++++++++-
 6 files changed, 354 insertions(+), 95 deletions(-)

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

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

commit 86a120ccfc658bcdd93af48ccab2e66c7fc1a167
Merge: 688f86e 976a096
Author: anchela <an...@adobe.com>
AuthorDate: Wed Mar 2 14:41:47 2022 +0100

    Merge pull request #22 from apache/SLING-11160
    
    SLING-11160 : Repoinit does not allow to remove individual ACEs

 pom.xml                                            |   2 +-
 .../apache/sling/jcr/repoinit/impl/AclUtil.java    | 149 ++++++++++++++++----
 .../apache/sling/jcr/repoinit/impl/AclVisitor.java |  44 +++++-
 .../sling/jcr/repoinit/impl/DoNothingVisitor.java  |  15 +++
 .../sling/jcr/repoinit/PrincipalBasedAclTest.java  | 150 ++++++++++++---------
 .../org/apache/sling/jcr/repoinit/RemoveTest.java  |  89 +++++++++++-
 6 files changed, 354 insertions(+), 95 deletions(-)