Skip to content

1.3.0

Compare
Choose a tag to compare
@vy vy released this 06 Oct 12:34
· 116 commits to main since this release
rel/1.3.0
56197c6

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