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

github-bot pushed a change to branch 
dependabot/maven/com.google.code.gson-gson-2.8.9
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git


    omit a11ef70  Bump gson from 2.8.2 to 2.8.9
     add 3b6ebb1  @releng downgrade ca deps
     add f75979e  SLING-11484 enhance o.a.s.p.AbstractInputStreamPipe remote
     add a95cf11  SLING-11492 fix non markable jcr nodes
     add 6c160c1  SLING-11492 ignore lock properties
     add b275559  SLING-11494 ignore rep:policy nodes
     add 12442aa  SLING-11495 add _EQ_ as escaped =
     add e2cd1c6  SLING-11495 allow other escape
     add 578c0fc  some README updates
     add e57391e  [maven-release-plugin] prepare release 
org.apache.sling.pipes-4.5.0
     add 072ac08  [maven-release-plugin] prepare for next development iteration
     add 7e0fa7e  SLING-11551 switch to parent 49
     add 9c0687f  SLING-11709 - Set up Jira autolinks to all Sling Github 
projects
     add 3eb28cb  SLING-12094 - Use GitHub for the Maven scm.url value
     add a4f3091  SLING-12459 - Redirect sonarcloud notifications to 
[email protected]
     add 53b3793  SLING-12866 - Restrict force pushes, auto-delete branches on 
merge
     add 24cea2c  SLING-13107 Remove plexus-utils transitive (CVE) via 
commons-collections4 and maven-sling-plugin
     add 7291870  Merge pull request #21 from thedoc31/SLING-13107
     add 905c4ca  chore: switch build JVM to 11
     add a6e8056  fix: correct type parameters in JsonPipe
     add 75ceb76  fix: remove @throws when exception is not thrown
     add 9f95bf6  fix: run build only on Linux
     add e5a25b0  Merge pull request #22 from apache/issue/jenkins-java-11
     add 3e8b353  Bump gson from 2.8.2 to 2.8.9

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a11ef70)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.google.code.gson-gson-2.8.9 (3e8b353)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  16 ++++
 .sling-module.json                                 |   3 +-
 README.md                                          |   8 +-
 pom.xml                                            |  33 +++----
 .../sling/pipes/AbstractInputStreamPipe.java       | 102 ++++++++++++++++++---
 src/main/java/org/apache/sling/pipes/BasePipe.java |   4 +-
 .../java/org/apache/sling/pipes/CommandUtil.java   |   3 +-
 .../java/org/apache/sling/pipes/PipeBindings.java  |   2 +-
 .../java/org/apache/sling/pipes/PipeBuilder.java   |   1 -
 .../apache/sling/pipes/internal/PlumberImpl.java   |  17 ++--
 .../org/apache/sling/pipes/internal/WritePipe.java |   5 +-
 .../sling/pipes/internal/inputstream/JsonPipe.java |   2 +-
 .../org/apache/sling/pipes/CommandUtilTest.java    |  13 ++-
 .../org/apache/sling/pipes/PipeBindingsTest.java   |   1 +
 .../pipes/internal/CommandExecutorImplTest.java    |  11 ---
 .../sling/pipes/internal/JCRWritePipeTest.java     |   2 +-
 .../pipes/internal/inputstream/JsonPipeTest.java   |  30 ++++++
 src/test/resources/simplelogger.properties         |   3 +-
 18 files changed, 194 insertions(+), 62 deletions(-)
 create mode 100644 .asf.yaml

Reply via email to