[ANNOUNCE] Apache Log4j Kotlin API 1.4.0 released
"Piotr P. Karwasz" <[email protected]> Thu, 28 Dec 2023 08:00:00 +0100
| Newsgroups | gmane.comp.apache.logging.log4net.devel,gmane.comp.jakarta.log4j.user,gmane.comp.apache.maven.announce |
|---|---|
| Message-ID | <CAFmygFZA0TBvQ9A2uYquwZxCuDx==j+dP1CpAmnJ25oJrC9VFQ@mail.gmail.com> |
The Apache Log4j Kotlin API team is pleased to announce the 1.4.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 fixes incorrect coroutine context map and stack. ==== Added * Started generating CycloneDX SBOM with the recent update of `logging-parent` to version `10.2.0` ==== Changed * Coroutine context is not cleared properly, only appended to (#54) * Update `org.apache.logging:logging-parent` to version `10.2.0` * Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (#52) * Update `org.apache.logging:logging-parent` to version `10.4.0` (#53) * Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` (#51) * Update `org.codehaus.mojo:exec-maven-plugin` to version `3.1.1` (#50) * Update `org.junit:junit-bom` to version `5.10.1` (#49) Apache Log4j Kotlin API team