1.3.0
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
catchingandthrowingAPI methods inKotlinLogger(#32) - Added JPMS support and used
org.apache.logging.log4j.api.kotlinfor the module name
Changed
- Updated Log4j dependency to
2.20.0 - Bumped
logging-parentversion to10.1.1and overhauled the entire project infrastructure to take advantage of its goodies (#37) - Renamed OSGi
Bundle-SymbolicNamefromorg.apache.logging.log4j.kotlintoorg.apache.logging.log4j.api.kotlin - Migrated tests to JUnit 5
- Bumped Kotlin and Kotlin Extensions baseline to
1.6.21and1.6.4respectively - Skipped deploying
log4j-api-kotlin-benchmarkandlog4j-api-kotlin-samplemodules
Removed
- Stopped exporting KDoc to HTML