Skip to content

Commit b938d58

Browse files
committed
Update muzzle to record that the Ignite 2.0 instrumentation is not compatible with Ignite 3.0
1 parent b74cc24 commit b938d58

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)