Skip to content

Commit a5f984d

Browse files
Skip the latest broken org.apache.kafka:connect-runtime versions in the kafka-connect-0.11 muzzle range: 7.5.15, 7.6.12, 7.7.10, 7.8.9, 7.9.8 (both -ce and -ccs). Same as we did in #11377. (#11668) (#11727)
Skip the latest broken org.apache.kafka:connect-runtime versions in the kafka-connect-0.11 muzzle range: 7.5.15, 7.6.12, 7.7.10, 7.8.9, 7.9.8 (both -ce and -ccs). Same as we did in #11377. (cherry picked from commit 4cf4023) Co-authored-by: Alexey Kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent 629a8bb commit a5f984d

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

  • dd-java-agent/instrumentation/kafka/kafka-connect-0.11

dd-java-agent/instrumentation/kafka/kafka-connect-0.11/build.gradle

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ muzzle {
44
module = "connect-runtime"
55
versions = "[0.11.0.0,)"
66
javaVersion = "17"
7-
// broken POMs: depend on non-existent org.eclipse.jetty:jetty-server:9.4.59
7+
// broken POMs: depend on non-existent org.eclipse.jetty:*:9.4.NN (7.x lines only; 8.x uses jetty 12)
88
// can be fixed after https://github.com/confluentinc/kafka-connect-storage-common/issues/468 is resolved
99
skipVersions += [
1010
'7.4.14-ce',
@@ -15,22 +15,32 @@ muzzle {
1515
'7.5.13-ccs',
1616
'7.5.14-ce',
1717
'7.5.14-ccs',
18+
'7.5.15-ce',
19+
'7.5.15-ccs',
1820
'7.6.10-ce',
1921
'7.6.10-ccs',
2022
'7.6.11-ce',
2123
'7.6.11-ccs',
24+
'7.6.12-ce',
25+
'7.6.12-ccs',
2226
'7.7.8-ce',
2327
'7.7.8-ccs',
2428
'7.7.9-ce',
2529
'7.7.9-ccs',
30+
'7.7.10-ce',
31+
'7.7.10-ccs',
2632
'7.8.7-ce',
2733
'7.8.7-ccs',
2834
'7.8.8-ce',
2935
'7.8.8-ccs',
36+
'7.8.9-ce',
37+
'7.8.9-ccs',
3038
'7.9.6-ce',
3139
'7.9.6-ccs',
3240
'7.9.7-ce',
33-
'7.9.7-ccs'
41+
'7.9.7-ccs',
42+
'7.9.8-ce',
43+
'7.9.8-ccs'
3444
]
3545
excludeDependency "io.confluent.cloud:*"
3646
excludeDependency "io.confluent.observability:*"

0 commit comments

Comments
 (0)