This is an automated email from the ASF dual-hosted git repository.
npeltier pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git.
from 5f4ec49 SLING-10809 adding parsed command and result
new a1b3a61 SLING-10419 remove useless imports
new f9f8289 SLING-10419 add context in log (and test)
new 5125ac1 SLING-10816 fixing left token of parsed expr
new f2e054b SLING-10817 extend whitespace definition
The 4 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:
src/main/java/org/apache/sling/pipes/BasePipe.java | 4 +--
.../java/org/apache/sling/pipes/PipeBindings.java | 2 +-
.../sling/pipes/internal/CommandExecutorImpl.java | 2 +-
.../apache/sling/pipes/internal/CommandUtil.java | 29 +++++++++++-----------
.../sling/pipes/internal/bindings/JxltEngine.java | 2 --
.../sling/pipes/internal/bindings/TimeUtil.java | 3 ---
.../java/org/apache/sling/pipes/package-info.java | 2 +-
.../java/org/apache/sling/pipes/BasePipeTest.java | 1 -
.../org/apache/sling/pipes/PipeBindingsTest.java | 12 +++++++++
.../pipes/internal/CommandExecutorImplTest.java | 17 ++++++++++---
.../sling/pipes/internal/CommandUtilTest.java | 25 +++++++++++++++++++
.../sling/pipes/internal/FilterPipeTest.java | 2 +-
.../sling/pipes/internal/JCRWritePipeTest.java | 1 -
.../sling/pipes/internal/PlumberServletTest.java | 16 +++++-------
14 files changed, 77 insertions(+), 41 deletions(-)