Skip the latest broken org.apache.kafka:connect-runtime versions in the kafka-connect-0.11 muzzle test#11668
Conversation
…he 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.
This comment has been minimized.
This comment has been minimized.
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
|
/merge -f --reason "Muzzle tests not executed during MQ" |
|
View all feedbacks in Devflow UI.
The expected merge time in
Warning This change was merged without running any pre merge CI checks Reason: Muzzle tests not executed during MQ |
4cf4023
into
master
…he 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>
What Does This Do
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.
Motivation
Green CI. These newly-released patches have broken POMs depending on the non-existent org.eclipse.jetty:*:9.4.60, so muzzle's AssertPass fails to resolve dependencies (it tests the highest patch of each major.minor line).
Additional Notes
Again the same broken-POM issue, see #11377. The 8.x lines are unaffected (they moved to jetty 12.0.34). Tracked upstream in confluentinc/kafka-connect-storage-common#468.