Skip to content

Commit f7a5a42

Browse files
committed
doc: releasenotes for 10.3.2
1 parent d171482 commit f7a5a42

File tree

1 file changed

+154
-0
lines changed

1 file changed

+154
-0
lines changed

src/xdocs/releasenotes.xml

+154
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,160 @@
1010

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.3.2">
14+
<div class="releaseDate">31.07.2022</div>
15+
<p>Bug fixes:</p>
16+
<ul>
17+
<li>
18+
MissingJavadocType: Support qualified annotation names.
19+
Author: stoyanK7
20+
<a href="https://github.com/checkstyle/checkstyle/issues/11736">#11736</a>
21+
</li>
22+
<li>
23+
Update google_checks.xml to have the SuppressionCommentFilter and
24+
SuppressWarningsHolder modules in the config by default (and by
25+
extension, SuppressWarningsFilter).
26+
Author: Daniel del Castillo
27+
<a href="https://github.com/checkstyle/checkstyle/issues/11655">#11655</a>
28+
</li>
29+
</ul>
30+
<p>Notes:</p>
31+
<ul>
32+
<li>
33+
Update releasenotes to use GitHub Pages execution.
34+
Author: Rahul Khinchi
35+
<a href="https://github.com/checkstyle/checkstyle/issues/12010">#12010</a>
36+
</li>
37+
<li>
38+
Allow SuppressWarningHolder to suppress the violation with NameCheck.
39+
Author: stoyanK7
40+
<a href="https://github.com/checkstyle/checkstyle/issues/11885">#11885</a>
41+
</li>
42+
<li>
43+
Pitest: Kill all surviving mutations.
44+
Author: Vyom-Yadav, Nick Mancuso
45+
<a href="https://github.com/checkstyle/checkstyle/issues/11720">#11720</a>
46+
</li>
47+
<li>
48+
Pitest: Activate &quot;ALL&quot; mutator group.
49+
Author: Vyom-Yadav
50+
<a href="https://github.com/checkstyle/checkstyle/issues/11719">#11719</a>
51+
</li>
52+
<li>
53+
Use Shellcheck to resolve violations code in Shell Script.
54+
Author: stoyanK7
55+
<a href="https://github.com/checkstyle/checkstyle/issues/11637">#11637</a>
56+
</li>
57+
<li>
58+
pitest: increase mutation coverage for pitest-imports profile to 100% .
59+
Author: Vyom-Yadav
60+
<a href="https://github.com/checkstyle/checkstyle/issues/6658">#6658</a>
61+
</li>
62+
<li>
63+
Update GitHub Action for bump-license-year.sh.
64+
Author: Rahulkhinchi03
65+
<a href="https://github.com/checkstyle/checkstyle/issues/11970">#11970</a>
66+
</li>
67+
<li>
68+
Solve fb-contrib errors.
69+
Author: pbludov, stoyanK7
70+
<a href="https://github.com/checkstyle/checkstyle/issues/11140">#11140</a>
71+
</li>
72+
<li>
73+
Remove pitest mutation checking HTML model.
74+
Author: Vyom-Yadav
75+
<a href="https://github.com/checkstyle/checkstyle/issues/11904">#11904</a>
76+
</li>
77+
<li>
78+
automate execution by Github action bump-license-year.sh on first day
79+
of month.
80+
Author: Rahul Khinchi
81+
<a href="https://github.com/checkstyle/checkstyle/issues/11744">#11744</a>
82+
</li>
83+
<li>
84+
update code base to have javadoc tag to explain noinspection tag
85+
content.
86+
Author: Nick Mancuso
87+
<a href="https://github.com/checkstyle/checkstyle/issues/11277">#11277</a>
88+
</li>
89+
<li>
90+
doc: put example of enableExternalDtdLoad to xdoc.
91+
Author: Roman Ivanov
92+
</li>
93+
<li>
94+
update doc for SuppressWarningsHolder.
95+
Author: Kevin222004
96+
<a href="https://github.com/checkstyle/checkstyle/issues/7576">#7576</a>
97+
</li>
98+
<li>
99+
releasenotes script generated empty commit.
100+
Author: Rahulkhinchi03
101+
<a href="https://github.com/checkstyle/checkstyle/issues/11782">#11782</a>
102+
</li>
103+
<li>
104+
Include CDG Accelerator Plugin to boost pitest performance.
105+
Author: Vyom-Yadav
106+
<a href="https://github.com/checkstyle/checkstyle/issues/11727">#11727</a>
107+
</li>
108+
<li>
109+
Enforce file size on Java inputs.
110+
Author: stoyanK7
111+
<a href="https://github.com/checkstyle/checkstyle/issues/11163">#11163</a>
112+
</li>
113+
<li>
114+
Expand XPath IT Regression Testing.
115+
Author: stoyanK7
116+
<a href="https://github.com/checkstyle/checkstyle/issues/6207">#6207</a>
117+
</li>
118+
<li>
119+
There are semantic problems in the Chinese error message of keyword
120+
'design.forExtension' ..
121+
Author: ssquan
122+
<a href="https://github.com/checkstyle/checkstyle/issues/11649">#11649</a>
123+
</li>
124+
<li>
125+
prepare-settings.sh fails to create settings.xml.
126+
Author: Rahulkhinchi03
127+
<a href="https://github.com/checkstyle/checkstyle/issues/11783">#11783</a>
128+
</li>
129+
<li>
130+
Use groovy version provided by `apt` in pitest.yml.
131+
Author: Vyom-Yadav
132+
<a href="https://github.com/checkstyle/checkstyle/issues/11823">#11823</a>
133+
</li>
134+
<li>
135+
tweet-releasenotes.sh does not check env variables.
136+
Author: Roman Ivanov
137+
<a href="https://github.com/checkstyle/checkstyle/issues/11784">#11784</a>
138+
</li>
139+
<li>
140+
download of m2 cache from sourceforge.io is slow.
141+
Author: Roman Ivanov
142+
<a href="https://github.com/checkstyle/checkstyle/issues/11817">#11817</a>
143+
</li>
144+
<li>
145+
infra: turns off create dependency reduced pom for shade plugin.
146+
Author: rnveach
147+
<a href="https://github.com/checkstyle/checkstyle/issues/11806">#11806</a>
148+
</li>
149+
<li>
150+
Update Tests to use new &#39;verifyXxxxxx&#39; method or
151+
&#39;execute&#39; that use inlined config in Input files.
152+
Author: stoyanK7
153+
<a href="https://github.com/checkstyle/checkstyle/issues/11446">#11446</a>
154+
</li>
155+
<li>
156+
Specify violation messages in input files..
157+
Author: stoyanK7
158+
<a href="https://github.com/checkstyle/checkstyle/issues/11214">#11214</a>
159+
</li>
160+
<li>
161+
pitest: increase mutation coverage for javadoc profile to 100%.
162+
Author: Vyom-Yadav
163+
<a href="https://github.com/checkstyle/checkstyle/issues/6295">#6295</a>
164+
</li>
165+
</ul>
166+
</section>
13167
<section name="Release 10.3.1">
14168
<div class="releaseDate">27.06.2022</div>
15169
<p>Bug fixes:</p>

0 commit comments

Comments
 (0)