Skip to content

Commit d954a23

Browse files
committed
doc: releasenotes 10.3.3
1 parent 8f4aba8 commit d954a23

File tree

1 file changed

+132
-0
lines changed

1 file changed

+132
-0
lines changed

src/xdocs/releasenotes.xml

+132
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,138 @@
1010

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.3.3">
14+
<div class="releaseDate">28.08.2022</div>
15+
<p>Bug fixes:</p>
16+
<ul>
17+
<li>
18+
Translate messages to Russian.
19+
Author: zuev kirill
20+
<a href="https://github.com/checkstyle/checkstyle/issues/12039">#12039</a>
21+
</li>
22+
<li>
23+
RequireThisCheck not able to handle try-with-resources.
24+
Author: stoyanK7
25+
<a href="https://github.com/checkstyle/checkstyle/issues/11821">#11821</a>
26+
</li>
27+
<li>
28+
Sarif support is not extended onto the Ant task defined.
29+
Author: jknair0
30+
<a href="https://github.com/checkstyle/checkstyle/issues/11985">#11985</a>
31+
</li>
32+
<li>
33+
InvalidJavadocPosition: false positive for the generic constructor
34+
without access modifier.
35+
Author: stoyanK7
36+
<a href="https://github.com/checkstyle/checkstyle/issues/11605">#11605</a>
37+
</li>
38+
</ul>
39+
<p>Notes:</p>
40+
<ul>
41+
<li>
42+
Github action &quot;Publish release notes outside&quot;.
43+
Author: github-actions[bot]
44+
<a href="https://github.com/checkstyle/checkstyle/issues/12082">#12082</a>
45+
</li>
46+
<li>
47+
Github action to update sources with release notes.
48+
Author: github-actions[bot]
49+
<a href="https://github.com/checkstyle/checkstyle/issues/12077">#12077</a>
50+
</li>
51+
<li>
52+
Github action &quot;Update Github&quot;.
53+
Author: github-actions[bot]
54+
<a href="https://github.com/checkstyle/checkstyle/issues/12080">#12080</a>
55+
</li>
56+
<li>
57+
Github action &quot;Release prepare&quot;.
58+
Author: github-actions[bot]
59+
<a href="https://github.com/checkstyle/checkstyle/issues/12078">#12078</a>
60+
</li>
61+
<li>
62+
Use Error Prone tool to detect issues with code during compile time.
63+
Author: Vyom-Yadav
64+
<a href="https://github.com/checkstyle/checkstyle/issues/2160">#2160</a>
65+
</li>
66+
<li>
67+
Reuse Plain text release notes from releasenotes-builder in Github
68+
release page.
69+
Author: github-actions[bot]
70+
<a href="https://github.com/checkstyle/checkstyle/issues/11901">#11901</a>
71+
</li>
72+
<li>
73+
update all shell scripts for release automation to check that
74+
parameter is definied.
75+
Author: github-actions[bot]
76+
<a href="https://github.com/checkstyle/checkstyle/issues/12083">#12083</a>
77+
</li>
78+
<li>
79+
Pitest: Kill all surviving mutations.
80+
Author: Vyom-Yadav
81+
<a href="https://github.com/checkstyle/checkstyle/issues/11720">#11720</a>
82+
</li>
83+
<li>
84+
tweet-releasenotes.sh should be able to generate release notes for
85+
any release of past .
86+
Author: github-actions[bot]
87+
<a href="https://github.com/checkstyle/checkstyle/issues/12011">#12011</a>
88+
</li>
89+
<li>
90+
Enhancements for bump version action.
91+
Author: github-actions[bot]
92+
<a href="https://github.com/checkstyle/checkstyle/issues/12058">#12058</a>
93+
</li>
94+
<li>
95+
Resolve IDEA violations from Teamcity 2022.04 (Bundled IntelliJ IDEA 2022.1.3).
96+
Author: Vyom-Yadav
97+
<a href="https://github.com/checkstyle/checkstyle/issues/11865">#11865</a>
98+
</li>
99+
<li>
100+
Kill surviving mutations in pitest-annotation.
101+
Author: Vyom-Yadav
102+
<a href="https://github.com/checkstyle/checkstyle/issues/12036">#12036</a>
103+
</li>
104+
<li>
105+
create Github action that does version bump and update of milestone.
106+
Author: Rahulkhinchi03
107+
<a href="https://github.com/checkstyle/checkstyle/issues/11900">#11900</a>
108+
</li>
109+
<li>
110+
doc: remove Travis as main CI.
111+
Author: Roman Ivanov
112+
</li>
113+
<li>
114+
TeamCity change in &#39;Open-source projects / Checkstyle /
115+
Checkstyle&#39; project: Versioned settings configuration updated.
116+
Author: nmancus1
117+
</li>
118+
<li>
119+
Kill surviving mutations in pitest-api.
120+
Author: Vyom-Yadav
121+
<a href="https://github.com/checkstyle/checkstyle/issues/12017">#12017</a>
122+
</li>
123+
<li>
124+
Use Shellcheck to resolve violations code in Shell Script.
125+
Author: stoyanK7
126+
<a href="https://github.com/checkstyle/checkstyle/issues/11637">#11637</a>
127+
</li>
128+
<li>
129+
Adding CheckForVariable function to util.sh.
130+
Author: Rahul Khinchi
131+
<a href="https://github.com/checkstyle/checkstyle/issues/11758">#11758</a>
132+
</li>
133+
<li>
134+
Solve fb-contrib errors.
135+
Author: rnveach
136+
<a href="https://github.com/checkstyle/checkstyle/issues/11140">#11140</a>
137+
</li>
138+
<li>
139+
update code base to have javadoc tag to explain noinspection tag content.
140+
Author: Nick Mancuso
141+
<a href="https://github.com/checkstyle/checkstyle/issues/11277">#11277</a>
142+
</li>
143+
</ul>
144+
</section>
13145
<section name="Release 10.3.2">
14146
<div class="releaseDate">31.07.2022</div>
15147
<p>Bug fixes:</p>

0 commit comments

Comments
 (0)