Skip to content

Commit bcd8f44

Browse files
doc: release notes for 10.8.0
1 parent 840a2af commit bcd8f44

File tree

1 file changed

+139
-0
lines changed

1 file changed

+139
-0
lines changed

src/xdocs/releasenotes.xml

+139
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,145 @@
1010

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.8.0">
14+
<div class="releaseDate">26.02.2023</div>
15+
<p>Breaking backward compatibility:</p>
16+
<ul>
17+
<li>
18+
Remove Serializable interface from Violation class and EventObject extension from
19+
AuditEvent.
20+
Author: rnveach
21+
<a href="https://github.com/checkstyle/checkstyle/issues/12681">#12681</a>
22+
</li>
23+
</ul>
24+
<p>Notes:</p>
25+
<ul>
26+
<li>
27+
Specify violation messages in input files..
28+
Author: jxr98
29+
<a href="https://github.com/checkstyle/checkstyle/issues/11214">#11214</a>
30+
</li>
31+
<li>
32+
Make action to trigger all release steps.
33+
Author: stoyanK7
34+
<a href="https://github.com/checkstyle/checkstyle/issues/12720">#12720</a>
35+
</li>
36+
<li>
37+
Make scripts and configurations filenames consistent.
38+
Author: stoyanK7
39+
<a href="https://github.com/checkstyle/checkstyle/issues/12716">#12716</a>
40+
</li>
41+
<li>
42+
CommitValidationTest should ignore the release process.
43+
Author: stoyanK7
44+
<a href="https://github.com/checkstyle/checkstyle/issues/12765">#12765</a>
45+
</li>
46+
<li>
47+
Use Shellcheck to resolve violations code in Shell Script.
48+
Author: shubh220922, Kevin222004
49+
<a href="https://github.com/checkstyle/checkstyle/issues/11637">#11637</a>
50+
</li>
51+
<li>
52+
Update doc for JavadocType.
53+
Author: hcy
54+
<a href="https://github.com/checkstyle/checkstyle/issues/7601">#7601</a>
55+
</li>
56+
<li>
57+
Release perform action is failing.
58+
Author: stoyanK7
59+
<a href="https://github.com/checkstyle/checkstyle/issues/12762">#12762</a>
60+
</li>
61+
<li>
62+
Replace all usages of xmlstarlet with getCheckstylePomVersion from util.sh.
63+
Author: stoyanK7
64+
<a href="https://github.com/checkstyle/checkstyle/issues/12726">#12726</a>
65+
</li>
66+
<li>
67+
confg: cancel 10.8.0 release, see details in #12762.
68+
Author: Roman Ivanov
69+
</li>
70+
<li>
71+
End of free builds for CloudBees CodeShip.
72+
Author: Roman Ivanov
73+
<a href="https://github.com/checkstyle/checkstyle/issues/12758">#12758</a>
74+
</li>
75+
<li>
76+
Define variable for non-main-files-suppressions file.
77+
Author: stoyanK7
78+
<a href="https://github.com/checkstyle/checkstyle/issues/12761">#12761</a>
79+
</li>
80+
<li>
81+
Fix RegexpOnFileNameCheck message keys.
82+
Author: stoyanK7
83+
<a href="https://github.com/checkstyle/checkstyle/issues/12748">#12748</a>
84+
</li>
85+
<li>
86+
pitest: groovy does not run when profile fails.
87+
Author: Vyom-Yadav
88+
<a href="https://github.com/checkstyle/checkstyle/issues/12647">#12647</a>
89+
</li>
90+
<li>
91+
Resolve surviving annotation mutations for pitest.
92+
Author: rnveach
93+
<a href="https://github.com/checkstyle/checkstyle/issues/12591">#12591</a>
94+
</li>
95+
<li>
96+
Checker: false violation removals on other failures.
97+
Author: Roman Ivanov
98+
<a href="https://github.com/checkstyle/checkstyle/issues/12379">#12379</a>
99+
</li>
100+
<li>
101+
Validation for next version in GitHub action .
102+
Author: stoyanK7
103+
<a href="https://github.com/checkstyle/checkstyle/issues/12608">#12608</a>
104+
</li>
105+
<li>
106+
pitest-survival-check-xml.groovy: prints nothing when there are no differences.
107+
Author: Vyom-Yadav
108+
<a href="https://github.com/checkstyle/checkstyle/issues/12153">#12153</a>
109+
</li>
110+
<li>
111+
`pitest-survival-check-xml.groovy` should automatically update list of suppressions.
112+
Author: Vyom-Yadav
113+
<a href="https://github.com/checkstyle/checkstyle/issues/12613">#12613</a>
114+
</li>
115+
<li>
116+
Remove admins from white list on commit validation .
117+
Author: stoyanK7
118+
<a href="https://github.com/checkstyle/checkstyle/issues/12717">#12717</a>
119+
</li>
120+
<li>
121+
Github action &quot;Release perform&quot;.
122+
Author: stoyanK7
123+
<a href="https://github.com/checkstyle/checkstyle/issues/12079">#12079</a>
124+
</li>
125+
<li>
126+
pitest: validate wildcards on target classes.
127+
Author: Nick Mancuso
128+
<a href="https://github.com/checkstyle/checkstyle/issues/12625">#12625</a>
129+
</li>
130+
<li>
131+
Issue 12705: remove .m2 for codenarc execution to make it more stable on download.
132+
Author: Roman Ivanov
133+
</li>
134+
<li>
135+
Github action to copy to sourceforge does not work.
136+
Author: stoyanK7
137+
<a href="https://github.com/checkstyle/checkstyle/issues/12574">#12574</a>
138+
</li>
139+
<li>
140+
update all release action to have &#39;Setup local maven cache&#39; step to optimize
141+
download of artifacts.
142+
Author: stoyanK7
143+
<a href="https://github.com/checkstyle/checkstyle/issues/12571">#12571</a>
144+
</li>
145+
<li>
146+
Push &#39;all&#39; jar action is not working and not failing execution.
147+
Author: stoyanK7
148+
<a href="https://github.com/checkstyle/checkstyle/issues/12694">#12694</a>
149+
</li>
150+
</ul>
151+
</section>
13152
<section name="Release 10.7.0">
14153
<div class="releaseDate">31.01.2023</div>
15154
<p>Breaking backward compatibility:</p>

0 commit comments

Comments
 (0)