This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 877ef02f7978bbbd52863f389db203c8f1a44a0a Merge: 91c2923d31 3507a9ae28 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri May 3 10:41:20 2024 +0200 Merge branch 'doc/2.x/properties' into 2.x src/site/antora/modules/ROOT/pages/log4j-jul.adoc | 40 +- .../pages/log4j-spring-cloud-config-client.adoc | 64 +- .../modules/ROOT/pages/manual/_properties.adoc | 298 ++++++++++ .../antora/modules/ROOT/pages/manual/async.adoc | 212 +------ .../modules/ROOT/pages/manual/configuration.adoc | 659 +-------------------- .../modules/ROOT/pages/manual/garbagefree.adoc | 9 +- src/site/antora/modules/ROOT/pages/manual/jmx.adoc | 6 +- .../antora/modules/ROOT/pages/manual/webapp.adoc | 1 + .../partials/properties-async-logger-config.adoc | 128 ++++ .../ROOT/partials/properties-async-logger.adoc | 149 +++++ .../modules/ROOT/partials/properties-async.adoc | 63 ++ .../partials/properties-configuration-factory.adoc | 76 +++ .../ROOT/partials/properties-context-selector.adoc | 47 ++ .../partials/properties-garbage-collection.adoc | 110 ++++ .../modules/ROOT/partials/properties-jansi.adoc | 32 + .../modules/ROOT/partials/properties-jmx.adoc | 42 ++ .../modules/ROOT/partials/properties-jndi.adoc | 64 ++ .../ROOT/partials/properties-loader-util.adoc | 29 + .../ROOT/partials/properties-log4j-core-misc.adoc | 203 +++++++ .../ROOT/partials/properties-log4j-jul.adoc | 51 ++ .../partials/properties-log4j-spring-boot.adoc | 27 + .../modules/ROOT/partials/properties-meta.adoc | 51 ++ .../modules/ROOT/partials/properties-provider.adoc | 50 ++ .../ROOT/partials/properties-simple-logger.adoc | 117 ++++ .../ROOT/partials/properties-status-logger.adoc | 78 +++ .../ROOT/partials/properties-thread-context.adoc | 93 +++ .../partials/properties-transport-security.adoc | 256 ++++++++ 27 files changed, 2014 insertions(+), 941 deletions(-)
