Skip to content

Commit 52479c6

Browse files
committed
doc: add 8.23 release notes
1 parent 4f0df29 commit 52479c6

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed

src/xdocs/releasenotes.xml

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,148 @@
1515

1616
<body>
1717
<!-- placeholder for a new section -->
18+
<section name="Release 8.23">
19+
<div class="releaseDate">27.07.2019</div>
20+
<p>New:</p>
21+
<ul>
22+
<li>
23+
new filter SuppressionSingleFilter.
24+
Author: rnveach
25+
<a href="https://github.com/checkstyle/checkstyle/issues/6402">#6402</a>
26+
</li>
27+
<li>
28+
OneStatementPerLine: add treatTryResourcesAsStatement property.
29+
Author: Andrei Paikin
30+
<a href="https://github.com/checkstyle/checkstyle/issues/6790">#6790</a>
31+
</li>
32+
<li>
33+
MagicNumber: new proprty ignoreAnnotationElementDefaults to ignore magic numbers
34+
in annotation default values.
35+
Author: Andrei Paikin
36+
<a href="https://github.com/checkstyle/checkstyle/issues/4383">#4383</a>
37+
</li>
38+
<li>
39+
new check: InvalidJavadocPosition.
40+
Author: rnveach
41+
<a href="https://github.com/checkstyle/checkstyle/issues/6649">#6649</a>
42+
</li>
43+
</ul>
44+
<p>Bug fixes:</p>
45+
<ul>
46+
<li>
47+
InnerAssignment reports violation when &amp;&amp; condition is in WHILE expression.
48+
Author: Andrei Paikin
49+
<a href="https://github.com/checkstyle/checkstyle/issues/6805">#6805</a>
50+
</li>
51+
<li>
52+
SuppressWithPlainTextCommentFilter ignores messageFormat when matching on ID.
53+
Author: Erik Silkensen
54+
<a href="https://github.com/checkstyle/checkstyle/issues/6887">#6887</a>
55+
</li>
56+
<li>
57+
Javadoc mishandling NEWLINE when next to ATTRIBUTE.
58+
Author: rnveach
59+
<a href="https://github.com/checkstyle/checkstyle/issues/6865">#6865</a>
60+
</li>
61+
<li>
62+
SuppressWithNearbyCommentFilter does not match messages.
63+
Author: Erik Silkensen
64+
<a href="https://github.com/checkstyle/checkstyle/issues/6875">#6875</a>
65+
</li>
66+
<li>
67+
SuppressionCommentFilter ignores messageFormat when matching on ID.
68+
Author: Erik Silkensen
69+
<a href="https://github.com/checkstyle/checkstyle/issues/6879">#6879</a>
70+
</li>
71+
<li>
72+
InvalidJavadocPositionCheck: false negative on javadocs with local variables.
73+
Author: rnveach
74+
<a href="https://github.com/checkstyle/checkstyle/issues/6857">#6857</a>
75+
</li>
76+
</ul>
77+
<p>Notes:</p>
78+
<ul>
79+
<li>
80+
doc: Serialisation -&gt; serialization.
81+
Author: Andrei Paikin
82+
</li>
83+
<li>
84+
Replace sevntu-checkstyle-maven-plugin with explicit dependency to sevntu-checks.
85+
Author: Ruslan Diachenko
86+
<a href="https://github.com/checkstyle/checkstyle/issues/6910">#6910</a>
87+
</li>
88+
<li>
89+
pitest: increase mutation coverage for pitest-checks-coding profile to 100%.
90+
Author: Emil Bremer Orloff
91+
<a href="https://github.com/checkstyle/checkstyle/issues/5008">#5008</a>
92+
</li>
93+
<li>
94+
Skip dry run build item for maven release commit.
95+
Author: ashabib
96+
<a href="https://github.com/checkstyle/checkstyle/issues/3383">#3383</a>
97+
</li>
98+
<li>
99+
format xdoc/javadoc files to follow rule of LineLength (max ia 100).
100+
Author: pbludov
101+
<a href="https://github.com/checkstyle/checkstyle/issues/6902">#6902</a>
102+
</li>
103+
<li>
104+
pitest: increase mutation coverage for pitest-filters profile to 100%.
105+
Author: Erik Silkensen
106+
<a href="https://github.com/checkstyle/checkstyle/issues/6659">#6659</a>
107+
</li>
108+
<li>
109+
Don&#39;t use absolute checkstyle links in xdocs.
110+
Author: rnveach
111+
<a href="https://github.com/checkstyle/checkstyle/issues/6900">#6900</a>
112+
</li>
113+
<li>
114+
Create appveyor.bat for CI commands.
115+
Author: ahmadshabib
116+
<a href="https://github.com/checkstyle/checkstyle/issues/6696">#6696</a>
117+
</li>
118+
<li>
119+
Align XDocs and Javadocs for filters package .
120+
Author: pbludov, Roman Ivanov
121+
<a href="https://github.com/checkstyle/checkstyle/issues/6726">#6726</a>
122+
</li>
123+
<li>
124+
doc: Add missing slash for constant name check doc.
125+
Author: utzcoz
126+
</li>
127+
<li>
128+
Make inner class SuppressWithPlainTextCommentFilter.Suppression private.
129+
Author: pbludov
130+
<a href="https://github.com/checkstyle/checkstyle/issues/6890">#6890</a>
131+
</li>
132+
<li>
133+
Enforce FileTabCharacter and RegexpSingleline for trailing whitespace over resources.
134+
Author: rnveach
135+
<a href="https://github.com/checkstyle/checkstyle/issues/5941">#5941</a>
136+
</li>
137+
<li>
138+
Remove TreeWalker#validateDefaultTokens.
139+
Author: Andrei Paikin
140+
<a href="https://github.com/checkstyle/checkstyle/issues/6858">#6858</a>
141+
</li>
142+
<li>
143+
Make inner class SuppressionCommentFilter.Tag private.
144+
Author: pbludov
145+
<a href="https://github.com/checkstyle/checkstyle/issues/6844">#6844</a>
146+
</li>
147+
<li>
148+
Make inner class SuppressWithNearbyCommentFilter.Tag private.
149+
Author: pbludov
150+
<a href="https://github.com/checkstyle/checkstyle/issues/6854">#6854</a>
151+
</li>
152+
<li>
153+
Add xpath tests for new Checks of 8.22.
154+
Author: Andrei Paikin
155+
<a href="https://github.com/checkstyle/checkstyle/issues/6848">#6848</a>
156+
</li>
157+
</ul>
158+
</section>
159+
18160
<section name="Release 8.22">
19161
<div class="releaseDate">22.06.2019</div>
20162
<p>New:</p>

0 commit comments

Comments
 (0)