Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition to new group id for kotlin-logging #769

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

fwendland
Copy link
Collaborator

The group id has changed from io.github.microutils to io.github.oshai. At the same time the root package changed from mu to io.github.oshai.kotlinlogging

This PR updates the group id of the Maven package and updates the imports to the new root package.

The group id has changed from `io.github.microutils` to `io.github.oshai`. At the same
time the root package changed from `mu` to `io.github.oshai.kotlinlogging`.
@fwendland fwendland added maintenance dependencies Pull requests that update a dependency file labels Sep 27, 2023
@fwendland fwendland self-assigned this Sep 27, 2023
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #769 (40cffad) into main (4fc0bec) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #769   +/-   ##
=========================================
  Coverage     82.18%   82.18%           
  Complexity      179      179           
=========================================
  Files            49       49           
  Lines          1443     1443           
  Branches        189      189           
=========================================
  Hits           1186     1186           
  Misses          165      165           
  Partials         92       92           
Flag Coverage Δ
unittests 82.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...ofer/aisec/codyze/backends/cpg/CPGConfiguration.kt 100.00% <ø> (ø)
...yze/backends/cpg/coko/evaluators/OrderEvaluator.kt 94.11% <ø> (ø)
...kends/cpg/coko/ordering/CodyzeDfaOrderEvaluator.kt 79.03% <ø> (ø)
...main/kotlin/de/fraunhofer/aisec/codyze/cli/Main.kt 0.00% <ø> (ø)
...de/fraunhofer/aisec/codyze/core/VersionProvider.kt 63.63% <ø> (ø)
...aunhofer/aisec/codyze/core/config/Configuration.kt 83.33% <ø> (ø)
...ecificationLanguages/coko/dsl/CokoConfiguration.kt 100.00% <ø> (ø)
...dyze/specificationLanguages/coko/dsl/CokoScript.kt 87.50% <ø> (ø)
...ificationLanguages/coko/dsl/cli/CokoOptionGroup.kt 96.87% <ø> (ø)
...ecificationLanguages/coko/dsl/host/CokoExecutor.kt 83.07% <ø> (ø)
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CodingDepot
Copy link
Collaborator

Seems to work fine. However, while testing I found two other issues with logging in Codyze. I opened #771 to address them.

@fwendland fwendland merged commit 3cc3f96 into main Oct 4, 2023
6 checks passed
@fwendland fwendland deleted the fw/dep-transition-kotlin-logging branch October 4, 2023 16:07
fwendland added a commit that referenced this pull request Apr 15, 2024
The group id has changed from `io.github.microutils` to `io.github.oshai`. At the same time the root package changed from `mu` to `io.github.oshai.kotlinlogging`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants