|
10 | 10 |
|
11 | 11 | <body> |
12 | 12 | <!-- placeholder for a new section --> |
| 13 | + <section name="Release 12.3.0"> |
| 14 | + <div class="releaseDate">13.12.2025</div> |
| 15 | + <p>New:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + IllegalImport: new property illegalModules to cover module imports. |
| 19 | + Author: stoyanK7 |
| 20 | + <a href="https://github.com/checkstyle/checkstyle/issues/18207">#18207</a> |
| 21 | + </li> |
| 22 | + <li> |
| 23 | + Google-style: New Check TextBlockGoogleStyleFormattingCheck. |
| 24 | + Author: Mohit-Sharma |
| 25 | + <a href="https://github.com/checkstyle/checkstyle/issues/17223">#17223</a> |
| 26 | + </li> |
| 27 | + </ul> |
| 28 | + <p>Bug fixes:</p> |
| 29 | + <ul> |
| 30 | + <li> |
| 31 | + Google style checks should allow `_` keyword for anonymous variables. |
| 32 | + Author: vivek-0509 |
| 33 | + <a href="https://github.com/checkstyle/checkstyle/issues/18283">#18283</a> |
| 34 | + </li> |
| 35 | + </ul> |
| 36 | + <p>Notes:</p> |
| 37 | + <ul> |
| 38 | + <li> |
| 39 | + Update `JavadocCommentsTokenTypes.java` to new format of AST print. |
| 40 | + Author: Aman Baliyan, mahfouz72, Monu Chaudhary, Jiya Gupta, Suryanshu Agrawal, vishalup29 |
| 41 | + <a href="https://github.com/checkstyle/checkstyle/issues/17882">#17882</a> |
| 42 | + </li> |
| 43 | + <li> |
| 44 | + Clone `apache/kafka` once KAFKA-19809 is merged. |
| 45 | + Author: stoyanK7 |
| 46 | + <a href="https://github.com/checkstyle/checkstyle/issues/18272">#18272</a> |
| 47 | + </li> |
| 48 | + <li> |
| 49 | + Add Kakfa project into Checkstyle regression suite. |
| 50 | + Author: stoyanK7 |
| 51 | + <a href="https://github.com/checkstyle/checkstyle/issues/16003">#16003</a> |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + use new nio jdk api instead of all api. |
| 55 | + Author: ivanmalutin |
| 56 | + <a href="https://github.com/checkstyle/checkstyle/issues/16155">#16155</a> |
| 57 | + </li> |
| 58 | + <li> |
| 59 | + Recfactor classes to avoid CT_CONSTRUCTOR_THROW violation. |
| 60 | + Author: vivek-0509 |
| 61 | + <a href="https://github.com/checkstyle/checkstyle/issues/14122">#14122</a> |
| 62 | + </li> |
| 63 | + <li> |
| 64 | + uncliear error message if basedir is Linux based but execution is on windows. |
| 65 | + Author: vivek-0509 |
| 66 | + <a href="https://github.com/checkstyle/checkstyle/issues/17951">#17951</a> |
| 67 | + </li> |
| 68 | + <li> |
| 69 | + test to check indentation trailing comments are vertically aligned. |
| 70 | + Author: Monu Chaudhary |
| 71 | + <a href="https://github.com/checkstyle/checkstyle/issues/17128">#17128</a> |
| 72 | + </li> |
| 73 | + <li> |
| 74 | + infra: Fixing ECJ's version to be pinned, rather than being dynamic to not break CI |
| 75 | + pipelines. |
| 76 | + Author: aclfe |
| 77 | + <a href="https://github.com/checkstyle/checkstyle/issues/18253">#18253</a> |
| 78 | + </li> |
| 79 | + <li> |
| 80 | + Website Generation doesn't automatically reflect new changes to checks.xml and |
| 81 | + checks/<type>/index.xml. |
| 82 | + Author: smita_1078 |
| 83 | + <a href="https://github.com/checkstyle/checkstyle/issues/17691">#17691</a> |
| 84 | + </li> |
| 85 | + <li> |
| 86 | + Define violation messages for all violations. |
| 87 | + Author: aclfe |
| 88 | + <a href="https://github.com/checkstyle/checkstyle/issues/15456">#15456</a> |
| 89 | + </li> |
| 90 | + <li> |
| 91 | + checkstyle-12.2.0: fails 2 checks building from source code. |
| 92 | + Author: aclfe |
| 93 | + <a href="https://github.com/checkstyle/checkstyle/issues/18221">#18221</a> |
| 94 | + </li> |
| 95 | + <li> |
| 96 | + Xdoc marco to put version in xdoc from 'since' javadoc tag on Check. |
| 97 | + Author: stoyanK7 |
| 98 | + <a href="https://github.com/checkstyle/checkstyle/issues/18218">#18218</a> |
| 99 | + </li> |
| 100 | + <li> |
| 101 | + CI: verify-no-exception-configs should actually check contribution PR to append the |
| 102 | + same Check. |
| 103 | + Author: stoyanK7 |
| 104 | + <a href="https://github.com/checkstyle/checkstyle/issues/7304">#7304</a> |
| 105 | + </li> |
| 106 | + <li> |
| 107 | + Resolve Pitest Suppressions - main. |
| 108 | + Author: vivek-0509 |
| 109 | + <a href="https://github.com/checkstyle/checkstyle/issues/18026">#18026</a> |
| 110 | + </li> |
| 111 | + <li> |
| 112 | + Resolve Pitest Suppressions - ant. |
| 113 | + Author: vivek-0509 |
| 114 | + <a href="https://github.com/checkstyle/checkstyle/issues/18027">#18027</a> |
| 115 | + </li> |
| 116 | + <li> |
| 117 | + doc: note UnusedImports limitation for module import declarations. |
| 118 | + Author: stoyanK7 |
| 119 | + </li> |
| 120 | + </ul> |
| 121 | + </section> |
13 | 122 | <section name="Release 12.2.0"> |
14 | 123 | <div class="releaseDate">30.11.2025</div> |
15 | 124 | <p>New:</p> |
|
0 commit comments