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:30 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated (fcad90a -> f63b64c)

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 fcad90a  SLING-10333 - test 'disable user' statement and require repoinit language 8.3
     add c1ccb1a  SLING-10299 : Allow for removal of access control policies (not just individual entries)
     add 9fccd14  SLING-10299 : rename remove to delete as suggested by bertrand
     add fe5209c  SLING-10299 : adjust require-capability for repoinit-language
     new f63b64c  Merge pull request #16 from apache/SLING-10299

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:
 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(-)
 create mode 100644 src/test/java/org/apache/sling/jcr/repoinit/DeleteAclTest.java

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

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 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(-)