You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/01/26 13:52:18 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated (d039439 -> 3562362)

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

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


    from d039439  SLING-7226 - support intermediate path in user and service user creation
     add 0d44b78  SLING-7227:  Add ability to register custom privileges.
     add 867bc40  SLING-7227: Change syntax of abstract privilege creation slightly.
     new 3562362  Merge pull request #1 from apache/SLING-7227

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:
 .../sling/jcr/repoinit/impl/DoNothingVisitor.java  |   6 ++
 .../repoinit/impl/JcrRepoInitOpsProcessorImpl.java |   1 +
 .../PrivilegeVisitor.java}                         |  28 +++---
 .../sling/jcr/repoinit/RegisterPrivilegeTest.java  | 105 +++++++++++++++++++++
 4 files changed, 129 insertions(+), 11 deletions(-)
 copy src/main/java/org/apache/sling/jcr/repoinit/{JcrRepoInitOpsProcessor.java => impl/PrivilegeVisitor.java} (53%)
 create mode 100644 src/test/java/org/apache/sling/jcr/repoinit/RegisterPrivilegeTest.java

-- 
To stop receiving notification emails like this one, please contact
pauls@apache.org.

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

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 35623623adc40f02b9c18b93c4f5a247a4106959
Merge: d039439 867bc40
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Fri Jan 26 14:52:17 2018 +0100

    Merge pull request #1 from apache/SLING-7227
    
    SLING-7227:  Add ability to register custom privileges.

 .../sling/jcr/repoinit/impl/DoNothingVisitor.java  |   6 ++
 .../repoinit/impl/JcrRepoInitOpsProcessorImpl.java |   1 +
 .../sling/jcr/repoinit/impl/PrivilegeVisitor.java  |  39 ++++++++
 .../sling/jcr/repoinit/RegisterPrivilegeTest.java  | 105 +++++++++++++++++++++
 4 files changed, 151 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
pauls@apache.org.