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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new 3434484cc0 Remove author references from the docs[1]
3434484cc0 is described below

commit 3434484cc0e2c8193b7695a65f0266f5c3ecfc69
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Thu May 16 18:35:06 2024 +0200

    Remove author references from the docs[1]
    
    [1] https://lists.apache.org/thread/lh654q6fcwmryvn3ns6zcw8nvkvw8yct
---
 src/site/antora/modules/ROOT/pages/manual/architecture.adoc         | 1 -
 src/site/antora/modules/ROOT/pages/manual/async.adoc                | 1 -
 src/site/antora/modules/ROOT/pages/manual/customconfig.adoc         | 1 -
 src/site/antora/modules/ROOT/pages/manual/customloglevels.adoc      | 1 -
 src/site/antora/modules/ROOT/pages/manual/extending.adoc            | 1 -
 src/site/antora/modules/ROOT/pages/manual/filters.adoc              | 2 --
 src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc          | 1 -
 src/site/antora/modules/ROOT/pages/manual/jmx.adoc                  | 2 --
 src/site/antora/modules/ROOT/pages/manual/json-template-layout.adoc | 1 -
 src/site/antora/modules/ROOT/pages/manual/layouts.adoc              | 1 -
 src/site/antora/modules/ROOT/pages/manual/logsep.adoc               | 1 -
 src/site/antora/modules/ROOT/pages/manual/lookups.adoc              | 1 -
 src/site/antora/modules/ROOT/pages/manual/performance.adoc          | 1 -
 13 files changed, 15 deletions(-)

diff --git a/src/site/antora/modules/ROOT/pages/manual/architecture.adoc 
b/src/site/antora/modules/ROOT/pages/manual/architecture.adoc
index 622b193943..371095c378 100644
--- a/src/site/antora/modules/ROOT/pages/manual/architecture.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/architecture.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Architecture
-Ralph Goers <rgo...@apache.org>
 
 == Main Components
 
diff --git a/src/site/antora/modules/ROOT/pages/manual/async.adoc 
b/src/site/antora/modules/ROOT/pages/manual/async.adoc
index 0f576da267..c6fa074044 100644
--- a/src/site/antora/modules/ROOT/pages/manual/async.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/async.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Lock-free Asynchronous Loggers for Low-Latency Logging
-Remko Popma <rpo...@apache.org>
 
 Asynchronous logging can improve your application's performance by
 executing the I/O operations in a separate thread. 
diff --git a/src/site/antora/modules/ROOT/pages/manual/customconfig.adoc 
b/src/site/antora/modules/ROOT/pages/manual/customconfig.adoc
index cd3cbbd7d7..c2f0262bf4 100644
--- a/src/site/antora/modules/ROOT/pages/manual/customconfig.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/customconfig.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Programmatic Configuration
-Ralph Goers <rgo...@apache.org>
 
 Log4j 2 provides a few ways for applications to create their own
 programmatic configuration:
diff --git a/src/site/antora/modules/ROOT/pages/manual/customloglevels.adoc 
b/src/site/antora/modules/ROOT/pages/manual/customloglevels.adoc
index f9eeadac51..3110c71705 100644
--- a/src/site/antora/modules/ROOT/pages/manual/customloglevels.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/customloglevels.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Custom Log Levels
-Remko Popma <rpo...@apache.org>
 
 [[top]]
 
diff --git a/src/site/antora/modules/ROOT/pages/manual/extending.adoc 
b/src/site/antora/modules/ROOT/pages/manual/extending.adoc
index e9deb09dd7..f44af434b6 100644
--- a/src/site/antora/modules/ROOT/pages/manual/extending.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/extending.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Extending Log4j
-Ralph Goers <rgo...@apache.org>
 
 Log4j provides numerous ways that it can be manipulated and extended.
 This section includes an overview of the various ways that are directly
diff --git a/src/site/antora/modules/ROOT/pages/manual/filters.adoc 
b/src/site/antora/modules/ROOT/pages/manual/filters.adoc
index d841e27a6b..1913771c83 100644
--- a/src/site/antora/modules/ROOT/pages/manual/filters.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/filters.adoc
@@ -17,8 +17,6 @@
 [id=filters]
 = Filters
 
-Ralph Goers <rgo...@apache.org> Volkan Yazıcı <v...@apache.org>
-
 Log4j supports filtering of log events at each level of the logging pipeline 
using two features:
 
 * the `level` attributes that can be set on loggers and appender references,
diff --git a/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc 
b/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc
index 3393c21a3a..4168e074c2 100644
--- a/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Garbage-free Steady State Logging
-Remko Popma <rpo...@apache.org>
 
 ////
 Different applications have different performance requirements.
diff --git a/src/site/antora/modules/ROOT/pages/manual/jmx.adoc 
b/src/site/antora/modules/ROOT/pages/manual/jmx.adoc
index 43dba1504f..c2acf54730 100644
--- a/src/site/antora/modules/ROOT/pages/manual/jmx.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/jmx.adoc
@@ -15,8 +15,6 @@
     limitations under the License.
 ////
 = JMX
-Remko Popma <rem...@yahoo.com>
-Volkan Yazıcı <v...@apache.org>
 
 Log4j 2 has built-in support for JMX.
 
diff --git 
a/src/site/antora/modules/ROOT/pages/manual/json-template-layout.adoc 
b/src/site/antora/modules/ROOT/pages/manual/json-template-layout.adoc
index 01a90dc8ef..b2f722258b 100644
--- a/src/site/antora/modules/ROOT/pages/manual/json-template-layout.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/json-template-layout.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = JSON Template Layout
-Volkan Yazıcı <v...@apache.org>
 
 `JsonTemplateLayout` is a customizable, efficient, and garbage-free JSON
 generating layout. It encodes ``LogEvent``s according to the structure 
described
diff --git a/src/site/antora/modules/ROOT/pages/manual/layouts.adoc 
b/src/site/antora/modules/ROOT/pages/manual/layouts.adoc
index a890f45049..67d4bb290e 100644
--- a/src/site/antora/modules/ROOT/pages/manual/layouts.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/layouts.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Layouts
-Ralph Goers <rgo...@apache.org>; Gary Gregory <ggreg...@apache.org>; Volkan 
Yazıcı <v...@apache.org>
 
 An Appender uses a Layout to format a LogEvent into a form that meets the 
needs of whatever will be consuming the log event.
 In Log4j 1.x and Logback Layouts were expected to transform an event into a 
String.
diff --git a/src/site/antora/modules/ROOT/pages/manual/logsep.adoc 
b/src/site/antora/modules/ROOT/pages/manual/logsep.adoc
index 69ab01596a..c471eee992 100644
--- a/src/site/antora/modules/ROOT/pages/manual/logsep.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/logsep.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Logging Separation
-Ralph Goers <rgo...@apache.org>
 
 There are many well known use cases where applications may share an
 environment with other applications and each has a need to have its own,
diff --git a/src/site/antora/modules/ROOT/pages/manual/lookups.adoc 
b/src/site/antora/modules/ROOT/pages/manual/lookups.adoc
index 58c8b13837..1ba41d110b 100644
--- a/src/site/antora/modules/ROOT/pages/manual/lookups.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/lookups.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Lookups
-Ralph Goers <rgo...@apache.org>
 
 Lookups provide a way to add values to the Log4j configuration at
 arbitrary places. They are a particular type of Plugin that implements
diff --git a/src/site/antora/modules/ROOT/pages/manual/performance.adoc 
b/src/site/antora/modules/ROOT/pages/manual/performance.adoc
index 81c91d864d..583498f2bb 100644
--- a/src/site/antora/modules/ROOT/pages/manual/performance.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/performance.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Performance
-Remko Popma <rpo...@apache.org>; Ralph Goers <rgo...@apache.org>
 
 ////
 One of the often-cited arguments against logging is its

Reply via email to