You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/10/20 12:52:49 UTC

[logging-log4j2] branch dependabot/maven/2.x/spring-boot.version-2.7.17 updated (0bb9071597 -> 34a50dfcfe)

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

github-bot pushed a change to branch dependabot/maven/2.x/spring-boot.version-2.7.17
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    omit 0bb9071597 Bump spring-boot.version from 2.7.15 to 2.7.17
     add 49ab16b32e Enhance logging in JTLNullEventDelimiterTest
     add 006d560b52 Bump `logging-parent` version to `10.2.0`
     add 9cb1b7061d Remove `flatten-bom` fix not needed anymore
     add 7b4941ac86 Remove redundant `bnd:baseline` execution
     add c472738e56 Fix `log4j-api-test` effective dependencies
     add db77041025 Downgrade WebCompere System Stubs to version 2.0.2
     add a9ab979de1 Update `com.h2database:h2` to version `2.2.224` (#1880)
     add b5da292cc0 Use real timestamp in StatusLoggerExtension messages
     add ff4834f691 Tweak server timeouts
     add 34a50dfcfe Bump spring-boot.version from 2.7.15 to 2.7.17

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   (0bb9071597)
            \
             N -- N -- N   refs/heads/dependabot/maven/2.x/spring-boot.version-2.7.17 (34a50dfcfe)

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:
 .github/dependabot.yml                             |   3 +
 log4j-api-test/pom.xml                             |  58 ++++++++---
 .../log4j/test/junit/StatusLoggerExtension.java    |  10 +-
 .../logging/log4j/message/MapMessageTest.java      |   9 +-
 .../JsonTemplateLayoutNullEventDelimiterTest.java  | 113 ++++++++++++++-------
 .../JsonTemplateLayoutNullEventDelimiterTest.xml}  |   2 +-
 log4j-parent/pom.xml                               |  10 +-
 pom.xml                                            |  24 +----
 ...stubs_core.xml => update_com_h2database_h2.xml} |   4 +-
 src/site/_release-notes/_2.x.x.adoc                |   2 +-
 10 files changed, 149 insertions(+), 86 deletions(-)
 rename log4j-layout-template-json-test/src/test/resources/{nullEventDelimitedJsonTemplateLayoutLogging.xml => org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutNullEventDelimiterTest.xml} (97%)
 rename src/changelog/.2.x.x/{update_uk_org_webcompere_system_stubs_core.xml => update_com_h2database_h2.xml} (64%)