You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/03/13 14:46:50 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated (b53c3da -> 6520a17)

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

bdelacretaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git.


    from b53c3da  Quieter tests, log to target file
     new deffaad  SLING-9084 Support for group membership in repoinit
     new 6803530  SLING-9084 Add unit tests for special cases of group membership
     new 6520a17  Merge pull request #8 from nit23uec/master

The 182 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:
 .../sling/jcr/repoinit/impl/DoNothingVisitor.java  |   2 +
 .../jcr/repoinit/impl/GroupMembershipVisitor.java  |  77 +++++++++++++++
 .../repoinit/impl/JcrRepoInitOpsProcessorImpl.java |   3 +-
 .../sling/jcr/repoinit/GroupMembershipTest.java    | 109 +++++++++++++++++++++
 .../apache/sling/jcr/repoinit/impl/TestUtil.java   |  12 +++
 .../sling/jcr/repoinit/it/RepoInitTextIT.java      |  17 ++++
 .../java/org/apache/sling/jcr/repoinit/it/U.java   |   7 ++
 src/test/resources/repoinit.txt                    |  10 +-
 8 files changed, 235 insertions(+), 2 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/jcr/repoinit/impl/GroupMembershipVisitor.java
 create mode 100644 src/test/java/org/apache/sling/jcr/repoinit/GroupMembershipTest.java