You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2018/09/11 07:08:44 UTC

[sling-org-apache-sling-pipes] 01/01: Merge pull request #7 from dichaudh/SLING_7793

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

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

commit c88fdc394215f82b1529ab490ebd1e736cc6b79e
Merge: d26b373 507cd11
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Tue Sep 11 09:08:41 2018 +0200

    Merge pull request #7 from dichaudh/SLING_7793
    
    SLING-7793 ACLs pipe

 pom.xml                                            |  14 +-
 .../java/org/apache/sling/pipes/PipeBuilder.java   |  30 +++
 .../org/apache/sling/pipes/internal/ACLPipe.java   | 247 +++++++++++++++++++++
 .../sling/pipes/internal/PipeBuilderImpl.java      |  15 ++
 .../apache/sling/pipes/internal/ACLPipeTest.java   | 153 +++++++++++++
 src/test/resources/acl.json                        |  43 ++++
 6 files changed, 501 insertions(+), 1 deletion(-)