This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/main/org.eclipse.platform-org.eclipse.osgi-3.20.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
omit b945c7e620 Split Equinox and Felix test run
omit e8134b9b55 Move OSGi specific deps to `log4j-osgi-test`
omit ccfb7ce932 Bump org.eclipse.platform:org.eclipse.osgi from 3.19.0 to
3.20.0
add 5e298564df Update `org.mongodb:bson` to version `5.1.1` (#2651)
add ad6e363432 Revamp the `Layouts` page (#2645)
add f2b88a68b4 Improve AsciiDoc formatting
add fc905bc605 Fix AsciiDoc errors
add 7b53c647be Create "Migrate from Log4j 2" page
add c573e923d5 Update
`org.elasticsearch.client:elasticsearch-rest-high-level-client` to version
`7.17.22` (#2663)
add 6a493a81d7 Update `org.springframework:spring-framework-bom` to
version `6.1.9` (#2664)
add dbe9112e31 Apply suggestions from code review
add aa865b4876 Enable Predictive Test Selection
add 5b00b0e5b5 Disable PTS on a per-module basis
add 679505e9c5 Move PTS into a profile
add e7826566b5 Disable Develocity on `release` branches
add 8aef1a4ebf Harden `startsWith` condition to cherry-picking
add 4e15464395 Update `io.netty:netty-bom` to version `4.1.111.Final`
(#2652)
add 0b62b10b4e Split "Configuration" page (`main` branch)
add 09a27b845e Fix OSGi test failures
add a19a561f90 Bump org.eclipse.platform:org.eclipse.osgi from 3.19.0 to
3.20.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 (b945c7e620)
\
N -- N -- N
refs/heads/dependabot/maven/main/org.eclipse.platform-org.eclipse.osgi-3.20.0
(a19a561f90)
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/workflows/build.yaml | 4 +-
.github/workflows/deploy-site.yaml | 2 +-
.github/workflows/merge-dependabot.yaml | 1 +
antora-playbook.yaml | 4 +-
.../apache/logging/log4j/core/LoggerContext.java | 3 +
.../log4j/core/config/AbstractConfiguration.java | 1 +
.../log4j/core/impl/internal/Activator.java | 26 +-
.../apache/logging/log4j/core/net/Facility.java | 2 +-
log4j-jul/pom.xml | 3 +
log4j-osgi-test/pom.xml | 67 +-
.../logging/log4j/osgi/tests/CoreOsgiTest.java | 2 +-
log4j-parent/pom.xml | 20 +-
log4j-spring-cloud-config-client/pom.xml | 2 +-
pom.xml | 39 +-
src/changelog/.3.x.x/update_io_netty_netty_bom.xml | 4 +-
...client_elasticsearch_rest_high_level_client.xml | 4 +-
src/changelog/.3.x.x/update_org_mongodb_bson.xml | 4 +-
...te_org_springframework_spring_framework_bom.xml | 4 +-
src/site/antora/antora.tmpl.yml | 4 +-
src/site/antora/antora.yml | 6 +-
.../modules/ROOT/examples/hibernate/log4j2.json | 8 +-
.../ROOT/examples/manual/gelf-layout/log4j2.json | 68 +
.../examples/manual/gelf-layout/log4j2.properties | 53 +
.../{hibernate => manual/gelf-layout}/log4j2.xml | 36 +-
.../ROOT/examples/manual/gelf-layout/log4j2.yaml | 61 +
.../eventTemplateAdditionalField/log4j2.json | 41 +
.../eventTemplateAdditionalField/log4j2.properties | 38 +
.../eventTemplateAdditionalField}/log4j2.xml | 35 +-
.../eventTemplateAdditionalField/log4j2.yaml | 36 +-
.../manual/json-template-layout/usage/log4j2.json | 20 +
.../usage/log4j2.properties} | 10 +-
.../usage/log4j2.xml} | 19 +-
.../usage/log4j2.yaml} | 14 +-
.../marker-pattern-selector/log4j2.json | 28 +
.../marker-pattern-selector}/log4j2.properties | 23 +-
.../marker-pattern-selector/log4j2.xml} | 25 +-
.../marker-pattern-selector}/log4j2.yaml | 23 +-
.../script-pattern-selector/log4j2.json | 37 +
.../script-pattern-selector/log4j2.properties | 41 +
.../script-pattern-selector}/log4j2.xml | 33 +-
.../script-pattern-selector}/log4j2.yaml | 40 +-
.../manual/pattern-layout/usage/log4j2.json | 20 +
.../usage/log4j2.properties} | 10 +-
.../usage/log4j2.xml} | 18 +-
.../usage/log4j2.yaml} | 14 +-
src/site/antora/modules/ROOT/nav.adoc | 7 +-
.../antora/modules/ROOT/pages/log4j-iostreams.adoc | 2 +-
src/site/antora/modules/ROOT/pages/log4j-jul.adoc | 45 +-
.../modules/ROOT/pages/manual/appenders.adoc | 230 ++-
.../antora/modules/ROOT/pages/manual/async.adoc | 8 +-
.../antora/modules/ROOT/pages/manual/cloud.adoc | 2 +-
.../modules/ROOT/pages/manual/config-intro.adoc | 33 +
.../modules/ROOT/pages/manual/configuration.adoc | 143 +-
.../modules/ROOT/pages/manual/customconfig.adoc | 2 +-
.../modules/ROOT/pages/manual/extending.adoc | 89 +-
.../modules/ROOT/pages/manual/garbagefree.adoc | 41 +-
.../modules/ROOT/pages/manual/getting-started.adoc | 20 +-
.../modules/ROOT/pages/manual/installation.adoc | 19 +-
src/site/antora/modules/ROOT/pages/manual/jmx.adoc | 5 +-
.../ROOT/pages/manual/json-template-layout.adoc | 1273 ++++++------
.../antora/modules/ROOT/pages/manual/layouts.adoc | 2033 ++++----------------
.../antora/modules/ROOT/pages/manual/logsep.adoc | 2 +-
.../antora/modules/ROOT/pages/manual/lookups.adoc | 10 +-
.../modules/ROOT/pages/manual/migration.adoc | 248 ++-
.../modules/ROOT/pages/manual/pattern-layout.adoc | 1739 +++++++++++++++++
.../modules/ROOT/pages/manual/performance.adoc | 6 +-
.../antora/modules/ROOT/pages/manual/scripts.adoc | 6 +-
.../ROOT/pages/manual/systemproperties.adoc | 12 +-
.../antora/modules/ROOT/pages/manual/usage.adoc | 2 +-
.../ROOT/partials/manual/async-drawbacks.adoc | 36 -
.../ROOT/partials/manual/async-trade-offs.adoc | 2 +-
.../partials/manual/dependencies-log4j-csv.adoc | 37 -
.../dependencies-log4j-layout-template-json.adoc | 38 -
.../partials/manual/layouts-gcfree-lookup.adoc | 5 +-
.../manual/layouts-location-information.adoc | 2 +-
.../ROOT/partials/manual/plugin-preliminaries.adoc | 25 +
.../systemproperties/properties-async-logger.adoc | 27 +-
.../manual/systemproperties/properties-async.adoc | 12 +-
.../manual/systemproperties/properties-auth.adoc | 18 +-
.../properties-configuration-factory.adoc | 22 +-
.../properties-garbage-collection.adoc | 34 +-
.../manual/systemproperties/properties-jansi.adoc | 2 +-
.../manual/systemproperties/properties-jmx.adoc | 4 +-
.../systemproperties/properties-log-event.adoc | 22 +-
.../properties-log4j-core-misc.adoc | 23 +-
.../systemproperties/properties-log4j-jndi.adoc | 14 +-
.../systemproperties/properties-log4j-jul.adoc | 6 +-
.../systemproperties/properties-log4j-script.adoc | 6 +-
.../properties-logger-context.adoc | 36 +-
.../systemproperties/properties-message.adoc | 8 +-
.../manual/systemproperties/properties-meta.adoc | 4 +-
.../properties-thread-context.adoc | 14 +-
.../properties-transport-security.adoc | 60 +-
93 files changed, 4181 insertions(+), 3206 deletions(-)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/gelf-layout/log4j2.json
create mode 100644
src/site/antora/modules/ROOT/examples/manual/gelf-layout/log4j2.properties
copy src/site/antora/modules/ROOT/examples/{hibernate =>
manual/gelf-layout}/log4j2.xml (60%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/gelf-layout/log4j2.yaml
create mode 100644
src/site/antora/modules/ROOT/examples/manual/json-template-layout/eventTemplateAdditionalField/log4j2.json
create mode 100644
src/site/antora/modules/ROOT/examples/manual/json-template-layout/eventTemplateAdditionalField/log4j2.properties
copy src/site/antora/modules/ROOT/examples/{hibernate =>
manual/json-template-layout/eventTemplateAdditionalField}/log4j2.xml (69%)
copy
log4j-layout-template-json-test/src/test/resources/additionalFieldEnrichedJsonTemplateLayoutLogging.yaml
=>
src/site/antora/modules/ROOT/examples/manual/json-template-layout/eventTemplateAdditionalField/log4j2.yaml
(71%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/json-template-layout/usage/log4j2.json
copy
src/site/antora/modules/ROOT/examples/manual/{configuration/properties-example.properties
=> json-template-layout/usage/log4j2.properties} (78%)
copy
src/site/antora/modules/ROOT/examples/manual/{configuration/xinclude-main.xml
=> json-template-layout/usage/log4j2.xml} (82%)
copy
src/site/antora/modules/ROOT/examples/manual/{configuration/custom-wait-strategy.yaml
=> json-template-layout/usage/log4j2.yaml} (79%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/pattern-layout/marker-pattern-selector/log4j2.json
copy src/site/antora/modules/ROOT/examples/manual/{markers =>
pattern-layout/marker-pattern-selector}/log4j2.properties (64%)
copy
src/site/antora/modules/ROOT/examples/manual/{configuration/logger-properties.xml
=> pattern-layout/marker-pattern-selector/log4j2.xml} (75%)
copy src/site/antora/modules/ROOT/examples/manual/{markers =>
pattern-layout/marker-pattern-selector}/log4j2.yaml (73%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/pattern-layout/script-pattern-selector/log4j2.json
create mode 100644
src/site/antora/modules/ROOT/examples/manual/pattern-layout/script-pattern-selector/log4j2.properties
copy src/site/antora/modules/ROOT/examples/{hibernate =>
manual/pattern-layout/script-pattern-selector}/log4j2.xml (64%)
copy src/site/antora/modules/ROOT/examples/{hibernate =>
manual/pattern-layout/script-pattern-selector}/log4j2.yaml (56%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/pattern-layout/usage/log4j2.json
copy
src/site/antora/modules/ROOT/examples/manual/{configuration/properties-example.properties
=> pattern-layout/usage/log4j2.properties} (79%)
copy
src/site/antora/modules/ROOT/examples/manual/{configuration/properties.xml =>
pattern-layout/usage/log4j2.xml} (84%)
copy
src/site/antora/modules/ROOT/examples/manual/{configuration/custom-wait-strategy.yaml
=> pattern-layout/usage/log4j2.yaml} (80%)
create mode 100644 src/site/antora/modules/ROOT/pages/manual/config-intro.adoc
create mode 100644
src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
delete mode 100644
src/site/antora/modules/ROOT/partials/manual/async-drawbacks.adoc
delete mode 100644
src/site/antora/modules/ROOT/partials/manual/dependencies-log4j-csv.adoc
delete mode 100644
src/site/antora/modules/ROOT/partials/manual/dependencies-log4j-layout-template-json.adoc
copy SECURITY.adoc =>
src/site/antora/modules/ROOT/partials/manual/layouts-gcfree-lookup.adoc (61%)
create mode 100644
src/site/antora/modules/ROOT/partials/manual/plugin-preliminaries.adoc