Skip to content

Commit b2ff396

Browse files
doc: release notes for 12.1.1
1 parent 8c87a5c commit b2ff396

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

src/site/xdoc/releasenotes.xml

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

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 12.1.1">
14+
<div class="releaseDate">26.10.2025</div>
15+
<p>Bug fixes:</p>
16+
<ul>
17+
<li>
18+
Incorrect encoding in non-English properties files causing garbled characters in
19+
localized messages.
20+
Author: Vinisha Wagh
21+
<a href="https://github.com/checkstyle/checkstyle/issues/17975">#17975</a>
22+
</li>
23+
<li>
24+
Google style config and formatter differ on blank line separation.
25+
Author: daksh
26+
<a href="https://github.com/checkstyle/checkstyle/issues/17681">#17681</a>
27+
</li>
28+
<li>
29+
some messages are still hardcoded in english.
30+
Author: Vinisha Wagh
31+
<a href="https://github.com/checkstyle/checkstyle/issues/3110">#3110</a>
32+
</li>
33+
</ul>
34+
<p>Notes:</p>
35+
<ul>
36+
<li>
37+
Update `JavadocCommentsTokenTypes.java` to new format of AST print.
38+
Author: Andrei Mititelu, Stoyan, Aryant, daksh
39+
<a href="https://github.com/checkstyle/checkstyle/issues/17882">#17882</a>
40+
</li>
41+
<li>
42+
Add `rewrite` support for `errorprone.refasterrules`.
43+
Author: Vincent Potucek
44+
<a href="https://github.com/checkstyle/checkstyle/issues/17487">#17487</a>
45+
</li>
46+
<li>
47+
avoid horizontal scrolling in atclauseorder.html.
48+
Author: ANISETTY AKASH
49+
<a href="https://github.com/checkstyle/checkstyle/issues/17939">#17939</a>
50+
</li>
51+
<li>
52+
Wrong tagOrder in AtClauseOrder documentation..
53+
Author: Hariom
54+
<a href="https://github.com/checkstyle/checkstyle/issues/10086">#10086</a>
55+
</li>
56+
<li>
57+
Resolve error-prone violations.
58+
Author: atharv
59+
<a href="https://github.com/checkstyle/checkstyle/issues/17845">#17845</a>
60+
</li>
61+
<li>
62+
Enforce file size on Java inputs.
63+
Author: ivanmalutin
64+
<a href="https://github.com/checkstyle/checkstyle/issues/11163">#11163</a>
65+
</li>
66+
<li>
67+
Cover pitest survivals with tests.
68+
Author: gianmarco
69+
<a href="https://github.com/checkstyle/checkstyle/issues/14019">#14019</a>
70+
</li>
71+
<li>
72+
Define violation messages for all violations.
73+
Author: ivanmalutin
74+
<a href="https://github.com/checkstyle/checkstyle/issues/15456">#15456</a>
75+
</li>
76+
<li>
77+
SLF4J configuration warnings when running tests.
78+
Author: Allon Mureinik
79+
<a href="https://github.com/checkstyle/checkstyle/issues/17956">#17956</a>
80+
</li>
81+
<li>
82+
JVM warnings when running tests.
83+
Author: Allon Mureinik
84+
<a href="https://github.com/checkstyle/checkstyle/issues/17954">#17954</a>
85+
</li>
86+
</ul>
87+
</section>
1388
<section name="Release 12.1.0">
1489
<div class="releaseDate">19.10.2025</div>
1590
<p>New:</p>

0 commit comments

Comments
 (0)