You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/12/07 10:06:28 UTC

(logging-log4j-kotlin) 03/06: Remove `author` elements from changelog entries

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

vy pushed a commit to branch release/1.3.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git

commit bd00f33e3f74a5cd4c402ba835477232bed5f8bd
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Thu Dec 7 10:51:26 2023 +0100

    Remove `author` elements from changelog entries
    
    These are neither rendered by the template, nor
    conveys an information that one cannot obtain
    from the commit/ticket associated.
---
 src/changelog/1.0.0/LOG4J2-1705_Create_Kotlin_API.xml                  | 2 --
 src/changelog/1.0.0/LOG4J2-2432_Make_namedLogger_more_discoverable.xml | 2 --
 src/changelog/1.1.0/LOG4J2-2433_Support_MDCs_with_coroutines.xml       | 1 -
 src/changelog/1.1.0/LOG4J2-2518_Support_suspend_functions.xml          | 1 -
 src/changelog/1.1.0/LOG4J2-2843_Update_Kotlin_baseline_to_1.3.72.xml   | 1 -
 src/changelog/1.2.0/LOG4J2-3218_Update_Log4j_baseline.xml              | 1 -
 src/changelog/1.3.0/28-Update_Log4j_baseline.xml                       | 1 -
 src/changelog/1.3.0/29-Add_extension_property_for_logger.xml           | 1 -
 src/changelog/1.3.0/30-Add_facade_APIs_for_ThreadContext.xml           | 1 -
 src/changelog/1.3.0/32-Catching_Throwing.xml                           | 1 -
 src/changelog/1.3.0/37-facelift.xml                                    | 1 -
 src/changelog/1.3.0/JPMS.xml                                           | 1 -
 src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml                       | 1 -
 src/changelog/1.3.0/dokka.xml                                          | 1 -
 src/changelog/1.3.0/junit5.xml                                         | 1 -
 src/changelog/1.3.0/kotlin-baseline.xml                                | 2 --
 src/changelog/1.3.0/skip-deploy.xml                                    | 1 -
 src/changelog/1.3.1/54-thread-context.xml                              | 1 -
 18 files changed, 21 deletions(-)

diff --git a/src/changelog/1.0.0/LOG4J2-1705_Create_Kotlin_API.xml b/src/changelog/1.0.0/LOG4J2-1705_Create_Kotlin_API.xml
index 12bf0dc..f2c26c3 100644
--- a/src/changelog/1.0.0/LOG4J2-1705_Create_Kotlin_API.xml
+++ b/src/changelog/1.0.0/LOG4J2-1705_Create_Kotlin_API.xml
@@ -3,7 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3556" link="https://issues.apache.org/jira/browse/LOG4J2-1705"/>
-  <author id="github:jvz"/>
-  <author id="github:rocketraman"/>
   <description format="asciidoc">Create Kotlin wrapper API for Log4j</description>
 </entry>
diff --git a/src/changelog/1.0.0/LOG4J2-2432_Make_namedLogger_more_discoverable.xml b/src/changelog/1.0.0/LOG4J2-2432_Make_namedLogger_more_discoverable.xml
index 7c8beb4..8eab1fa 100644
--- a/src/changelog/1.0.0/LOG4J2-2432_Make_namedLogger_more_discoverable.xml
+++ b/src/changelog/1.0.0/LOG4J2-2432_Make_namedLogger_more_discoverable.xml
@@ -3,7 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2432" link="https://issues.apache.org/jira/browse/LOG4J2-2432"/>
-  <author id="github:jvz"/>
-  <author id="github:rocketraman"/>
   <description format="asciidoc">Make `namedLogger` more discoverable</description>
 </entry>
diff --git a/src/changelog/1.1.0/LOG4J2-2433_Support_MDCs_with_coroutines.xml b/src/changelog/1.1.0/LOG4J2-2433_Support_MDCs_with_coroutines.xml
index 798e49f..d70ab03 100644
--- a/src/changelog/1.1.0/LOG4J2-2433_Support_MDCs_with_coroutines.xml
+++ b/src/changelog/1.1.0/LOG4J2-2433_Support_MDCs_with_coroutines.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2433" link="https://issues.apache.org/jira/browse/LOG4J2-2433"/>
-  <author id="github:rocketraman"/>
   <description format="asciidoc">Support MDCs with Kotlin coroutines</description>
 </entry>
diff --git a/src/changelog/1.1.0/LOG4J2-2518_Support_suspend_functions.xml b/src/changelog/1.1.0/LOG4J2-2518_Support_suspend_functions.xml
index 7d8dea2..61d0e53 100644
--- a/src/changelog/1.1.0/LOG4J2-2518_Support_suspend_functions.xml
+++ b/src/changelog/1.1.0/LOG4J2-2518_Support_suspend_functions.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2518" link="https://issues.apache.org/jira/browse/LOG4J2-2518"/>
-  <author id="github:rocketraman"/>
   <description format="asciidoc">Support suspend functions in supplier lambdas</description>
 </entry>
diff --git a/src/changelog/1.1.0/LOG4J2-2843_Update_Kotlin_baseline_to_1.3.72.xml b/src/changelog/1.1.0/LOG4J2-2843_Update_Kotlin_baseline_to_1.3.72.xml
index 60b2674..6ff6cab 100644
--- a/src/changelog/1.1.0/LOG4J2-2843_Update_Kotlin_baseline_to_1.3.72.xml
+++ b/src/changelog/1.1.0/LOG4J2-2843_Update_Kotlin_baseline_to_1.3.72.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2843" link="https://issues.apache.org/jira/browse/LOG4J2-2843"/>
-  <author id="github:rocketraman"/>
   <description format="asciidoc">Update Kotlin baseline version to 1.3.72</description>
 </entry>
diff --git a/src/changelog/1.2.0/LOG4J2-3218_Update_Log4j_baseline.xml b/src/changelog/1.2.0/LOG4J2-3218_Update_Log4j_baseline.xml
index e4ca0d7..a07a45c 100644
--- a/src/changelog/1.2.0/LOG4J2-3218_Update_Log4j_baseline.xml
+++ b/src/changelog/1.2.0/LOG4J2-3218_Update_Log4j_baseline.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3218" link="https://issues.apache.org/jira/browse/LOG4J2-3218"/>
-  <author id="github:rocketraman"/>
   <description format="asciidoc">Update Kotlin baseline version to `1.3.72`</description>
 </entry>
diff --git a/src/changelog/1.3.0/28-Update_Log4j_baseline.xml b/src/changelog/1.3.0/28-Update_Log4j_baseline.xml
index 805c582..8e02f45 100644
--- a/src/changelog/1.3.0/28-Update_Log4j_baseline.xml
+++ b/src/changelog/1.3.0/28-Update_Log4j_baseline.xml
@@ -2,6 +2,5 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
-  <author id="github:vy"/>
   <description format="asciidoc">Updated Log4j dependency to `2.20.0`</description>
 </entry>
diff --git a/src/changelog/1.3.0/29-Add_extension_property_for_logger.xml b/src/changelog/1.3.0/29-Add_extension_property_for_logger.xml
index e83ac0e..796e098 100644
--- a/src/changelog/1.3.0/29-Add_extension_property_for_logger.xml
+++ b/src/changelog/1.3.0/29-Add_extension_property_for_logger.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="29" link="https://github.com/apache/logging-log4j-kotlin/issues/29"/>
-  <author id="github:jvz"/>
   <description format="asciidoc">Added an extension property for storing a cached logger</description>
 </entry>
diff --git a/src/changelog/1.3.0/30-Add_facade_APIs_for_ThreadContext.xml b/src/changelog/1.3.0/30-Add_facade_APIs_for_ThreadContext.xml
index 7dfaa1a..5c78a71 100644
--- a/src/changelog/1.3.0/30-Add_facade_APIs_for_ThreadContext.xml
+++ b/src/changelog/1.3.0/30-Add_facade_APIs_for_ThreadContext.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="30" link="https://github.com/apache/logging-log4j-kotlin/issues/30"/>
-  <author id="github:jvz"/>
   <description format="asciidoc">Added facade APIs for manipulating the context map and stack</description>
 </entry>
diff --git a/src/changelog/1.3.0/32-Catching_Throwing.xml b/src/changelog/1.3.0/32-Catching_Throwing.xml
index 70acb5a..428a718 100644
--- a/src/changelog/1.3.0/32-Catching_Throwing.xml
+++ b/src/changelog/1.3.0/32-Catching_Throwing.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="32" link="https://github.com/apache/logging-log4j-kotlin/issues/32"/>
-  <author id="github:rocketraman"/>
   <description format="asciidoc">Added missing `catching` and `throwing` API methods in `KotlinLogger`</description>
 </entry>
diff --git a/src/changelog/1.3.0/37-facelift.xml b/src/changelog/1.3.0/37-facelift.xml
index 185a94b..fe22f0a 100644
--- a/src/changelog/1.3.0/37-facelift.xml
+++ b/src/changelog/1.3.0/37-facelift.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="37" link="https://github.com/apache/logging-log4j-kotlin/pull/37"/>
-  <author id="github:vy"/>
   <description format="asciidoc">Bumped `logging-parent` version to `10.1.1` and overhauled the entire project infrastructure to take advantage of its goodies</description>
 </entry>
diff --git a/src/changelog/1.3.0/JPMS.xml b/src/changelog/1.3.0/JPMS.xml
index 1d10485..4563986 100644
--- a/src/changelog/1.3.0/JPMS.xml
+++ b/src/changelog/1.3.0/JPMS.xml
@@ -2,6 +2,5 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
-  <author id="github:vy"/>
   <description format="asciidoc">Added JPMS support and used `org.apache.logging.log4j.api.kotlin` for the module name</description>
 </entry>
diff --git a/src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml b/src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml
index 69832d5..655113d 100644
--- a/src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml
+++ b/src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml
@@ -2,6 +2,5 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
-  <author id="github:vy"/>
   <description format="asciidoc">Renamed OSGi `Bundle-SymbolicName` from `org.apache.logging.log4j.kotlin` to `org.apache.logging.log4j.api.kotlin`</description>
 </entry>
diff --git a/src/changelog/1.3.0/dokka.xml b/src/changelog/1.3.0/dokka.xml
index 097744c..9bdf71c 100644
--- a/src/changelog/1.3.0/dokka.xml
+++ b/src/changelog/1.3.0/dokka.xml
@@ -2,6 +2,5 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="removed">
-  <author id="github:vy"/>
   <description format="asciidoc">Stopped exporting KDoc to HTML</description>
 </entry>
diff --git a/src/changelog/1.3.0/junit5.xml b/src/changelog/1.3.0/junit5.xml
index 9023402..110704e 100644
--- a/src/changelog/1.3.0/junit5.xml
+++ b/src/changelog/1.3.0/junit5.xml
@@ -2,6 +2,5 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
-  <author id="github:vy"/>
   <description format="asciidoc">Migrated tests to JUnit 5</description>
 </entry>
diff --git a/src/changelog/1.3.0/kotlin-baseline.xml b/src/changelog/1.3.0/kotlin-baseline.xml
index 19b1fb5..ef607f0 100644
--- a/src/changelog/1.3.0/kotlin-baseline.xml
+++ b/src/changelog/1.3.0/kotlin-baseline.xml
@@ -2,7 +2,5 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
-  <author id="github:breun"/>
-  <author id="github:vy"/>
   <description format="asciidoc">Bumped Kotlin and Kotlin Extensions baseline to `1.6.21` and `1.6.4` respectively</description>
 </entry>
diff --git a/src/changelog/1.3.0/skip-deploy.xml b/src/changelog/1.3.0/skip-deploy.xml
index 55fdffa..85a424b 100644
--- a/src/changelog/1.3.0/skip-deploy.xml
+++ b/src/changelog/1.3.0/skip-deploy.xml
@@ -2,6 +2,5 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
-  <author id="github:vy"/>
   <description format="asciidoc">Skipped deploying `log4j-api-kotlin-benchmark` and `log4j-api-kotlin-sample` modules</description>
 </entry>
diff --git a/src/changelog/1.3.1/54-thread-context.xml b/src/changelog/1.3.1/54-thread-context.xml
index 7bed0bd..10f0d35 100644
--- a/src/changelog/1.3.1/54-thread-context.xml
+++ b/src/changelog/1.3.1/54-thread-context.xml
@@ -3,6 +3,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="54" link="https://github.com/apache/logging-log4j-kotlin/issues/54"/>
-  <author id="github:rocketraman"/>
   <description format="asciidoc">Coroutine context is not cleared properly, only appended to</description>
 </entry>