Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

majk-p
Copy link

@majk-p majk-p commented Jul 17, 2025

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

Jira ticket: [PROJ-IDENT]

@majk-p majk-p requested a review from a team as a code owner July 17, 2025 10:49
@PerfectSlayer PerfectSlayer added tag: community Community contribution type: enhancement Enhancements and improvements inst: others All other instrumentations labels Jul 17, 2025
Copy link
Contributor

@daniel-mohedano daniel-mohedano left a 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 {
Copy link
Contributor

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.

Suggested change
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'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
testImplementation group: 'org.typelevel', name: 'weaver-cats_3', version: '0.9.2'
testImplementation group: 'org.typelevel', name: 'weaver-cats_3', version: '0.9.0'

@daniel-mohedano daniel-mohedano added the comp: ci visibility Continuous Integration Visibility label Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: ci visibility Continuous Integration Visibility inst: others All other instrumentations tag: community Community contribution type: enhancement Enhancements and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants