This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/2.x/maven.version-3.9.8
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 18b568acfa Bump maven.version from 3.9.7 to 3.9.8
add f56454a88f Fix `flowtracing.adoc` examples (#2662)
add 2658de1ac3 Update `org.apache.maven.surefire:surefire-junit47` to
version `3.3.0` (#2669)
add f56fe04539 Update `org.apache.maven:maven-core` to version `3.9.8`
(#2668)
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 (18b568acfa)
\
N -- N -- N refs/heads/dependabot/maven/2.x/maven.version-3.9.8
(f56fe04539)
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:
log4j-parent/pom.xml | 2 +-
.../.2.x.x/update_org_apache_maven_maven_core.xml | 4 +-
...org_apache_maven_surefire_surefire_junit47.xml} | 3 +-
src/site/antora/antora.tmpl.yml | 2 +
src/site/antora/antora.yml | 4 +-
.../ROOT/examples/manual/flowtracing/log4j2.json | 43 +++
.../log4j2.properties | 17 +-
.../log4j2.xml | 7 +-
.../log4j2.yaml | 17 +-
.../ROOT/examples/manual/flowtracing/logback.xml | 78 ++++++
src/site/antora/modules/ROOT/pages/faq.adoc | 2 +-
.../modules/ROOT/pages/manual/architecture.adoc | 4 +-
.../modules/ROOT/pages/manual/flowtracing.adoc | 305 ++++++++++++---------
.../modules/ROOT/pages/manual/getting-started.adoc | 4 +-
.../modules/ROOT/pages/manual/installation.adoc | 11 +-
.../modules/ROOT/pages/manual/pattern-layout.adoc | 8 +-
.../ROOT/pages/manual/systemproperties.adoc | 2 +-
.../modules/ROOT/pages/migrate-from-logback.adoc | 5 +-
.../modules/ROOT/pages/migrate-from-slf4j.adoc | 12 +-
.../antora/modules/ROOT/partials/concepts.adoc | 6 +-
.../properties-log4j-core-misc.adoc | 2 +
21 files changed, 358 insertions(+), 180 deletions(-)
copy src/changelog/.2.x.x/{remove_log4j_mongodb3.xml =>
update_org_apache_maven_surefire_surefire_junit47.xml} (60%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/flowtracing/log4j2.json
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector
=> flowtracing}/log4j2.properties (61%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector
=> flowtracing}/log4j2.xml (81%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector
=> flowtracing}/log4j2.yaml (73%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/flowtracing/logback.xml