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

github-bot pushed a change to branch 
dependabot/maven/commons-io-commons-io-2.14.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-runtime.git


 discard 0c9e962  Bump commons-io:commons-io from 2.5 to 2.14.0
     add 53a1865  SLING-12459 - Redirect sonarcloud notifications to 
[email protected]
     add b791a46  SLING-12730 Update to Parent 62
     add 743668e  SLING-12730 apply spotless formatting
     add fd0189a  SLING-12730 ignore spotless code reformatting commit in git 
blame
     add d6e3e95  Bump commons-io:commons-io from 2.5 to 2.14.0

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   (0c9e962)
            \
             N -- N -- N   
refs/heads/dependabot/maven/commons-io-commons-io-2.14.0 (d6e3e95)

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                                          |   1 +
 .git-blame-ignore-revs                             |   1 +
 .sling-module.json                                 |   5 +
 pom.xml                                            | 163 +++++++--------------
 .../org/apache/sling/scripting/sightly/Record.java |   6 +-
 .../sling/scripting/sightly/SightlyException.java  |  33 +++--
 .../sightly/extension/RuntimeExtension.java        |   5 +-
 .../sling/scripting/sightly/package-info.java      |   1 -
 .../apache/sling/scripting/sightly/pojo/Use.java   |   5 +-
 .../sightly/render/AbstractRuntimeObjectModel.java |  45 +++---
 .../scripting/sightly/render/ObjectModel.java      |  76 +++++-----
 .../scripting/sightly/render/RenderContext.java    |  30 ++--
 .../sling/scripting/sightly/render/RenderUnit.java |  53 +++----
 .../sightly/render/RuntimeObjectModel.java         |  34 +++--
 .../scripting/sightly/use/ProviderOutcome.java     |   4 +-
 .../sling/scripting/sightly/use/UseProvider.java   |   6 +-
 .../render/AbstractRuntimeObjectModelTest.java     |  81 +++++-----
 .../scripting/sightly/render/ObjectModelTest.java  | 137 +++++++++--------
 .../sightly/render/testobjects/Person.java         |  37 +++--
 .../sightly/render/testobjects/TestEnum.java       |  38 +++--
 .../sightly/render/testobjects/TestEnum2.java      |  42 +++---
 .../testobjects/internal/AbstractPerson.java       |  36 ++---
 .../sightly/render/testobjects/internal/Adult.java |  36 ++---
 .../render/testobjects/internal/AdultFactory.java  |  36 ++---
 24 files changed, 443 insertions(+), 468 deletions(-)
 create mode 100644 .git-blame-ignore-revs
 create mode 100644 .sling-module.json

Reply via email to