Skip to content

Commit 9160446

Browse files
doc: release notes for 11.0.1
1 parent 88f7085 commit 9160446

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

src/site/xdoc/releasenotes.xml

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

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 11.0.1">
14+
<div class="releaseDate">31.08.2025</div>
15+
<p>Bug fixes:</p>
16+
<ul>
17+
<li>
18+
some messages are still hardcoded in english.
19+
Author: Praveen Kumar
20+
<a href="https://github.com/checkstyle/checkstyle/issues/3110">#3110</a>
21+
</li>
22+
<li>
23+
Google style: No proper way to check if the reason for swallowing the exception is
24+
actually appropriate.
25+
Author: Mohit Attry
26+
<a href="https://github.com/checkstyle/checkstyle/issues/17563">#17563</a>
27+
</li>
28+
<li>
29+
Missing violations on Unicode and Octal values of `\s`.
30+
Author: Mohit Attry
31+
<a href="https://github.com/checkstyle/checkstyle/issues/17551">#17551</a>
32+
</li>
33+
<li>
34+
Google style: Word TODO of Todo comment must be in all caps.
35+
Author: Mohit Attry
36+
<a href="https://github.com/checkstyle/checkstyle/issues/17501">#17501</a>
37+
</li>
38+
</ul>
39+
<p>Notes:</p>
40+
<ul>
41+
<li>
42+
fix cirrus-ci failure to install jdk21.
43+
Author: Brijeshthummar02
44+
<a href="https://github.com/checkstyle/checkstyle/issues/17701">#17701</a>
45+
</li>
46+
<li>
47+
Preparation for Migration of Checkstyle Codebase to Java 21.
48+
Author: Amit Kumar Deohoria
49+
<a href="https://github.com/checkstyle/checkstyle/issues/17429">#17429</a>
50+
</li>
51+
<li>
52+
Enable assorted Error Prone Support checks.
53+
Author: mohamedsamehsalah
54+
<a href="https://github.com/checkstyle/checkstyle/issues/17686">#17686</a>
55+
</li>
56+
<li>
57+
Conversion to Enhance Switch for SuppressionWarningCheck Causing Deeply Nesting Issues.
58+
Author: Amit Kumar Deohoria
59+
<a href="https://github.com/checkstyle/checkstyle/issues/17673">#17673</a>
60+
</li>
61+
<li>
62+
Convert eligible classes to records.
63+
Author: Amit Kumar Deohoria
64+
<a href="https://github.com/checkstyle/checkstyle/issues/17299">#17299</a>
65+
</li>
66+
<li>
67+
dependecies: update caciocavallo to latest.
68+
Author: Amit Kumar Deohoria
69+
<a href="https://github.com/checkstyle/checkstyle/issues/17330">#17330</a>
70+
</li>
71+
<li>
72+
Convert switch statements to enhanced switch expressions.
73+
Author: Amit Kumar Deohoria
74+
<a href="https://github.com/checkstyle/checkstyle/issues/17300">#17300</a>
75+
</li>
76+
<li>
77+
Add anchored links for each property.
78+
Author: SteLeo1602
79+
<a href="https://github.com/checkstyle/checkstyle/issues/17610">#17610</a>
80+
</li>
81+
<li>
82+
site log has a lot of warnings &#39;Anchor name &quot;Description&quot; used more than
83+
once&#39;.
84+
Author: SteLeo1602
85+
<a href="https://github.com/checkstyle/checkstyle/issues/17531">#17531</a>
86+
</li>
87+
<li>
88+
Resolve CheckerFramework violations.
89+
Author: atharv
90+
<a href="https://github.com/checkstyle/checkstyle/issues/14084">#14084</a>
91+
</li>
92+
<li>
93+
Add filters table validation in xdoc folder.
94+
Author: SteLeo1602
95+
<a href="https://github.com/checkstyle/checkstyle/issues/17176">#17176</a>
96+
</li>
97+
<li>
98+
Wiki page on how to make test methods from issue description.
99+
Author: SteLeo1602
100+
<a href="https://github.com/checkstyle/checkstyle/issues/17404">#17404</a>
101+
</li>
102+
<li>
103+
improve position of tag `yamllint`.
104+
Author: Vincent Potucek
105+
<a href="https://github.com/checkstyle/checkstyle/issues/17592">#17592</a>
106+
</li>
107+
<li>
108+
Use TypeName check to validate Examples classes .
109+
Author: SteLeo1602
110+
<a href="https://github.com/checkstyle/checkstyle/issues/13290">#13290</a>
111+
</li>
112+
<li>
113+
AnnotationLocation does not enforce annotation placement after Javadoc as documented.
114+
Author: 铁诗杨
115+
<a href="https://github.com/checkstyle/checkstyle/issues/17571">#17571</a>
116+
</li>
117+
<li>
118+
IT regression area Folder structure for suppressionxpathfilter.
119+
Author: SteLeo1602
120+
<a href="https://github.com/checkstyle/checkstyle/issues/14769">#14769</a>
121+
</li>
122+
</ul>
123+
</section>
13124
<section name="Release 11.0.0">
14125
<div class="releaseDate">07.08.2025</div>
15126
<p>Breaking backward compatibility:</p>

0 commit comments

Comments
 (0)