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

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


 discard 0f2f396a79 Revamp the `Asynchronous logging` page
     add e6ef19f902 explained code in advance, restructures, clarifying some 
purpose
     add d2bde133f7 Update `com.fasterxml.jackson:jackson-bom` to version 
`2.17.1` (#2570)
     add 8ffdfc2a5c Merge branch '2.x' of github.com:apache/logging-log4j2 into 
2.x
     add d6d4929d35 Fix stale action timing
     add e8dd303db2 Fix capitalization of plugin names
     add fe92961737 Fix BND baseline errors
     add 4753940a15 Update `co.elastic.clients:elasticsearch-java` to version 
`8.13.4` (#2573)
     add 261b8949cd worked in few comments
     add f1de65f839 rewrote flowtracing #2535
     add c1459aa0c1 Merge branch 'doc/2.x/configuration' into 2.x
     add 7e873f32a9 some active/passive changes, wording and general style. No 
content changes
     add af0ca2916e Merge branch 'doc/2.x/configuration' into 2.x
     add 8b01193040 Revamp the `Asynchronous logging` page

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   (0f2f396a79)
            \
             N -- N -- N   refs/heads/doc/2.x/async (8b01193040)

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/close-stale.yaml                 |   3 +-
 .github/workflows/labeler.yaml                     |  12 +-
 .../log4j/core/config/InMemoryAdvertiser.java      |   2 +-
 .../log4j/core/appender/FailoversPlugin.java       |   2 +-
 .../logging/log4j/core/appender/package-info.java  |   2 +-
 .../log4j/core/async/AsyncLoggerConfig.java        |   4 +-
 .../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 +-
 .../apache/logging/log4j/core/config/Property.java |   2 +-
 .../logging/log4j/core/config/ScriptsPlugin.java   |   2 +-
 .../logging/log4j/core/filter/CompositeFilter.java |   2 +-
 .../log4j/core/net/MulticastDnsAdvertiser.java     |   2 +-
 .../logging/log4j/core/net/package-info.java       |   2 +-
 .../log4j/core/pattern/RegexReplacement.java       |   2 +-
 .../logging/log4j/core/pattern/package-info.java   |   2 +-
 log4j-parent/pom.xml                               |   4 +-
 pom.xml                                            |   2 +-
 ...pdate_co_elastic_clients_elasticsearch_java.xml |   4 +-
 .../update_com_fasterxml_jackson_jackson_bom.xml   |   4 +-
 src/site/antora/modules/ROOT/pages/5min.adoc       | 209 ++++++++----
 .../modules/ROOT/pages/manual/configuration.adoc   | 181 +++++------
 .../modules/ROOT/pages/manual/flowtracing.adoc     | 351 +++++++++------------
 25 files changed, 424 insertions(+), 382 deletions(-)

Reply via email to