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-servlets-get.git


    omit c0c02ea  Bump commons-io:commons-io from 2.8.0 to 2.14.0
     add c5f9a5e  SLING-12459 - Redirect sonarcloud notifications to 
[email protected]
     add 5386a08  SLING-12610 : Migrate Servlets Get to Jakarta Servlet API 
(#16)
     add 68ef03c  SLING-12726 Update to Parent 62
     add b37e2fa  SLING-12726 apply spotless formatting
     add 32ad894  SLING-12726 ignore spotless code reformatting commit in git 
blame
     add 440a557  Bump commons-io:commons-io from 2.8.0 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   (c0c02ea)
            \
             N -- N -- N   
refs/heads/dependabot/maven/commons-io-commons-io-2.14.0 (440a557)

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 +
 bnd.bnd                                            |   6 +-
 pom.xml                                            | 135 ++++++-------
 .../sling/servlets/get/impl/DefaultGetServlet.java | 223 ++++++++++----------
 .../sling/servlets/get/impl/RedirectServlet.java   |  66 +++---
 .../sling/servlets/get/impl/SlingInfoServlet.java  |  37 ++--
 .../servlets/get/impl/VersionInfoServlet.java      | 117 ++++++-----
 .../get/impl/helpers/HeadServletResponse.java      |  76 +++----
 .../servlets/get/impl/helpers/HtmlRenderer.java    |  62 +++---
 .../servlets/get/impl/helpers/JsonRenderer.java    |  59 +++---
 .../get/impl/helpers/PlainTextRenderer.java        |  63 +++---
 .../sling/servlets/get/impl/helpers/Renderer.java  |  35 ++--
 .../servlets/get/impl/helpers/StreamRenderer.java  | 224 ++++++++++-----------
 .../servlets/get/impl/helpers/XMLRenderer.java     |  63 +++---
 .../servlets/get/impl/util/JsonObjectCreator.java  |  23 +--
 .../sling/servlets/get/impl/util/JsonToText.java   |  49 ++---
 .../servlets/get/impl/util/ResourceTraversor.java  |  28 ++-
 .../servlets/get/impl/DefaultGetServletTest.java   |  13 +-
 .../servlets/get/impl/JsonRendererServletTest.java |  63 +++---
 .../servlets/get/impl/RedirectServletTest.java     | 140 +++++++++----
 .../get/impl/helpers/HtmlRendererTest.java         |  21 +-
 .../get/impl/helpers/JsonRendererTest.java         | 152 +++++++++-----
 .../get/impl/helpers/StreamRendererTest.java       | 146 +++++++-------
 .../get/impl/util/JsonObjectCreatorTest.java       |  24 ++-
 26 files changed, 964 insertions(+), 868 deletions(-)
 create mode 100644 .git-blame-ignore-revs
 create mode 100644 .sling-module.json

Reply via email to