This is an automated email from the ASF dual-hosted git repository.
vy pushed a change to branch doc/2.x/extending
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from e5b8161b08 Revamp `extending.adoc`
new 34eb9f036e Rewrite architecture page and several other affected pages
add 89d0d1cc5a Expand "Levels" page
add 1964b3f8c8 Apply suggestions from code review
add 4f2434bcd6 Apply review suggestions (2)
add be67580367 Upgrade to Maven 3.9.8
add c3212333ae Merge remote-tracking branch 'apache/2.x' into
doc/2.x/levels-logback
add 7c28252894 Bump com.gradle:develocity-maven-extension from 1.21.4 to
1.21.5
add 204d825129 Merge remote-tracking branch
'apache/dependabot/maven/2.x/com.gradle-develocity-maven-extension-1.21.5' into
2.x
new df1813d2c1 Merge remote-tracking branch 'origin/2.x' into
doc/2.x/extending
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.mvn/extensions.xml | 2 +-
.mvn/wrapper/maven-wrapper.properties | 4 +-
.../LevelExample.java} | 25 +-
.../examples/manual/customloglevels/log4j2.json | 41 +
.../usage => customloglevels}/log4j2.properties | 16 +-
.../log4j2.xml} | 22 +-
.../usage => customloglevels}/log4j2.yaml | 18 +-
.../antora/modules/ROOT/images/Log4jClasses.jpg | Bin 31443 -> 0 bytes
src/site/antora/modules/ROOT/nav.adoc | 2 +
src/site/antora/modules/ROOT/pages/log4j-jul.adoc | 196 ++++
.../{log4j-jakarta-web.adoc => log4j-to-jul.adoc} | 23 +-
.../modules/ROOT/pages/manual/architecture.adoc | 1162 +++++++++++++-------
.../modules/ROOT/pages/manual/configuration.adoc | 2 +-
.../modules/ROOT/pages/manual/customloglevels.adoc | 309 ++++--
.../modules/ROOT/pages/manual/extending.adoc | 4 +-
.../modules/ROOT/pages/manual/installation.adoc | 8 +-
.../antora/modules/ROOT/pages/manual/markers.adoc | 6 +-
...roperties-jmx.adoc => levels-log4j-to-jul.adoc} | 39 +-
.../systemproperties/properties-log4j-jul.adoc | 20 +-
src/site/resources/.htaccess | 3 +-
20 files changed, 1322 insertions(+), 580 deletions(-)
copy
src/site/antora/modules/ROOT/examples/manual/{migration/Migration2Example.java
=> customloglevels/LevelExample.java} (55%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/customloglevels/log4j2.json
copy src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage =>
customloglevels}/log4j2.properties (77%)
copy
src/site/antora/modules/ROOT/examples/manual/{configuration/custom-wait-strategy.xml
=> customloglevels/log4j2.xml} (62%)
copy src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage =>
customloglevels}/log4j2.yaml (73%)
delete mode 100755 src/site/antora/modules/ROOT/images/Log4jClasses.jpg
create mode 100644 src/site/antora/modules/ROOT/pages/log4j-jul.adoc
copy src/site/antora/modules/ROOT/pages/{log4j-jakarta-web.adoc =>
log4j-to-jul.adoc} (52%)
copy
src/site/antora/modules/ROOT/partials/manual/{systemproperties/properties-jmx.adoc
=> levels-log4j-to-jul.adoc} (50%)