Details
-
Task
-
Resolution: Fixed
-
Major
-
15.2
-
None
-
Unknown
-
N/A
-
N/A
-
Description
See https://www.eclemma.org/jacoco/trunk/doc/changes.html
New Features
JaCoCo now officially supports Java 19 and 20 (GitHub #1371, #1386).
Experimental support for Java 21 class files (GitHub #1386).
Add parameter to include the current project in the report-aggregate Maven goal (GitHub #1007).
Component accessors generated by the Java compilers for records are filtered out during generation of report. Contributed by Tesla Zhang (GitHub #1393).
Fixed bugs
Agent should not open java.lang package to unnamed module of the application class loader (GitHub #1334).
Non-functional Changes
JaCoCo now depends on ASM 9.5 (GitHub #1299, #1368, #1416).
JaCoCo build now requires JDK 11 (GitHub #1413).