Skip to content

Commit 3e833da

Browse files
doc: release notes for 10.12.2
1 parent 74dc9ef commit 3e833da

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

src/xdocs/releasenotes.xml

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

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.12.2">
14+
<div class="releaseDate">30.07.2023</div>
15+
<p>Bug fixes:</p>
16+
<ul>
17+
<li>
18+
FinalClassCheck should report private classes without constructor.
19+
Author: Kevin222004
20+
<a href="https://github.com/checkstyle/checkstyle/issues/11338">#11338</a>
21+
</li>
22+
</ul>
23+
<p>Notes:</p>
24+
<ul>
25+
<li>
26+
Resolve pitest survivals in modules - 2.
27+
Author: Kevin222004
28+
<a href="https://github.com/checkstyle/checkstyle/issues/13321">#13321</a>
29+
</li>
30+
<li>
31+
Create tests from xdoc examples.
32+
Author: Stoyan Kostadinov, stoyanK7
33+
<a href="https://github.com/checkstyle/checkstyle/issues/13100">#13100</a>
34+
</li>
35+
<li>
36+
Add `@since` in javadoc of each property setter.
37+
Author: Stoyan Kostadinov
38+
<a href="https://github.com/checkstyle/checkstyle/issues/13421">#13421</a>
39+
</li>
40+
<li>
41+
Implement examples macro and xdoc template parser.
42+
Author: Stoyan Kostadinov
43+
<a href="https://github.com/checkstyle/checkstyle/issues/13134">#13134</a>
44+
</li>
45+
<li>
46+
Update doc of FallThroughCheck to use same java snippet example .
47+
Author: Kumar Kalpadiptya Roy
48+
<a href="https://github.com/checkstyle/checkstyle/issues/12974">#12974</a>
49+
</li>
50+
<li>
51+
update link check to only check internal links in PRs.
52+
Author: Nick Mancuso
53+
<a href="https://github.com/checkstyle/checkstyle/issues/13397">#13397</a>
54+
</li>
55+
<li>
56+
Run regression testing in CI over openjdk20.
57+
Author: Nick Mancuso
58+
<a href="https://github.com/checkstyle/checkstyle/issues/13402">#13402</a>
59+
</li>
60+
<li>
61+
Specify violation messages in input files.
62+
Author: Kumar Kalpadiptya Roy, sd9616
63+
<a href="https://github.com/checkstyle/checkstyle/issues/11214">#11214</a>
64+
</li>
65+
<li>
66+
Restore xdoc-javadoc validation.
67+
Author: stoyanK7
68+
<a href="https://github.com/checkstyle/checkstyle/issues/13362">#13362</a>
69+
</li>
70+
<li>
71+
Extend `getXdocsFilePaths` to gather `.xml.vm` files and get rid of
72+
`getAllXdocFilePaths`.
73+
Author: Stoyan Kostadinov
74+
<a href="https://github.com/checkstyle/checkstyle/issues/13389">#13389</a>
75+
</li>
76+
<li>
77+
Move section comments to include whole examples and shorten xml configs length.
78+
Author: Stoyan Kostadinov
79+
<a href="https://github.com/checkstyle/checkstyle/issues/13394">#13394</a>
80+
</li>
81+
<li>
82+
Test inputs should be completely standalone..
83+
Author: sd9616
84+
<a href="https://github.com/checkstyle/checkstyle/issues/4845">#4845</a>
85+
</li>
86+
<li>
87+
Targeted Pitest Mutation in July 2023.
88+
Author: Kevin222004
89+
<a href="https://github.com/checkstyle/checkstyle/issues/13328">#13328</a>
90+
</li>
91+
<li>
92+
doc: update VisibilityModifier examples to match tests.
93+
Author: stoyanK7
94+
</li>
95+
<li>
96+
Resolve pitest survivals in modules.
97+
Author: Kevin222004
98+
<a href="https://github.com/checkstyle/checkstyle/issues/13109">#13109</a>
99+
</li>
100+
<li>
101+
maven site plugin is failing to execute site goal with compiler plugin 3.11.0.
102+
Author: dependabot[bot]
103+
<a href="https://github.com/checkstyle/checkstyle/issues/12784">#12784</a>
104+
</li>
105+
<li>
106+
Write a test to ensure checks are present in menu.
107+
Author: stoyanK7
108+
<a href="https://github.com/checkstyle/checkstyle/issues/13301">#13301</a>
109+
</li>
110+
<li>
111+
Resolves Pitest for VariableDeclarationUsageDistanceCheck.
112+
Author: Kevin222004
113+
<a href="https://github.com/checkstyle/checkstyle/issues/13095">#13095</a>
114+
</li>
115+
<li>
116+
Rendering issues with website.
117+
Author: stoyanK7
118+
<a href="https://github.com/checkstyle/checkstyle/issues/13304">#13304</a>
119+
</li>
120+
<li>
121+
BDD configuration comments should be in XML.
122+
Author: stoyanK7
123+
<a href="https://github.com/checkstyle/checkstyle/issues/12155">#12155</a>
124+
</li>
125+
<li>
126+
Update issue template after split of website to use individual page for module.
127+
Author: stoyanK7
128+
<a href="https://github.com/checkstyle/checkstyle/issues/13310">#13310</a>
129+
</li>
130+
</ul>
131+
</section>
13132
<section name="Release 10.12.1">
14133
<div class="releaseDate">25.06.2023</div>
15134
<p>Bug fixes:</p>

0 commit comments

Comments
 (0)