Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Later
-
None
-
None
-
Quality Assurance
-
Low Hanging Fruit
-
All
-
None
Description
Currently, 5.0 and trunk use JDK21 but Jacoco 0.8.8.
Jacoco 0.8.8 does not support JDK21: https://github.com/apache/cassandra/blob/15ed18e9d49f48e88f40b90c156248b8b697c7e2/build.xml#L146
Need to update to Jacoco 0.8.11+: https://github.com/jacoco/jacoco/releases/tag/v0.8.11
Might as well go to 0.8.12 (latest as of writing).