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

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


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

commit c8a2439da2a5530ff869c2dcc997d4a01463fb00
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Thu May 16 18:38:34 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/configuration.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 -
 14 files changed, 16 deletions(-)

diff --git a/src/site/antora/modules/ROOT/pages/manual/architecture.adoc 
b/src/site/antora/modules/ROOT/pages/manual/architecture.adoc
index 02b4d24c97..4cab5fa7b8 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 fdcece779c..ba0ab817fc 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. Log4j 2 makes a
diff --git a/src/site/antora/modules/ROOT/pages/manual/configuration.adoc 
b/src/site/antora/modules/ROOT/pages/manual/configuration.adoc
index b872e42db9..b997b15267 100644
--- a/src/site/antora/modules/ROOT/pages/manual/configuration.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/configuration.adoc
@@ -15,7 +15,6 @@
     limitations under the License.
 ////
 = Configuration
-Ralph Goers <rgo...@apache.org>
 
 Inserting log requests into the application code requires a fair amount
 of planning and effort. Observation shows that approximately 4 percent
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 f2196cd9a6..2985da9bfa 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 c2a9c45313..ad74b093dc 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 3
-Ralph Goers <rgo...@apache.org>
 
 Log4j 3 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 abd5a67898..ab3ce64fc5 100644
--- a/src/site/antora/modules/ROOT/pages/manual/filters.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/filters.adoc
@@ -15,8 +15,6 @@
     limitations under the License.
 ////
 = Filters
-Ralph Goers <rgo...@apache.org>
-Volkan Yazıcı <v...@apache.org>
 
 Filters allow Log Events to be evaluated to determine if or how they
 should be published. A Filter will be called on one of its `filter`
diff --git a/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc 
b/src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc
index 43f3ba6ca6..a88912e601 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 f559fac845..27dc875f91 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. The StatusLogger, ContextSelector,
 and all LoggerContexts, LoggerConfigs and Appenders are instrumented
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 c672912fcd..593827f68f 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 1c55650043..214011130b 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
diff --git a/src/site/antora/modules/ROOT/pages/manual/logsep.adoc 
b/src/site/antora/modules/ROOT/pages/manual/logsep.adoc
index 4f8e308533..957b2b17db 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 7bc82be0bd..6eb03e8b08 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