|
10 | 10 |
|
11 | 11 | <body> |
12 | 12 | <!-- placeholder for a new section --> |
| 13 | + <section name="Release 11.1.0"> |
| 14 | + <div class="releaseDate">28.09.2025</div> |
| 15 | + <p>New:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + false-negative: whitespace between type annotation and array declarator or ellipsis. |
| 19 | + Author: Mohit Attry |
| 20 | + <a href="https://github.com/checkstyle/checkstyle/issues/17451">#17451</a> |
| 21 | + </li> |
| 22 | + </ul> |
| 23 | + <p>Bug fixes:</p> |
| 24 | + <ul> |
| 25 | + <li> |
| 26 | + Annotation location rule is not enforced in package-info.java file. |
| 27 | + Author: Mohit Attry |
| 28 | + <a href="https://github.com/checkstyle/checkstyle/issues/17540">#17540</a> |
| 29 | + </li> |
| 30 | + <li> |
| 31 | + Google style: Missing support for multipart versioning format using underscores in |
| 32 | + method names. |
| 33 | + Author: Mohit Attry |
| 34 | + <a href="https://github.com/checkstyle/checkstyle/issues/17507">#17507</a> |
| 35 | + </li> |
| 36 | + <li> |
| 37 | + Add support to properly follow Rule `7.1.1 General Form` in Google Style Guide |
| 38 | + Implementation. |
| 39 | + Author: Mauryan Kansara |
| 40 | + <a href="https://github.com/checkstyle/checkstyle/issues/17778">#17778</a> |
| 41 | + </li> |
| 42 | + <li> |
| 43 | + --generate-checks-and-files-suppression option generates invalid XML. |
| 44 | + Author: Marvin Rensing |
| 45 | + <a href="https://github.com/checkstyle/checkstyle/issues/17825">#17825</a> |
| 46 | + </li> |
| 47 | + <li> |
| 48 | + JavadocTagContinuationIndentation: missing support to arbitrary indentation in |
| 49 | + <pre> tags. |
| 50 | + Author: Mohit Attry |
| 51 | + <a href="https://github.com/checkstyle/checkstyle/issues/13048">#13048</a> |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + LineLength gets triggered on multi-line strings for Google Checks. |
| 55 | + Author: Mohit Attry |
| 56 | + <a href="https://github.com/checkstyle/checkstyle/issues/11867">#11867</a> |
| 57 | + </li> |
| 58 | + </ul> |
| 59 | + <p>Notes:</p> |
| 60 | + <ul> |
| 61 | + <li> |
| 62 | + update JavadocTokenTypes.java to new format of AST print. |
| 63 | + Author: Javawired, Vinisha Wagh |
| 64 | + <a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a> |
| 65 | + </li> |
| 66 | + <li> |
| 67 | + Fix wrong dtd scheme reference in CLI example. |
| 68 | + Author: Javawired |
| 69 | + <a href="https://github.com/checkstyle/checkstyle/issues/17834">#17834</a> |
| 70 | + </li> |
| 71 | + <li> |
| 72 | + move examples of IllegalImport to compilable folder. |
| 73 | + Author: Usman Shaikh |
| 74 | + <a href="https://github.com/checkstyle/checkstyle/issues/17684">#17684</a> |
| 75 | + </li> |
| 76 | + <li> |
| 77 | + LineLength coverage page: missing note about command line exemptions. |
| 78 | + Author: Mohit Attry |
| 79 | + <a href="https://github.com/checkstyle/checkstyle/issues/17724">#17724</a> |
| 80 | + </li> |
| 81 | + <li> |
| 82 | + Add `rewrite` support for `errorprone.refasterrules`. |
| 83 | + Author: Vincent Potucek |
| 84 | + <a href="https://github.com/checkstyle/checkstyle/issues/17487">#17487</a> |
| 85 | + </li> |
| 86 | + <li> |
| 87 | + Reuse in metadata module scrapper all methods to get data from javadoc and reflection |
| 88 | + only. |
| 89 | + Author: SteLeo1602 |
| 90 | + <a href="https://github.com/checkstyle/checkstyle/issues/13626">#13626</a> |
| 91 | + </li> |
| 92 | + <li> |
| 93 | + SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger. |
| 94 | + Author: Usman Shaikh |
| 95 | + <a href="https://github.com/checkstyle/checkstyle/issues/16361">#16361</a> |
| 96 | + </li> |
| 97 | + <li> |
| 98 | + Add chechstyle-operewrite recipes to the project.. |
| 99 | + Author: Anmol202005 |
| 100 | + <a href="https://github.com/checkstyle/checkstyle/issues/17717">#17717</a> |
| 101 | + </li> |
| 102 | + <li> |
| 103 | + test to check indentation trailing comments are vertically aligned. |
| 104 | + Author: voidCounter |
| 105 | + <a href="https://github.com/checkstyle/checkstyle/issues/17128">#17128</a> |
| 106 | + </li> |
| 107 | + <li> |
| 108 | + Fix Javadoc Warnings: "use of default constructor, which does not provide a |
| 109 | + comment". |
| 110 | + Author: Roman Ivanov |
| 111 | + <a href="https://github.com/checkstyle/checkstyle/issues/17642">#17642</a> |
| 112 | + </li> |
| 113 | + <li> |
| 114 | + Upgrade all scripts to groovy 3.0.17 or 4.x. |
| 115 | + Author: Amit Kumar Deohoria |
| 116 | + <a href="https://github.com/checkstyle/checkstyle/issues/17269">#17269</a> |
| 117 | + </li> |
| 118 | + <li> |
| 119 | + doc: make nrmancuso "former". |
| 120 | + Author: nick mancuso |
| 121 | + </li> |
| 122 | + <li> |
| 123 | + Convert eligible classes to records. |
| 124 | + Author: Amit Kumar Deohoria |
| 125 | + <a href="https://github.com/checkstyle/checkstyle/issues/17299">#17299</a> |
| 126 | + </li> |
| 127 | + </ul> |
| 128 | + </section> |
13 | 129 | <section name="Release 11.0.1"> |
14 | 130 | <div class="releaseDate">31.08.2025</div> |
15 | 131 | <p>Bug fixes:</p> |
|
0 commit comments