Re: [VOTE] Release Apache Log4j Tools 0.5.0 (RC2)

2023-10-06 Thread Volkan Yazıcı
Adding my +1.

With that, the release passes with 3 binding +1 votes from Piotr, Matt, and
me. I will continue the release process.

On Tue, Oct 3, 2023 at 10:29 AM Volkan Yazıcı  wrote:

> This is a vote to release the Apache Log4j Tools 0.5.0 (RC2).
>
> Website: https://logging.staged.apache.org/log4j/tools
> GitHub: https://github.com/apache/logging-log4j-tools
> Commit: 540cbd7dfa97cf26dc83717f738d26ee9a6b6e22
> Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j-tools
> Nexus:
> https://repository.apache.org/content/repositories/orgapachelogging-1189
> 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 contains various bug fixes and improvements.
>
>  Added
>
> * Added OSGi and JPMS support
> * Started publishing the project website
>
>  Changed
>
> * Made `author` element optional and bumped the XML schema version to
> `0.1.2` (#81)
> * Make `log4j-changelog-maven-plugin` thread-safe (#80)
> * Update `org.apache.logging:logging-parent` to version `10.1.1`  (#82)
> * Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`
>


[ANNOUNCE] Apache Log4j Tools 0.5.0 released

2023-10-06 Thread Volkan Yazıcı
Apache Log4j Tools team is pleased to announce the 0.5.0
release. This project provides tooling internally used by the
Apache Log4j project. For further information (support, download,
etc.) see the project website[1].

[1] https://logging.apache.org/log4j/tools

=== Release Notes

This minor release contains various bug fixes and improvements.

 Added

* Added OSGi and JPMS support
* Started publishing the project website

 Changed

* Made `author` element optional and bumped the XML
  schema version to `0.1.2` (#81)
* Make `log4j-changelog-maven-plugin` thread-safe (#80)
* Update `org.apache.logging:logging-parent` to version `10.1.1`  (#82)


Re: [VOTE] Release Apache Log4j Kotlin API 1.3.0 (RC2)

2023-10-06 Thread Volkan Yazıcı
Adding my +1.

With that, the release passes with 3 binding +1 votes from Piotr,
Matt, and me. I will continue the release process.

On Tue, Oct 3, 2023 at 11:13 AM Volkan Yazıcı  wrote:
>
> This is a vote to release the Apache Log4j Kotlin API 1.3.0 (RC2).
>
> Website: https://logging.staged.apache.org/log4j/kotlin
> GitHub: https://github.com/apache/logging-log4j-kotlin
> Commit: 56197c6809fef293832539481b9fdbea0fc3d323
> Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j-kotlin
> Nexus: 
> https://repository.apache.org/content/repositories/orgapachelogging-1192
> 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 (#29)
> * Added facade APIs for manipulating the context map and stack (#30)
> * Added missing `catching` and `throwing` API methods in
>   `KotlinLogger` (#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 (#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
> * Skipped deploying `log4j-api-kotlin-benchmark` and
>   `log4j-api-kotlin-sample` modules
>
>  Removed
>
> * Stopped exporting KDoc to HTML


[ANNOUNCE] Apache Log4j Kotlin API 1.3.0 released

2023-10-06 Thread Volkan Yazıcı
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 (#29)
* Added facade APIs for manipulating the context map and stack (#30)
* Added missing `catching` and `throwing` API methods in `KotlinLogger`  (#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 (#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
* Skipped deploying `log4j-api-kotlin-benchmark` and
`log4j-api-kotlin-sample` modules

 Removed

* Stopped exporting KDoc to HTML