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

pkarwasz pushed a change to branch feature/main/remove-iostreams
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard 0e3964859e Remove doc of non-existent modules
 discard 0d20afa1f9 Remove `log4j-iostreams` from `main`
     add a52d4f5d79 Update `com.gradle:develocity-maven-extension` to version 
`1.21.4` (#2643)
     add a9c23e98de Javadoc
     add a01529ac13 Bump Maven and Maven Wrapper version
     add 048443b5a7 Instrument Dependabot build with Develocity
     add 5765b2a10f Simplify project name
     add aad01a7f51 Align project id with repo id
     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 03206353a7 Update `org.eclipse.platform:org.eclipse.osgi` to version 
`3.20.0` (#2650)
     add cc9e3aee3c Update `org.apache.maven.surefire:surefire-junit47` to 
version `3.3.0` (#2671)
     add bc56729244 Switch to parallel testing by default
     add 901fa3ac8b Remove `log4j-iostreams` from `main`
     add ad9dd0819b Remove doc of non-existent modules
     add e3fabead53 Changelog entry for #2630

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   (0e3964859e)
            \
             N -- N -- N   refs/heads/feature/main/remove-iostreams (e3fabead53)

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            |    5 +-
 .mvn/develocity.xml                                |    3 +-
 .mvn/extensions.xml                                |    2 +-
 .mvn/wrapper/maven-wrapper.properties              |   10 +-
 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 +-
 .../core/selector/ClassLoaderContextSelector.java  |    2 +
 log4j-jul/pom.xml                                  |    3 +
 log4j-osgi-test/pom.xml                            |   61 +-
 .../logging/log4j/osgi/tests/CoreOsgiTest.java     |    2 +-
 log4j-parent/pom.xml                               |   41 +-
 log4j-spring-cloud-config-client/pom.xml           |    2 +-
 mvnw                                               |  325 ++--
 mvnw.cmd                                           |   37 +-
 pom.xml                                            |   55 +-
 .../remove_log4j-iostreams.xml}                    |    4 +-
 ...date_com_gradle_develocity_maven_extension.xml} |    4 +-
 src/changelog/.3.x.x/update_io_netty_netty_bom.xml |    4 +-
 ..._org_apache_maven_surefire_surefire_junit47.xml |    6 +-
 ...pdate_org_eclipse_platform_org_eclipse_osgi.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 +-
 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 +-
 102 files changed, 4455 insertions(+), 3362 deletions(-)
 copy src/changelog/{3.0.0-beta2/remove_appserver.xml => 
.3.x.x/remove_log4j-iostreams.xml} (68%)
 copy src/changelog/.3.x.x/{update_apache_logging_parent.xml => 
update_com_gradle_develocity_maven_extension.xml} (60%)
 copy src/changelog/{3.0.0-beta1 => 
.3.x.x}/update_org_apache_maven_surefire_surefire_junit47.xml (68%)
 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

Reply via email to