|
10 | 10 |
|
11 | 11 | <body>
|
12 | 12 | <!-- placeholder for a new section -->
|
| 13 | + <section name="Release 10.25.0"> |
| 14 | + <div class="releaseDate">31.05.2025</div> |
| 15 | + <p>New:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + Add Check Support for Java 21 Record Pattern : New Check |
| 19 | + UnnecessaryNullCheckWithInstanceof. |
| 20 | + Author: Anmol |
| 21 | + <a href="https://github.com/checkstyle/checkstyle/issues/14945">#14945</a> |
| 22 | + </li> |
| 23 | + </ul> |
| 24 | + <p>Bug fixes:</p> |
| 25 | + <ul> |
| 26 | + <li> |
| 27 | + False positives for google_checks when using switch expression in lambda. |
| 28 | + Author: Aziz-755 |
| 29 | + <a href="https://github.com/checkstyle/checkstyle/issues/17120">#17120</a> |
| 30 | + </li> |
| 31 | + </ul> |
| 32 | + <p>Notes:</p> |
| 33 | + <ul> |
| 34 | + <li> |
| 35 | + infra: allow cirrus to run on PR from its own repository. |
| 36 | + Author: Roman Ivanov |
| 37 | + <a href="https://github.com/checkstyle/checkstyle/issues/17146">#17146</a> |
| 38 | + </li> |
| 39 | + <li> |
| 40 | + CI Failure in Check no broken links. |
| 41 | + Author: Brijeshthummar02 |
| 42 | + <a href="https://github.com/checkstyle/checkstyle/issues/17142">#17142</a> |
| 43 | + </li> |
| 44 | + <li> |
| 45 | + cirrus CI is faililng with java.exe is not recognized. |
| 46 | + Author: Brijeshthummar02 |
| 47 | + <a href="https://github.com/checkstyle/checkstyle/issues/17139">#17139</a> |
| 48 | + </li> |
| 49 | + <li> |
| 50 | + Add hazelcast project to no-error CI job. |
| 51 | + Author: Amit Kumar Deohoria |
| 52 | + <a href="https://github.com/checkstyle/checkstyle/issues/17127">#17127</a> |
| 53 | + </li> |
| 54 | + <li> |
| 55 | + Add JUnit Validation to Ensure New Checks Are Listed in `index.xml` Categories. |
| 56 | + Author: Sersawy |
| 57 | + <a href="https://github.com/checkstyle/checkstyle/issues/17125">#17125</a> |
| 58 | + </li> |
| 59 | + <li> |
| 60 | + Missing MultiFileRegexpHeader into Header index.html. |
| 61 | + Author: Sersawy |
| 62 | + <a href="https://github.com/checkstyle/checkstyle/issues/17123">#17123</a> |
| 63 | + </li> |
| 64 | + <li> |
| 65 | + Fix code blocks formatting in cmdline.html#Download_and_Run. |
| 66 | + Author: Brijeshthummar02 |
| 67 | + <a href="https://github.com/checkstyle/checkstyle/issues/17113">#17113</a> |
| 68 | + </li> |
| 69 | + <li> |
| 70 | + update JavadocTokenTypes.java to new format of AST print. |
| 71 | + Author: yukti-nandwana |
| 72 | + <a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a> |
| 73 | + </li> |
| 74 | + <li> |
| 75 | + Fix existing cases of `getFileContents()` usage. |
| 76 | + Author: Rohanraj123 |
| 77 | + <a href="https://github.com/checkstyle/checkstyle/issues/11166">#11166</a> |
| 78 | + </li> |
| 79 | + </ul> |
| 80 | + </section> |
13 | 81 | <section name="Release 10.24.0">
|
14 | 82 | <div class="releaseDate">21.05.2025</div>
|
15 | 83 | <p>New:</p>
|
|
0 commit comments