-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Type: enhancementNew feature or requestNew feature or request
Milestone
Description
Scenario
we use microutils:kotlin-logging-jvm:3.0.5 for simple logging via Klogging(). This lib is unsupported since 2023/02. The author moved the project to https://github.com/oshai/kotlin-logging and is currently on v7.0.4. The new api and configuration changed and is completely breaking.
Impact
We will change the dependency in this parent pom. All libs using this pom will get a breaking PR via dependabot. The quick fix is to add
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>3.0.5</version>
</dependency>
to the failing PR branches. Then it is up to each project to switch to the new logging API (or ignore the change until it is no longer supported).
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request