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/07 15:25:24 UTC

[sling-org-apache-sling-repoinit-parser] 01/01: Merge pull request #10 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-repoinit-parser.git

commit eae5741c7b4b18d5438ff0c821e6562f2112dbc0
Merge: bb6086c af69f72
Author: anchela <an...@apache.org>
AuthorDate: Fri May 7 17:24:58 2021 +0200

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

 bnd.bnd                                            |  2 +-
 .../repoinit/parser/operations/DeleteAclPaths.java | 53 ++++++++++++++++++++++
 .../parser/operations/DeleteAclPrincipalBased.java | 52 +++++++++++++++++++++
 .../parser/operations/DeleteAclPrincipals.java     | 53 ++++++++++++++++++++++
 .../parser/operations/OperationVisitor.java        |  4 ++
 .../repoinit/parser/operations/package-info.java   |  2 +-
 src/main/javacc/RepoInitGrammar.jjt                | 39 ++++++++++++++++
 .../parser/test/OperationToStringVisitor.java      | 37 +++++++++++++++
 src/test/resources/testcases/test-70-output.txt    |  7 +++
 src/test/resources/testcases/test-70.txt           | 13 ++++++
 src/test/resources/testcases/test-99-output.txt    |  9 +++-
 src/test/resources/testcases/test-99.txt           |  9 ++++
 12 files changed, 277 insertions(+), 3 deletions(-)