Skip to content

Commit 084f250

Browse files
authored
Skip drop wizard 3.0.0/4.0.0 muzzle test (#380)
* 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.
1 parent 56a3ee2 commit 084f250

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

instrumentation/apache-httpclient-4.0/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ muzzle {
2323
// We want to support the dropwizard clients too.
2424
group = "io.dropwizard"
2525
module = "dropwizard-client"
26-
versions = "(,)"
27-
assertInverse = true
26+
versions = "(,3.0.0)"
27+
assertInverse = false
2828
}
2929
}
3030

instrumentation/jaxrs-client-2.0/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ muzzle {
1515
// We want to support the dropwizard clients too.
1616
group = "io.dropwizard"
1717
module = "dropwizard-client"
18-
versions = "[0.8.0,)"
19-
// TODO this is set in OTEL
20-
// assertInverse = true
18+
versions = "[0.8.0,3.0.0)"
19+
assertInverse = false
2120
}
2221
}
2322

0 commit comments

Comments
 (0)