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

pkarwasz pushed a change to branch fix/cleanup-property-environment
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard 38b489a0e7 Fix JNDI failures
 discard be49e88aef Clean up `PropertyEnvironment`
     add 6778b252f4 Update `org.xmlunit:xmlunit-core` to version `2.10.0` 
(#2545)
     add 03fe082aae Update `commons-codec:commons-codec` to version `1.17.0` 
(#2544)
     add f683f6adfb Revamp the F.A.Q. page (#2506, #2549)
     add 5d357cdcc4 Add a new `Development` page (#2520, #2551)
     add 60713f8239 Improve Antora code styling
     add 54a883a2af Add `Learn Log4j in 5 minutes!` page (#2556)
     add 5d4da95152 Fix Gradle instructions
     add 25d65258cd Revamp the `Concepts` in the `Installation` (#2561)
     add 5bb9a2aba0 Update `com.google.guava:guava` to version `33.2.0-jre` 
(#2563)
     add 92ab2dfaf2 Update `org.apache.commons:commons-csv` to version `1.11.0` 
(#2562)
     add 0864bd031d Update 
`org.elasticsearch.client:elasticsearch-rest-high-level-client` to version 
`7.17.21` (#2559)
     add 182282ee21 Update `org.hdrhistogram:HdrHistogram` to version `2.2.1` 
(#2568)
     add b0141c5d51 Fix capitalization of plugin names
     add 7ff54fdcd6 Fix `SECURITY.adoc` link
     add a67367bf82 Fix Antora errors
     add b2f20d1704 Port system properties documentation to `main`
     add eb4c54d564 Fix property sources description
     add c8a2439da2 Remove author references from the docs[1]
     add ec9adec0b2 Merge remote-tracking branch 'apache/main' into 
doc/main/systemproperties
     add 53e3b85978 Disable `OnStartupTriggeringPolicy` tests on UNIX
     add 8d19bc5e84 Switch to JUnit 4 assumptions
     add 67e0740365 Clean up `PropertyEnvironment`
     add 9a715d38e7 Fix JNDI failures

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   (38b489a0e7)
            \
             N -- N -- N   refs/heads/fix/cleanup-property-environment 
(9a715d38e7)

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:
 BUILDING.adoc                                      |   41 +-
 SECURITY.adoc                                      |    2 +-
 antora-playbook.yaml                               |   11 +-
 log4j-async-logger/pom.xml                         |    2 +
 .../log4j/async/logger/AsyncLoggerConfig.java      |    4 +-
 .../rolling/OnStartupTriggeringPolicyTest.java     |   14 +
 .../rolling/RollingAppenderOnStartupTest.java      |   15 +-
 .../rolling/RollingAppenderRestartTest.java        |   15 +-
 .../log4j/core/config/InMemoryAdvertiser.java      |    2 +-
 .../log4j/core/appender/FailoversPlugin.java       |    2 +-
 .../logging/log4j/core/config/AppendersPlugin.java |    2 +-
 .../log4j/core/config/DefaultAdvertiser.java       |    2 +-
 .../logging/log4j/core/config/LoggerConfig.java    |    4 +-
 .../logging/log4j/core/config/LoggersPlugin.java   |    2 +-
 .../log4j/core/config/PropertiesPlugin.java        |    2 +-
 .../logging/log4j/core/filter/CompositeFilter.java |    2 +-
 .../log4j/core/pattern/RegexReplacement.java       |    2 +-
 log4j-kit/pom.xml                                  |    2 +
 log4j-parent/pom.xml                               |   12 +-
 .../apache/logging/log4j/script/ScriptsPlugin.java |    2 +-
 package.json                                       |    1 +
 .../.3.x.x/update_com_google_guava_guava.xml       |    4 +-
 .../update_commons_codec_commons_codec.xml         |    4 +-
 ...l => update_org_apache_commons_commons_csv.xml} |    4 +-
 ...client_elasticsearch_rest_high_level_client.xml |    4 +-
 ...ml => update_org_hdrhistogram_hdrhistogram.xml} |    4 +-
 ...ity.xml => update_org_xmlunit_xmlunit_core.xml} |    4 +-
 .../antora/modules/ROOT/images/whichjar-2.x.png    |  Bin 68381 -> 0 bytes
 .../modules/ROOT/images/whichjar-slf4j-2.x.png     |  Bin 26650 -> 0 bytes
 src/site/antora/modules/ROOT/nav.adoc              |   70 +-
 src/site/antora/modules/ROOT/pages/5min.adoc       |  476 ++++++++
 .../antora/modules/ROOT/pages/development.adoc     |  109 ++
 src/site/antora/modules/ROOT/pages/download.adoc   |   11 +
 src/site/antora/modules/ROOT/pages/faq.adoc        |  401 ++-----
 src/site/antora/modules/ROOT/pages/guidelines.adoc |  381 -------
 src/site/antora/modules/ROOT/pages/index.adoc      |   52 +-
 src/site/antora/modules/ROOT/pages/javadoc.adoc    |   15 +-
 .../{log4j-mongodb4.adoc => log4j-mongodb.adoc}    |    0
 .../modules/ROOT/pages/manual/architecture.adoc    |    1 -
 .../antora/modules/ROOT/pages/manual/async.adoc    |  602 +++-------
 .../modules/ROOT/pages/manual/configuration.adoc   |    1 -
 .../modules/ROOT/pages/manual/customconfig.adoc    |    1 -
 .../modules/ROOT/pages/manual/customloglevels.adoc |    1 -
 .../modules/ROOT/pages/manual/extending.adoc       |    1 -
 .../antora/modules/ROOT/pages/manual/filters.adoc  |    2 -
 .../modules/ROOT/pages/manual/garbagefree.adoc     |    8 +-
 .../modules/ROOT/pages/manual/installation.adoc    |  243 ++--
 src/site/antora/modules/ROOT/pages/manual/jmx.adoc |    2 -
 .../ROOT/pages/manual/json-template-layout.adoc    |    1 -
 .../antora/modules/ROOT/pages/manual/layouts.adoc  |    1 -
 .../antora/modules/ROOT/pages/manual/logsep.adoc   |    6 +-
 .../antora/modules/ROOT/pages/manual/lookups.adoc  |    1 -
 .../modules/ROOT/pages/manual/performance.adoc     |    1 -
 .../ROOT/pages/manual/systemproperties.adoc        | 1178 +++++---------------
 .../partials/configuration-file-format-deps.adoc   |   88 ++
 .../systemproperties/properties-async-logger.adoc  |  173 +++
 .../manual/systemproperties/properties-async.adoc  |   62 ++
 .../manual/systemproperties/properties-auth.adoc   |   70 ++
 .../properties-configuration-factory.adoc          |   78 ++
 .../properties-garbage-collection.adoc             |   96 ++
 .../manual/systemproperties/properties-jansi.adoc  |   16 +-
 .../manual/systemproperties/properties-jmx.adoc}   |   30 +-
 .../systemproperties/properties-log-event.adoc     |   74 ++
 .../properties-log4j-core-misc.adoc                |  122 ++
 .../systemproperties/properties-log4j-jndi.adoc    |   66 ++
 .../systemproperties/properties-log4j-jul.adoc     |   51 +
 .../systemproperties/properties-log4j-script.adoc} |   19 +-
 .../properties-logger-context.adoc                 |  100 ++
 .../systemproperties/properties-message.adoc}      |   20 +-
 .../manual/systemproperties/properties-meta.adoc   |   51 +
 .../properties-thread-context.adoc                 |   86 ++
 .../properties-transport-security.adoc             |  234 ++++
 72 files changed, 2895 insertions(+), 2271 deletions(-)
 copy src/changelog/{3.0.0-beta2 => 
.3.x.x}/update_commons_codec_commons_codec.xml (75%)
 copy src/changelog/.3.x.x/{update_org_apache_commons_commons_dbcp2.xml => 
update_org_apache_commons_commons_csv.xml} (74%)
 copy src/changelog/.3.x.x/{update_com_github_luben_zstd_jni.xml => 
update_org_hdrhistogram_hdrhistogram.xml} (61%)
 copy src/changelog/.3.x.x/{update_org_awaitility_awaitility.xml => 
update_org_xmlunit_xmlunit_core.xml} (62%)
 delete mode 100644 src/site/antora/modules/ROOT/images/whichjar-2.x.png
 delete mode 100644 src/site/antora/modules/ROOT/images/whichjar-slf4j-2.x.png
 create mode 100644 src/site/antora/modules/ROOT/pages/5min.adoc
 create mode 100644 src/site/antora/modules/ROOT/pages/development.adoc
 delete mode 100644 src/site/antora/modules/ROOT/pages/guidelines.adoc
 rename src/site/antora/modules/ROOT/pages/{log4j-mongodb4.adoc => 
log4j-mongodb.adoc} (100%)
 create mode 100644 
src/site/antora/modules/ROOT/partials/configuration-file-format-deps.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async-logger.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-auth.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-configuration-factory.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-garbage-collection.adoc
 copy SECURITY.adoc => 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-jansi.adoc
 (68%)
 copy src/site/antora/modules/ROOT/{pages/javadoc.adoc => 
partials/manual/systemproperties/properties-jmx.adoc} (56%)
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log-event.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log4j-core-misc.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log4j-jndi.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log4j-jul.adoc
 copy src/site/antora/modules/ROOT/{pages/javadoc.adoc => 
partials/manual/systemproperties/properties-log4j-script.adoc} (59%)
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-logger-context.adoc
 copy src/site/antora/modules/ROOT/{pages/javadoc.adoc => 
partials/manual/systemproperties/properties-message.adoc} (60%)
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-meta.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-thread-context.adoc
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-transport-security.adoc

Reply via email to