You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/01/13 13:56:44 UTC

[sling-org-apache-sling-repoinit-parser] branch SLING-10952-whitespace-group-names updated (cbb0d2d -> 727e01d)

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a change to branch SLING-10952-whitespace-group-names
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git.


    from cbb0d2d  SLING-11051 - Fixing JavaDoc badge
     add 727e01d  Renaming to quotableString and adding some more test coverage

No new revisions were added by this update.

Summary of changes:
 .../repoinit/parser/impl/AuthorizableIdUtil.java   | 52 ----------------------
 .../repoinit/parser/operations/AclGroupBase.java   |  4 +-
 .../parser/operations/AddGroupMembers.java         |  6 +--
 .../repoinit/parser/operations/CreateGroup.java    |  4 +-
 .../repoinit/parser/operations/DeleteGroup.java    |  4 +-
 .../repoinit/parser/operations/Operation.java      |  4 +-
 .../parser/operations/RemoveGroupMembers.java      |  6 +--
 .../parser/operations/SetAclPrincipalBased.java    |  4 +-
 .../parser/operations/SetAclPrincipals.java        |  6 +--
 src/main/javacc/RepoInitGrammar.jjt                | 16 +++----
 .../repoinit/parser/test/ParsingErrorsTest.java    | 12 +++--
 src/test/resources/testcases/test-71-output.txt    |  8 +++-
 src/test/resources/testcases/test-71.txt           | 10 ++++-
 13 files changed, 52 insertions(+), 84 deletions(-)
 delete mode 100644 src/main/java/org/apache/sling/repoinit/parser/impl/AuthorizableIdUtil.java