This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit 2c34a8742aeeb5937f2d03b1379149bc879117d2 Author: Raman Gupta <[email protected]> AuthorDate: Mon Dec 11 17:30:37 2023 -0500 changelogs: remove redundant author elements --- src/changelog/.1.x.x/add-sbom.xml | 1 - src/changelog/.1.x.x/update-parent.xml | 1 - 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 - 19 files changed, 22 deletions(-) diff --git a/src/changelog/.1.x.x/add-sbom.xml b/src/changelog/.1.x.x/add-sbom.xml index 3a9235e..fed2bdc 100644 --- a/src/changelog/.1.x.x/add-sbom.xml +++ b/src/changelog/.1.x.x/add-sbom.xml @@ -19,6 +19,5 @@ xmlns="http://logging.apache.org/log4j/changelog" 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">Started generating CycloneDX SBOM with the recent update of `logging-parent` to version `10.2.0`</description> </entry> diff --git a/src/changelog/.1.x.x/update-parent.xml b/src/changelog/.1.x.x/update-parent.xml index 94941fc..8b82b70 100644 --- a/src/changelog/.1.x.x/update-parent.xml +++ b/src/changelog/.1.x.x/update-parent.xml @@ -19,6 +19,5 @@ xmlns="http://logging.apache.org/log4j/changelog" 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">Update `org.apache.logging:logging-parent` to version `10.2.0`</description> </entry> 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 033ef2e..704478a 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 (identical to OSGi `Bundle-SymbolicName`) of the `log4j-api-kotlin` artifact</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>
