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


    from b37e47661b Apply suggestions from code review
     add 76829cfe95 Reset the performance page
     add a7f0677834 Rewrite `performance.adoc`
     add 19175d86e9 Merge remote-tracking branch 'origin/2.x' into doc/perf
     add 17230f5be9 Minor corrections
     add 99fcdb6b2f Remove performance figures in `garbagefree.adoc`
     add c7c1686b12 Rewrite `garbagefree.adoc`
     add ab65208170 Rewrite `garbagefree.adoc`
     add 495b63bb38 Improve logger-name vs caller-class example
     add 78476a7fea Add a performance section to JTL and PL
     add f40062a40b Rename `For the impatient` to `Quick start`
     add 7bd8415968 Update `org.springframework:spring-framework-bom` to 
version `5.3.35` (#2588)
     add cbced0cdbb Update `commons-logging:commons-logging` to version `1.3.2` 
(#2589)
     add 2fe289f5ea Merge remote-tracking branch 'origin/2.x' into doc/perf
     add 1e49e85021 Share async. pros/cons
     add ca1a7c51e9 Add missing `log4j2.contextData` property
     add 3434484cc0 Remove author references from the docs[1]
     add 620c26c4c6 Merge remote-tracking branch 'origin/2.x' into doc/perf
     add a15240fca9 added vscode folder to the list of ignored files
     add 542736a396 Merge remote-tracking branch 'origin/2.x' into doc/perf
     add 503e0d8970 Pick-up `layouts.adoc` changes from `2.x`
     add 9968a5e39e Broken links
     add 15fdbe2058 Fix example includes
     add 1f9a58cbcf Merge remote-tracking branch 'apache/doc/perf' into 
doc/2.x/async
     add 1cdb6c39ef Inline configuration properties

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 log4j-parent/pom.xml                               |   4 +-
 pom.xml                                            |   2 +-
 .../update_commons_logging_commons_logging.xml     |   4 +-
 ...te_org_springframework_spring_framework_bom.xml |   4 +-
 src/site/antora/antora.tmpl.yml                    |   1 +
 src/site/antora/antora.yml                         |   1 +
 .../images/AsyncWithLocationThrpt1T-labeled.png    | Bin 23273 -> 0 bytes
 .../Log4j2AppenderThroughputComparison-linux.png   | Bin 37494 -> 0 bytes
 .../Log4j2AppenderThroughputComparison-windows.png | Bin 36089 -> 0 bytes
 .../ROOT/images/MarkerFilterCostComparison.png     | Bin 22737 -> 0 bytes
 .../modules/ROOT/images/ParamMsgThrpt1-4T.png      | Bin 37465 -> 0 bytes
 .../ResponseTimeAsyncClassicVsGcFree-label.png     | Bin 31148 -> 0 bytes
 .../ResponseTimeAsyncLogging16Threads_8kEach.png   | Bin 29429 -> 0 bytes
 .../ResponseTimeAsyncLogging4Threads_16kEach.png   | Bin 32664 -> 0 bytes
 .../images/ResponseTimeSyncClassicVsGcFree.png     | Bin 33240 -> 0 bytes
 .../ResponseTimeVsServiceTimeAsyncLoggers.png      | Bin 34779 -> 0 bytes
 .../images/SyncThroughputLoggerComparisonLinux.png | Bin 33718 -> 0 bytes
 .../SynchronousFileResponseTime2T32k-labeled.png   | Bin 31907 -> 0 bytes
 .../images/ThreadContextFilterCostComparison.png   | Bin 17874 -> 0 bytes
 .../ROOT/images/async-throughput-comparison.png    | Bin 66734 -> 0 bytes
 .../ROOT/images/async-vs-sync-throughput.png       | Bin 60459 -> 0 bytes
 .../images/garbage-free2.6-SyncThroughputLinux.png | Bin 24197 -> 0 bytes
 .../log4j-2.5-FlightRecording-thumbnail40pct.png   | Bin 57992 -> 0 bytes
 .../ROOT/images/log4j-2.5-FlightRecording.png      | Bin 68628 -> 0 bytes
 .../log4j-2.6-FlightRecording-thumbnail40pct.png   | Bin 45221 -> 0 bytes
 .../ROOT/images/log4j-2.6-FlightRecording.png      | Bin 50481 -> 0 bytes
 src/site/antora/modules/ROOT/nav.adoc              |  13 +-
 .../modules/ROOT/pages/manual/appenders.adoc       |  15 +
 .../modules/ROOT/pages/manual/architecture.adoc    |   1 -
 .../antora/modules/ROOT/pages/manual/async.adoc    | 142 +----
 .../modules/ROOT/pages/manual/configuration.adoc   |   2 +-
 .../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     | 644 +++++---------------
 src/site/antora/modules/ROOT/pages/manual/jmx.adoc |   2 -
 .../ROOT/pages/manual/json-template-layout.adoc    |  33 +-
 .../antora/modules/ROOT/pages/manual/layouts.adoc  | 233 +++++++-
 .../antora/modules/ROOT/pages/manual/logsep.adoc   |   1 -
 .../antora/modules/ROOT/pages/manual/lookups.adoc  |   1 -
 .../modules/ROOT/pages/manual/performance.adoc     | 649 ++++-----------------
 .../antora/modules/ROOT/pages/manual/scripts.adoc  |   8 +-
 .../ROOT/partials/manual/async-trade-offs.adoc     |  77 +++
 ...roperties-jansi.adoc => garbagefree-intro.adoc} |  19 +-
 .../manual/layouts-location-information.adoc       |  61 ++
 .../systemproperties/properties-async-logger.adoc  |   8 +-
 .../properties-garbage-collection.adoc             |  12 +-
 .../properties-log4j-core-misc.adoc                |  23 +
 .../manual/systemproperties/properties-meta.adoc   |   3 +-
 .../properties-thread-context.adoc                 |  10 +-
 .../ROOT/partials/premature-optimization.adoc      |   8 +-
 53 files changed, 783 insertions(+), 1204 deletions(-)
 delete mode 100644 
src/site/antora/modules/ROOT/images/AsyncWithLocationThrpt1T-labeled.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/Log4j2AppenderThroughputComparison-linux.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/Log4j2AppenderThroughputComparison-windows.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/MarkerFilterCostComparison.png
 delete mode 100644 src/site/antora/modules/ROOT/images/ParamMsgThrpt1-4T.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/ResponseTimeAsyncClassicVsGcFree-label.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/ResponseTimeAsyncLogging16Threads_8kEach.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/ResponseTimeAsyncLogging4Threads_16kEach.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/ResponseTimeSyncClassicVsGcFree.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/ResponseTimeVsServiceTimeAsyncLoggers.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/SyncThroughputLoggerComparisonLinux.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/SynchronousFileResponseTime2T32k-labeled.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/ThreadContextFilterCostComparison.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/async-throughput-comparison.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/async-vs-sync-throughput.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/garbage-free2.6-SyncThroughputLinux.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/log4j-2.5-FlightRecording-thumbnail40pct.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/log4j-2.5-FlightRecording.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/log4j-2.6-FlightRecording-thumbnail40pct.png
 delete mode 100644 
src/site/antora/modules/ROOT/images/log4j-2.6-FlightRecording.png
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/async-trade-offs.adoc
 copy 
src/site/antora/modules/ROOT/partials/manual/{systemproperties/properties-jansi.adoc
 => garbagefree-intro.adoc} (63%)
 create mode 100644 
src/site/antora/modules/ROOT/partials/manual/layouts-location-information.adoc
 copy CODE_OF_CONDUCT.adoc => 
src/site/antora/modules/ROOT/partials/premature-optimization.adoc (60%)

Reply via email to