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

pkarwasz pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from 91c2923d31 Revamp the `Concepts` in the `Installation` (#2561)
     add 820933bd5b Revamp property description page
     add 03e6685347 Add links to properties page
     add b072df3e92 Apply suggestions from code review
     add e90ef38eb5 Split property tables into partials
     add a63a714f50 Replace table with sections
     add 46550d21f7 Add type of each configuration property
     add 00cc2f1a88 Add undocumented properties
     add df01d023b6 Represent `log4j2.provider` as section
     add a697ecbd79 Add note about additional `*.properties` files
     add aaafed634d Increase section level of properties
     add 24c54fb184 Use same section level for most properties
     add 928d23bfdb More review suggestions
     add 4c0930a555 Add `id` to each section
     add 5e9134f9c5 Fix broken link
     add 3507a9ae28 Replace remark with admonition
     new 877ef02f79 Merge branch 'doc/2.x/properties' into 2.x

The 1 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:
 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    |  16 +-
 .../modules/ROOT/partials/properties-jmx.adoc      |  26 +-
 .../modules/ROOT/partials/properties-jndi.adoc     |  64 ++
 .../ROOT/partials/properties-loader-util.adoc      |  13 +-
 .../ROOT/partials/properties-log4j-core-misc.adoc  | 203 +++++++
 .../ROOT/partials/properties-log4j-jul.adoc        |  51 ++
 .../partials/properties-log4j-spring-boot.adoc     |  11 +-
 .../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, 1946 insertions(+), 945 deletions(-)
 create mode 100644 src/site/antora/modules/ROOT/pages/manual/_properties.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-async-logger-config.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-async-logger.adoc
 create mode 100644 src/site/antora/modules/ROOT/partials/properties-async.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-configuration-factory.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-context-selector.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-garbage-collection.adoc
 copy RELEASE-NOTES.adoc => 
src/site/antora/modules/ROOT/partials/properties-jansi.adoc (70%)
 copy RELEASE-NOTES.adoc => 
src/site/antora/modules/ROOT/partials/properties-jmx.adoc (55%)
 create mode 100644 src/site/antora/modules/ROOT/partials/properties-jndi.adoc
 copy SECURITY.adoc => 
src/site/antora/modules/ROOT/partials/properties-loader-util.adoc (68%)
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-log4j-core-misc.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-log4j-jul.adoc
 copy CODE_OF_CONDUCT.adoc => 
src/site/antora/modules/ROOT/partials/properties-log4j-spring-boot.adoc (73%)
 create mode 100644 src/site/antora/modules/ROOT/partials/properties-meta.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-provider.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-simple-logger.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-status-logger.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-thread-context.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/properties-transport-security.adoc

Reply via email to