Skip to content

Commit 81f2fae

Browse files
doc: release notes for 10.25.0
1 parent c44cd64 commit 81f2fae

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

src/site/xdoc/releasenotes.xml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,74 @@
1010

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.25.0">
14+
<div class="releaseDate">31.05.2025</div>
15+
<p>New:</p>
16+
<ul>
17+
<li>
18+
Add Check Support for Java 21 Record Pattern : New Check
19+
UnnecessaryNullCheckWithInstanceof.
20+
Author: Anmol
21+
<a href="https://github.com/checkstyle/checkstyle/issues/14945">#14945</a>
22+
</li>
23+
</ul>
24+
<p>Bug fixes:</p>
25+
<ul>
26+
<li>
27+
False positives for google_checks when using switch expression in lambda.
28+
Author: Aziz-755
29+
<a href="https://github.com/checkstyle/checkstyle/issues/17120">#17120</a>
30+
</li>
31+
</ul>
32+
<p>Notes:</p>
33+
<ul>
34+
<li>
35+
infra: allow cirrus to run on PR from its own repository.
36+
Author: Roman Ivanov
37+
<a href="https://github.com/checkstyle/checkstyle/issues/17146">#17146</a>
38+
</li>
39+
<li>
40+
CI Failure in Check no broken links.
41+
Author: Brijeshthummar02
42+
<a href="https://github.com/checkstyle/checkstyle/issues/17142">#17142</a>
43+
</li>
44+
<li>
45+
cirrus CI is faililng with java.exe is not recognized.
46+
Author: Brijeshthummar02
47+
<a href="https://github.com/checkstyle/checkstyle/issues/17139">#17139</a>
48+
</li>
49+
<li>
50+
Add hazelcast project to no-error CI job.
51+
Author: Amit Kumar Deohoria
52+
<a href="https://github.com/checkstyle/checkstyle/issues/17127">#17127</a>
53+
</li>
54+
<li>
55+
Add JUnit Validation to Ensure New Checks Are Listed in `index.xml` Categories.
56+
Author: Sersawy
57+
<a href="https://github.com/checkstyle/checkstyle/issues/17125">#17125</a>
58+
</li>
59+
<li>
60+
Missing MultiFileRegexpHeader into Header index.html.
61+
Author: Sersawy
62+
<a href="https://github.com/checkstyle/checkstyle/issues/17123">#17123</a>
63+
</li>
64+
<li>
65+
Fix code blocks formatting in cmdline.html#Download_and_Run.
66+
Author: Brijeshthummar02
67+
<a href="https://github.com/checkstyle/checkstyle/issues/17113">#17113</a>
68+
</li>
69+
<li>
70+
update JavadocTokenTypes.java to new format of AST print.
71+
Author: yukti-nandwana
72+
<a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a>
73+
</li>
74+
<li>
75+
Fix existing cases of `getFileContents()` usage.
76+
Author: Rohanraj123
77+
<a href="https://github.com/checkstyle/checkstyle/issues/11166">#11166</a>
78+
</li>
79+
</ul>
80+
</section>
1381
<section name="Release 10.24.0">
1482
<div class="releaseDate">21.05.2025</div>
1583
<p>New:</p>

0 commit comments

Comments
 (0)