-
Notifications
You must be signed in to change notification settings - Fork 312
Switch to typelevel weaver #9195
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this PR @majk-p! From what I've gathered by locally testing, I think some additional changes will be necessary in order to support TypeLevel releases too, as currently the instrumentation will break with them. Will get back to you as soon as I take a look 👍
@@ -3,23 +3,23 @@ apply plugin: 'scala' | |||
|
|||
muzzle { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to also perform muzzle checks in the previous org, to ensure that changes to the instrumentation don't break on those versions too.
muzzle { | |
muzzle { | |
pass { | |
group = 'com.disneystreaming' | |
module = 'weaver-cats_3' | |
versions = '[0.8.4,)' | |
} |
|
||
testImplementation testFixtures(project(':dd-java-agent:agent-ci-visibility')) | ||
|
||
testImplementation group: 'org.scala-lang', name: 'scala-library', version: '2.12.20' | ||
testImplementation group: 'com.disneystreaming', name: 'weaver-cats_3', version: '0.8.4' | ||
testImplementation group: 'org.typelevel', name: 'weaver-cats_3', version: '0.9.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testImplementation group: 'org.typelevel', name: 'weaver-cats_3', version: '0.9.2' | |
testImplementation group: 'org.typelevel', name: 'weaver-cats_3', version: '0.9.0' |
What Does This Do
Updates weaver-test and changes the organization following the recent migration
Motivation
Weaver has been migrated (typelevel/governance#114) from disneystreaming (https://github.com/disneystreaming/weaver-test) to typelevel (https://github.com/typelevel/weaver-test) organization. It has also got version updates in the meantime.
Additional Notes
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: [PROJ-IDENT]