Skip to content

Commit ace8678

Browse files
doc: release notes for 13.0.0
1 parent 042527c commit ace8678

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

src/site/xdoc/releasenotes.xml

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

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 13.0.0">
14+
<div class="releaseDate">04.01.2026</div>
15+
<p>Breaking backward compatibility:</p>
16+
<ul>
17+
<li>
18+
Use jdk21 as minimial required.
19+
Author: Amit Kumar Deohoria, Roman Ivanov
20+
<a href="https://github.com/checkstyle/checkstyle/issues/17430">#17430</a>
21+
</li>
22+
</ul>
23+
<p>Bug fixes:</p>
24+
<ul>
25+
<li>
26+
Remove duplicate violations in WhitespaceAfter and WhitespaceAround in sun_checks.xml.
27+
Author: vivek-0509
28+
<a href="https://github.com/checkstyle/checkstyle/issues/18409">#18409</a>
29+
</li>
30+
</ul>
31+
<p>Notes:</p>
32+
<ul>
33+
<li>
34+
jdk21: activate MissingNullCaseInSwitch for checkstyle project.
35+
Author: Monu Chaudhary
36+
<a href="https://github.com/checkstyle/checkstyle/issues/17428">#17428</a>
37+
</li>
38+
<li>
39+
Resolve Pitest Suppressions - imports.
40+
Author: Daniel Gao
41+
<a href="https://github.com/checkstyle/checkstyle/issues/18034">#18034</a>
42+
</li>
43+
<li>
44+
Conversion to Enhance Switch for AnnotationUseStyle Check Causing Jacoco Coverage Issue.
45+
Author: Roman Ivanov
46+
<a href="https://github.com/checkstyle/checkstyle/issues/17674">#17674</a>
47+
</li>
48+
<li>
49+
Convert eligible classes to records.
50+
Author: smita_1078, Roman Ivanov
51+
<a href="https://github.com/checkstyle/checkstyle/issues/17299">#17299</a>
52+
</li>
53+
<li>
54+
pitest: increase mutation coverage for indentation profile to 100%.
55+
Author: vivek-0509
56+
<a href="https://github.com/checkstyle/checkstyle/issues/6294">#6294</a>
57+
</li>
58+
<li>
59+
Resolve Pitest Suppressions - filters.
60+
Author: aclfe
61+
<a href="https://github.com/checkstyle/checkstyle/issues/18023">#18023</a>
62+
</li>
63+
<li>
64+
Fix xdocs Examples AST Consistency Test (Reduce suppressions list).
65+
Author: Zaheer Ahmad
66+
<a href="https://github.com/checkstyle/checkstyle/issues/18435">#18435</a>
67+
</li>
68+
<li>
69+
EmptyLineSeparator ignores configured tokens: reports violations for unlisted tokens
70+
and skips listed ones.
71+
Author: Aman Baliyan
72+
<a href="https://github.com/checkstyle/checkstyle/issues/17568">#17568</a>
73+
</li>
74+
<li>
75+
Enforce file size on Java inputs.
76+
Author: Monu Chaudhary
77+
<a href="https://github.com/checkstyle/checkstyle/issues/11163">#11163</a>
78+
</li>
79+
<li>
80+
Store SARIF schema locally to avoid external network dependency.
81+
Author: vivek-0509
82+
<a href="https://github.com/checkstyle/checkstyle/issues/18448">#18448</a>
83+
</li>
84+
<li>
85+
Update `JavadocCommentsTokenTypes.java` to new format of AST print.
86+
Author: 0xChaitanya
87+
<a href="https://github.com/checkstyle/checkstyle/issues/17882">#17882</a>
88+
</li>
89+
</ul>
90+
</section>
1391
<section name="Release 12.3.1">
1492
<div class="releaseDate">31.12.2025</div>
1593
<p>Bug fixes:</p>

0 commit comments

Comments
 (0)