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

svn commit: r64309 - /dev/logging/log4j-kotlin/

Author: svc_dist_logging
Date: Tue Oct  3 08:17:05 2023
New Revision: 64309

Log:
Added `apache-log4j-kotlin` artifacts for release `1.3.0`

Added:
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip   (with props)
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip.asc
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip.sha512
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-email-announce.txt
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-email-vote.txt
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-site.zip   (with props)
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip   (with props)
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip.asc
    dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip.sha512

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip.asc
==============================================================================
--- dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip.asc (added)
+++ dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip.asc Tue Oct  3 08:17:05 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmUbzgAACgkQVuc7qaC1
+ktD9hw//dMXWXAm9+oZo6SXKEoQ1Oda72T2pZs80yF7cWfoBGPYTJlXYJ4qivx5l
+MgNJBcLJLVbak9+MAWwkRDA8GsPyvKpcCnmkq0KlFhFiY1K7DGfIZcZQ0zCuFPE3
+tbRDlW12gH58sD7B9dYKq5ZZtiwBp+Q8hVq0OaAh5fQIOGDztpUSwI5Auc5cUObg
+SLDRCCWEHy0gsQo70qFJ0jIJP/jZYrWpJ9LDcGEL4AFo4xa9jmNb3vRR02MaXcmw
+apCWv8FoHQkk9s5TaTlOSOmZzoj26EvAmr3KjjFmIzelSD+WtrsBKy4eMwu3ypAs
+AvgeD6bQVg+yuLZhTGBKp1DgxVXFXds3OWT9vn4PCTEWq0z3dhrUok5LlquujWFY
+P43XFGswee9XfBQKfV+VYAbz3yDz/DwW/Sp/2xVt8nAnYUPF7qec7lgpVzjCJNcU
+hWhEd68eOsM8MGRIPk1KYhBxxJPNAGeSD2dFkbZDjidEmI1C+6uU7bkpoNQuPJVZ
+jqqtOn0zsqlC3LLA1Gsc0Z3Nczc2haMeC2rSkzNmdrZnBGLQOTDbjUav/ynMda8n
+PyX8d4WvsJCuDZSXCy3ci841a2mY4CPn7S0XJ5Uqk+B6ZBXUgNZUwFl65drmYzyM
+CWSYUJ6xYUtmkToP9ZwCD45O0ux+VHB8psarE1K3fvlGBfECI4Y=
+=NAjR
+-----END PGP SIGNATURE-----

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip.sha512
==============================================================================
--- dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip.sha512 (added)
+++ dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-bin.zip.sha512 Tue Oct  3 08:17:05 2023
@@ -0,0 +1 @@
+fd1dc4b76b10f48ce500e3818984afeef07e386edc30bf54635a15e6632155cf2a0ac8fd809121267fe08e1bfed7074aa98bc22e245fb2bf7e64f505c6e670e7  apache-log4j-kotlin-1.3.0-bin.zip

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-email-announce.txt
==============================================================================
--- dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-email-announce.txt (added)
+++ dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-email-announce.txt Tue Oct  3 08:17:05 2023
@@ -0,0 +1,29 @@
+To: log4j-user@logging.apache.org, dev@logging.apache.org
+Title: [ANNOUNCE] Apache Log4j Kotlin API 1.3.0 released
+
+Apache Log4j Kotlin API team is pleased to announce the 1.3.0
+release. This project contains a Kotlin-friendly interface to log
+against the Log4j API. For further information (support, download,
+etc.) see the project website[1].
+
+[1] https://logging.apache.org/log4j/kotlin
+
+=== Release Notes
+
+This minor release bumps the Kotlin baseline to 1.6.21 and contains various small improvements.
+
+
+==== Added
+
+* Added an extension property for storing a cached logger (https://github.com/apache/logging-log4j-kotlin/issues/29[29])
+* Added facade APIs for manipulating the context map and stack (https://github.com/apache/logging-log4j-kotlin/issues/30[30])
+* Added missing `catching` and `throwing` API methods in `KotlinLogger` (https://github.com/apache/logging-log4j-kotlin/issues/32[32])
+* Added JPMS support and used `org.apache.logging.log4j.api.kotlin` for the module name
+
+==== Changed
+
+* Updated Log4j dependency to `2.20.0`
+* Bumped `logging-parent` version to `10.1.1` and overhauled the entire project infrastructure to take advantage of its goodies (https://github.com/apache/logging-log4j-kotlin/pull/37[37])
+* Renamed OSGi `Bundle-SymbolicName` from `org.apache.logging.log4j.kotlin` to `org.apache.logging.log4j.api.kotlin`
+* Migrated tests to JUnit 5
+* Bumped Kotlin and Kotlin Extensions baseline to `1.6.21` and `1.6.4` respectively

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-email-vote.txt
==============================================================================
--- dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-email-vote.txt (added)
+++ dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-email-vote.txt Tue Oct  3 08:17:05 2023
@@ -0,0 +1,42 @@
+To: dev@logging.apache.org
+Title: [VOTE] Release Apache Log4j Kotlin API 1.3.0
+
+This is a vote to release the Apache Log4j Kotlin API 1.3.0.
+
+Website: https://logging.staged.apache.org/log4j/kotlin
+GitHub: https://github.com/apache/logging-log4j-kotlin
+Commit: 449687e8e8bc36968cbd716dfa1560f0d501389c
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j-kotlin
+Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1113
+Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+
+Please download, test, and cast your votes on this mailing list.
+
+[ ] +1, release the artifacts
+[ ] -1, don't release, because...
+
+This vote is open for 72 hours and will pass unless getting a
+net negative vote count. All votes are welcome and we encourage
+everyone to test the release, but only the Logging Services PMC
+votes are officially counted. At least 3 +1 votes and more
+positive than negative votes are required.
+
+=== Release Notes
+
+This minor release bumps the Kotlin baseline to 1.6.21 and contains various small improvements.
+
+
+==== Added
+
+* Added an extension property for storing a cached logger (https://github.com/apache/logging-log4j-kotlin/issues/29[29])
+* Added facade APIs for manipulating the context map and stack (https://github.com/apache/logging-log4j-kotlin/issues/30[30])
+* Added missing `catching` and `throwing` API methods in `KotlinLogger` (https://github.com/apache/logging-log4j-kotlin/issues/32[32])
+* Added JPMS support and used `org.apache.logging.log4j.api.kotlin` for the module name
+
+==== Changed
+
+* Updated Log4j dependency to `2.20.0`
+* Bumped `logging-parent` version to `10.1.1` and overhauled the entire project infrastructure to take advantage of its goodies (https://github.com/apache/logging-log4j-kotlin/pull/37[37])
+* Renamed OSGi `Bundle-SymbolicName` from `org.apache.logging.log4j.kotlin` to `org.apache.logging.log4j.api.kotlin`
+* Migrated tests to JUnit 5
+* Bumped Kotlin and Kotlin Extensions baseline to `1.6.21` and `1.6.4` respectively

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-site.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-site.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip.asc
==============================================================================
--- dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip.asc (added)
+++ dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip.asc Tue Oct  3 08:17:05 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmUbzgAACgkQVuc7qaC1
+ktDoJQ//WPBowBg8pYboRlFnm1WlaeSrL3JnauKUZT1fSHbMQCXGy3eB5Wy032St
+4AfuTJdx/nhZW7V5If+MS/pCWsLUGkNqpjaT0T2cSw83rWHIy5pV06ALXO5qKXok
+KFYd1cD/OOAL30RxPWwE4dTL2Co8dA6gfpluCCSLml51Iqy1rje6/65BlUU+1TNg
+NlvFAyJc/4VeS9I/KeNZcvFeHUepHhW4OfIh8LNlyOW3FAp27GBhnupFwI0lM2yR
+hRi0jnfRnYVWVJFPwvkioy3uLDHeeymiH4znBapZgvtKbzAa5AEJt+eM9wp8WdSX
+F7aHIn2AwAVXgieicZAHwemYkhVqc5NUwuXe/VZkEi88YRo/wvJUwXSWvwo7DvmL
+pYdKjJvGhgC5FJ0eYvDQmVVnVdRC0Q3KdxP/1iXqFMcDP5noZn4eMbdxn77VasRm
+6wSvOTOAonXXBFYFvl46eVSEujGsgjdssTrHctgX6Kzc49rneFWXQnX6s76n5L43
+OxiBC6/vD7si4resJzwodXB1FKeMohewornbIaKtPArmO1vqo/cJ1nG+hPcoP6kP
+TPhkr3/byBuUISDcY1EZSYcrar7VMHKmKrBADsC70OJPty2EjQHr35St2d3XvVeA
+w6bun4br18U6ADB9rj2B5XHZd75glyp5MCG5jaozonbxCDmPT18=
+=YdqA
+-----END PGP SIGNATURE-----

Added: dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip.sha512
==============================================================================
--- dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip.sha512 (added)
+++ dev/logging/log4j-kotlin/apache-log4j-kotlin-1.3.0-src.zip.sha512 Tue Oct  3 08:17:05 2023
@@ -0,0 +1 @@
+b4d71fd4b79a9bcdb67f611f94d2069fc2f07dd92ec590ecf444016941ed7399d7d976582db1c7a1fdaec71e6758f73914e3a56afd7c13e5c692c504e2c320fb  apache-log4j-kotlin-1.3.0-src.zip