Skip to content

Commit e579092

Browse files
authored
Happy birthday Java 24! (#1867)
1 parent 17d31aa commit e579092

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎org.jacoco.doc/docroot/doc/changes.html‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ <h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
2222

2323
<h3>New Features</h3>
2424
<ul>
25-
<li>JaCoCo now officially supports Java 23
26-
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1757">#1757</a>).</li>
25+
<li>JaCoCo now officially supports Java 23 and Java 24
26+
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1757">#1757</a>,
27+
<a href="https://github.com/jacoco/jacoco/issues/1631">#1631</a>,
28+
<a href="https://github.com/jacoco/jacoco/issues/1867">#1867</a>).</li>
29+
<li>Experimental support for Java 25 class files
30+
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1807">#1807</a>).</li>
2731
<li>Calculation of line coverage for Kotlin <code>inline</code> functions
2832
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1670">#1670</a>).</li>
2933
<li>Calculation of line coverage for Kotlin <code>inline</code> functions
@@ -32,10 +36,6 @@ <h3>New Features</h3>
3236
<a href="https://github.com/jacoco/jacoco/issues/1700">#1700</a>).</li>
3337
<li>Calculation of coverage for Kotlin <code>JvmSynthetic</code> functions
3438
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1700">#1700</a>).</li>
35-
<li>Experimental support for Java 24 class files
36-
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1631">#1631</a>).</li>
37-
<li>Experimental support for Java 25 class files
38-
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1807">#1807</a>).</li>
3939
<li>Part of bytecode generated by the Kotlin Compose compiler plugin is
4040
filtered out during generation of report
4141
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1616">#1616</a>).</li>

‎org.jacoco.doc/docroot/doc/environment.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3>JRE/JDK</h3>
6969
The minimum supported JRE version for JaCoCo is Java 5. To guarantee
7070
compatibility JaCoCo release builds should always be executed using JDK 5.
7171
In addition we run builds with 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17
72-
18, 19, 20, 21, 22 and 23 JDKs.
72+
18, 19, 20, 21, 22, 23, 24 and 25 JDKs.
7373
</p>
7474

7575
<h3>Build</h3>

‎org.jacoco.doc/docroot/doc/faq.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ <h3>Does JaCoCo have a plug-in for [Eclipse|Netbeans|Whatever...]?</h3>
4545

4646
<h3>What Java versions are supported by JaCoCo?</h3>
4747
<p>
48-
JaCoCo officially supports Java class files from version 1.0 to 23. Also
49-
experimental support for class files of versions 24 and 25 is provided.
48+
JaCoCo officially supports Java class files from version 1.0 to 24. Also
49+
experimental support for class files of version 25 is provided.
5050
However the minimum JRE version required by the JaCoCo runtime
5151
(e.g. the agent) and the JaCoCo tools is 1.5. Also note that class files under
5252
test from version 1.6 and above have to contain valid stackmap frames.

0 commit comments

Comments
 (0)