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 15:27:27 UTC

[sling-org-apache-sling-pipes] 01/01: Merge pull request #5 from spopescu/SLING-7707a

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 e83fbf67835d32acfafda06a18f6ca103e7f3294
Merge: c88fdc3 2c77881
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Tue Sep 11 17:27:24 2018 +0200

    Merge pull request #5 from spopescu/SLING-7707a
    
    SLING-7707 Create Executor Pipe

 .../java/org/apache/sling/pipes/PipeBuilder.java   |   8 +
 .../apache/sling/pipes/internal/ManifoldPipe.java  | 195 +++++++++++++++++++++
 .../sling/pipes/internal/PipeBuilderImpl.java      |  15 ++
 .../apache/sling/pipes/internal/PlumberImpl.java   |   1 +
 .../org/apache/sling/pipes/ManifoldPipeTest.java   |  84 +++++++++
 src/test/resources/threaded.json                   | 165 +++++++++++++++++
 6 files changed, 468 insertions(+)