Skip to content

Commit 41a2e99

Browse files
authored
Update muzzle to record that the Ignite 2.0 instrumentation is not compatible with Ignite 3.0 (#8340)
1 parent b74cc24 commit 41a2e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/ignite-2.0/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ muzzle {
77
pass {
88
group = 'org.apache.ignite'
99
module = 'ignite-core'
10-
versions = "[2.0.0,)"
10+
versions = "[2.0.0,3)"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)