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

Add trace4cats artifact and scalafix migrations #2684

Merged
merged 2 commits into from
Jul 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions modules/core/src/main/resources/artifact-migrations.v2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -423,5 +423,40 @@ changes = [
groupIdBefore = io.catbird
groupIdAfter = org.typelevel
artifactIdAfter = catbird-util
},
{
groupIdAfter = io.janstenpickle
artifactIdBefore = trace4cats-core
artifactIdAfter = trace4cats-kernel
},
{
groupIdAfter = io.janstenpickle
artifactIdBefore = trace4cats-model
artifactIdAfter = trace4cats-kernel
},
{
groupIdAfter = io.janstenpickle
artifactIdBefore = trace4cats-inject
artifactIdAfter = trace4cats-core
},
{
groupIdAfter = io.janstenpickle
artifactIdBefore = trace4cats-exporter-common
artifactIdAfter = trace4cats-core
},
{
groupIdAfter = io.janstenpickle
artifactIdBefore = trace4cats-base
artifactIdAfter = trace4cats-context-utils
},
{
groupIdAfter = io.janstenpickle
artifactIdBefore = trace4cats-base-laws
artifactIdAfter = trace4cats-context-utils-laws
},
{
groupIdAfter = io.janstenpickle
artifactIdBefore = trace4cats-log-exporter
artifactIdAfter = trace4cats-core
}
]
7 changes: 7 additions & 0 deletions modules/core/src/main/resources/scalafix-migrations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,12 @@ migrations = [
artifactIds: ["catbird-effect", "catbird-effect3", "catbird-finagle", "catbird-util"],
newVersion: "22.4.0",
rewriteRules: ["dependency:RenameIoCatbirdPackage@org.typelevel:catbird-scalafix:22.4.0"]
},
{
groupId: "io.janstenpickle",
artifactIds: ["trace4cats-.*"],
newVersion: "0.14.0",
rewriteRules: ["github:trace4cats/trace4cats-scalafix/v0_14?sha=v0.14.0"],
doc: "https://github.com/trace4cats/trace4cats-docs/blob/master/docs/migrating.md"
}
]