Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
I noticed a PR that failed for Jenkins but not for the GitHub Actions build.
Tracing it down, it looks like Jenkins was using Scala 2.12 and GitHub actions is using 2.13.
We still should support 2.12, so we should fix the GitHub actions now that Jenkins is removed. Until we fix, folks can merge in code that breaks 2.12 builds.
See Jenkins for failure:https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-17093/5/cloudbees-pipeline-explorer/?filter=37
see for success in GH Actions: https://github.com/apache/kafka/actions/runs/11039342155/job/30672276597?pr=17093
Attachments
Issue Links
- is related to
-
KAFKA-12895 KIP-751: Drop support for Scala 2.12 in Kafka 4.0 (deprecate in 3.0)
- Resolved