Skip to content

Commit

Permalink
Skip drop wizard 3.0.0/4.0.0 muzzle test (#380)
Browse files Browse the repository at this point in the history
* Muzzle test

* Revert

* Omit dropwizard client 3.0,4.0

* revert

* Skip dropwizard 4.0.0 in muzzle test

* Prevent future versions from failing test

* make same test change in jaxrs-client-2.0

* Undo skipVersions

* Skip dropwizard 3.0.0 onward.
  • Loading branch information
tyroneyu authored Apr 13, 2023
1 parent 56a3ee2 commit 084f250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions instrumentation/apache-httpclient-4.0/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ muzzle {
// We want to support the dropwizard clients too.
group = "io.dropwizard"
module = "dropwizard-client"
versions = "(,)"
assertInverse = true
versions = "(,3.0.0)"
assertInverse = false
}
}

Expand Down
5 changes: 2 additions & 3 deletions instrumentation/jaxrs-client-2.0/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ muzzle {
// We want to support the dropwizard clients too.
group = "io.dropwizard"
module = "dropwizard-client"
versions = "[0.8.0,)"
// TODO this is set in OTEL
// assertInverse = true
versions = "[0.8.0,3.0.0)"
assertInverse = false
}
}

Expand Down

0 comments on commit 084f250

Please sign in to comment.