Skip to content

support oshai/kotlin-logging #149

@jangalinski

Description

@jangalinski

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions