Skip to content

Commit ed97c94

Browse files
doc: release notes for 10.23.0
1 parent 9e773ff commit ed97c94

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

src/site/xdoc/releasenotes.xml

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

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.23.0">
14+
<div class="releaseDate">02.04.2025</div>
15+
<p>New:</p>
16+
<ul>
17+
<li>
18+
JavadocMethod: new property &#39;allowInlineReturn&#39; to support for Javadoc return
19+
tag as inline.
20+
Author: Konstantinos Koutsilis
21+
<a href="https://github.com/checkstyle/checkstyle/issues/9745">#9745</a>
22+
</li>
23+
</ul>
24+
<p>Bug fixes:</p>
25+
<ul>
26+
<li>
27+
False negative in UnusedImportCheck.
28+
Author: Ziad Ahmed
29+
<a href="https://github.com/checkstyle/checkstyle/issues/14697">#14697</a>
30+
</li>
31+
</ul>
32+
<p>Notes:</p>
33+
<ul>
34+
<li>
35+
SuppressionSingleFilterExamplesTest methods should use:
36+
`verifyFilterWithInlineConfigParser`.
37+
Author: Prarthana-Ramesh
38+
<a href="https://github.com/checkstyle/checkstyle/issues/16332">#16332</a>
39+
</li>
40+
<li>
41+
XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger.
42+
Author: Priyambada Roul
43+
<a href="https://github.com/checkstyle/checkstyle/issues/16360">#16360</a>
44+
</li>
45+
<li>
46+
update JavadocTokenTypes.java to new format of AST print.
47+
Author: Simran, Brijeshthummar02, ZaeemSheikh
48+
<a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a>
49+
</li>
50+
<li>
51+
use new nio jdk api instead of all api.
52+
Author: Priyambada Roul
53+
<a href="https://github.com/checkstyle/checkstyle/issues/16155">#16155</a>
54+
</li>
55+
<li>
56+
CircleCI is failing on xwiki validation..
57+
Author: MD. Zaid
58+
<a href="https://github.com/checkstyle/checkstyle/issues/16671">#16671</a>
59+
</li>
60+
</ul>
61+
</section>
1362
<section name="Release 10.22.0">
1463
<div class="releaseDate">30.03.2025</div>
1564
<p>Breaking backward compatibility:</p>

0 commit comments

Comments
 (0)