Skip to content

Commit

Permalink
doc: release notes for 10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2023
1 parent 7596549 commit afe7323
Showing 1 changed file with 151 additions and 0 deletions.
151 changes: 151 additions & 0 deletions src/xdocs/releasenotes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,157 @@

<body>
<!-- placeholder for a new section -->
<section name="Release 10.7.0">
<div class="releaseDate">31.01.2023</div>
<p>Breaking backward compatibility:</p>
<ul>
<li>
Remove CheckstyleAntTask&#39;s classpath parameter.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12338">#12338</a>
</li>
</ul>
<p>New:</p>
<ul>
<li>
Support latest pattern matching syntax in switch labels.
Author: Nick Mancuso
<a href="https://github.com/checkstyle/checkstyle/issues/12515">#12515</a>
</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>
UnnecessaryParentheses: false negative on unnecessary parenthesis.
Author: Kevin222004
<a href="https://github.com/checkstyle/checkstyle/issues/11643">#11643</a>
</li>
</ul>
<p>Notes:</p>
<ul>
<li>
action &#39;R: Close/Create Milestone&#39; is not working.
Author: stoyanK7, Roman Ivanov
<a href="https://github.com/checkstyle/checkstyle/issues/12570">#12570</a>
</li>
<li>
Resolve surviving pitest-design-check mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12641">#12641</a>
</li>
<li>
Resolve surviving pitest-coding-require-this-check mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12626">#12626</a>
</li>
<li>
linkcheck report full of error on damaged links to javadoc.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/11572">#11572</a>
</li>
<li>
Resolve violation from ResultOfMethodCallIgnored inspection.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/11589">#11589</a>
</li>
<li>
All Github CI workflows should have concurrency of 1.
Author: Nick Mancuso
<a href="https://github.com/checkstyle/checkstyle/issues/12645">#12645</a>
</li>
<li>
Picocli&#39;s coloring interfering with tests.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12667">#12667</a>
</li>
<li>
Remove Apex project from usage in testing .
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/7815">#7815</a>
</li>
<li>
Resolve surviving pitest-metrics-check mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12637">#12637</a>
</li>
<li>
Update Tests to use new &#39;verifyXxxxxx&#39; method or &#39;execute&#39; that use
inlined config in Input files.
Author: Shubh Srivastava
<a href="https://github.com/checkstyle/checkstyle/issues/11446">#11446</a>
</li>
<li>
Resolve Pitest for profile coding-2.
Author: Kevin222004
<a href="https://github.com/checkstyle/checkstyle/issues/12331">#12331</a>
</li>
<li>
Resolve surviving pitest-blocks mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12615">#12615</a>
</li>
<li>
doc: explanation on versioning of checkstyle.
Author: Roman Ivanov
</li>
<li>
Corrects classes scanned for pitest to include sub-classes.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12622">#12622</a>
</li>
<li>
Resolve surviving pitest-whitespace mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12601">#12601</a>
</li>
<li>
Resolve surviving sizes mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12592">#12592</a>
</li>
<li>
Empty ErrorStream in `checker-framework.groovy` to prevent buffer exhaustion and
external processes from blocking.
Author: Vyom-Yadav
<a href="https://github.com/checkstyle/checkstyle/issues/12522">#12522</a>
</li>
<li>
Resolve surviving pitest-java-ast-visitor mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12594">#12594</a>
</li>
<li>
Specify violation messages in input files..
Author: Shubh Srivastava
<a href="https://github.com/checkstyle/checkstyle/issues/11214">#11214</a>
</li>
<li>
Resolve surviving modifier mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12587">#12587</a>
</li>
<li>
Resolve surviving naming mutations for pitest.
Author: rnveach
<a href="https://github.com/checkstyle/checkstyle/issues/12589">#12589</a>
</li>
<li>
Restore pitest.sh to ease operation on local.
Author: Roman Ivanov
<a href="https://github.com/checkstyle/checkstyle/issues/12557">#12557</a>
</li>
<li>
Lint GitHub Actions workflows executed twice.
Author: Nick Mancuso
<a href="https://github.com/checkstyle/checkstyle/issues/12568">#12568</a>
</li>
<li>
`bump_license_year.yml` not adding year to commit message..
Author: Vyom-Yadav
<a href="https://github.com/checkstyle/checkstyle/issues/12572">#12572</a>
</li>
</ul>
</section>
<section name="Release 10.6.0">
<div class="releaseDate">31.12.2022</div>
<p>Breaking backward compatibility:</p>
Expand Down

0 comments on commit afe7323

Please sign in to comment.