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