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 dc754e8061031ecd587fd85c0bce7ccf2474aa21 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Dec 7 10:48:52 2023 +0100 Update `log4j-changelog` XSD to version `0.1.2` --- src/changelog/1.0.0/.release.xml | 2 +- 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/.release.xml | 2 +- src/changelog/1.1.0/LOG4J2-2433_Support_MDCs_with_coroutines.xml | 2 +- src/changelog/1.1.0/LOG4J2-2518_Support_suspend_functions.xml | 2 +- src/changelog/1.1.0/LOG4J2-2843_Update_Kotlin_baseline_to_1.3.72.xml | 2 +- src/changelog/1.2.0/.release.xml | 2 +- src/changelog/1.2.0/LOG4J2-3218_Update_Log4j_baseline.xml | 2 +- src/changelog/1.3.0/28-Update_Log4j_baseline.xml | 2 +- src/changelog/1.3.0/29-Add_extension_property_for_logger.xml | 2 +- src/changelog/1.3.0/30-Add_facade_APIs_for_ThreadContext.xml | 2 +- src/changelog/1.3.0/32-Catching_Throwing.xml | 2 +- src/changelog/1.3.0/37-facelift.xml | 2 +- src/changelog/1.3.0/JPMS.xml | 2 +- src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml | 2 +- src/changelog/1.3.0/dokka.xml | 2 +- src/changelog/1.3.0/junit5.xml | 2 +- src/changelog/1.3.0/kotlin-baseline.xml | 2 +- src/changelog/1.3.0/skip-deploy.xml | 2 +- src/changelog/1.3.1/54-thread-context.xml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/changelog/1.0.0/.release.xml b/src/changelog/1.0.0/.release.xml index 9fd4178..342f140 100644 --- a/src/changelog/1.0.0/.release.xml +++ b/src/changelog/1.0.0/.release.xml @@ -17,5 +17,5 @@ --> <release xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" date="2018-11-03" version="1.0.0"/> 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 cbbfb4d..12bf0dc 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 @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> 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 8d3743c..7c8beb4 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 @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> diff --git a/src/changelog/1.1.0/.release.xml b/src/changelog/1.1.0/.release.xml index 5545196..b80a720 100644 --- a/src/changelog/1.1.0/.release.xml +++ b/src/changelog/1.1.0/.release.xml @@ -17,5 +17,5 @@ --> <release xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" date="2021-08-28" version="1.1.0"/> 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 ee10c1a..798e49f 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 @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> 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 d565154..7d8dea2 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 @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> 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 4926b15..60b2674 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 @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> diff --git a/src/changelog/1.2.0/.release.xml b/src/changelog/1.2.0/.release.xml index edd636c..4ca86ce 100644 --- a/src/changelog/1.2.0/.release.xml +++ b/src/changelog/1.2.0/.release.xml @@ -17,5 +17,5 @@ --> <release xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" date="2021-12-20" version="1.2.0"/> 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 60b1954..e4ca0d7 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 @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> 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 0e420e3..805c582 100644 --- a/src/changelog/1.3.0/28-Update_Log4j_baseline.xml +++ b/src/changelog/1.3.0/28-Update_Log4j_baseline.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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> 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 7cd34be..e83ac0e 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 @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> 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 d9d6fc8..7dfaa1a 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 @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> diff --git a/src/changelog/1.3.0/32-Catching_Throwing.xml b/src/changelog/1.3.0/32-Catching_Throwing.xml index dd7f356..70acb5a 100644 --- a/src/changelog/1.3.0/32-Catching_Throwing.xml +++ b/src/changelog/1.3.0/32-Catching_Throwing.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> diff --git a/src/changelog/1.3.0/37-facelift.xml b/src/changelog/1.3.0/37-facelift.xml index 98a2399..185a94b 100644 --- a/src/changelog/1.3.0/37-facelift.xml +++ b/src/changelog/1.3.0/37-facelift.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> diff --git a/src/changelog/1.3.0/JPMS.xml b/src/changelog/1.3.0/JPMS.xml index 8514421..1d10485 100644 --- a/src/changelog/1.3.0/JPMS.xml +++ b/src/changelog/1.3.0/JPMS.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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> diff --git a/src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml b/src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml index 0159c53..69832d5 100644 --- a/src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml +++ b/src/changelog/1.3.0/OSGi-Bundle-SymbolicName.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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> diff --git a/src/changelog/1.3.0/dokka.xml b/src/changelog/1.3.0/dokka.xml index a53340b..097744c 100644 --- a/src/changelog/1.3.0/dokka.xml +++ b/src/changelog/1.3.0/dokka.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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> diff --git a/src/changelog/1.3.0/junit5.xml b/src/changelog/1.3.0/junit5.xml index b92df76..9023402 100644 --- a/src/changelog/1.3.0/junit5.xml +++ b/src/changelog/1.3.0/junit5.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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> diff --git a/src/changelog/1.3.0/kotlin-baseline.xml b/src/changelog/1.3.0/kotlin-baseline.xml index 43ab1c6..19b1fb5 100644 --- a/src/changelog/1.3.0/kotlin-baseline.xml +++ b/src/changelog/1.3.0/kotlin-baseline.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/> diff --git a/src/changelog/1.3.0/skip-deploy.xml b/src/changelog/1.3.0/skip-deploy.xml index 3b0e5f4..55fdffa 100644 --- a/src/changelog/1.3.0/skip-deploy.xml +++ b/src/changelog/1.3.0/skip-deploy.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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> diff --git a/src/changelog/1.3.1/54-thread-context.xml b/src/changelog/1.3.1/54-thread-context.xml index 6da883c..7bed0bd 100644 --- a/src/changelog/1.3.1/54-thread-context.xml +++ b/src/changelog/1.3.1/54-thread-context.xml @@ -1,6 +1,6 @@ <entry xmlns="http://logging.apache.org/log4j/changelog" 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.1.xsd" + 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"/>
