|
10 | 10 |
|
11 | 11 | <body> |
12 | 12 | <!-- placeholder for a new section --> |
| 13 | + <section name="Release 12.1.0"> |
| 14 | + <div class="releaseDate">19.10.2025</div> |
| 15 | + <p>New:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + New check: HexLiteralCase, Hexadecimal literals should use upper case letters A-F. |
| 19 | + Author: zyad |
| 20 | + <a href="https://github.com/checkstyle/checkstyle/issues/16836">#16836</a> |
| 21 | + </li> |
| 22 | + </ul> |
| 23 | + <p>Notes:</p> |
| 24 | + <ul> |
| 25 | + <li> |
| 26 | + Add missing property examples to XDocs for Checkstyle Checks. |
| 27 | + Author: JANHVI BABANI |
| 28 | + <a href="https://github.com/checkstyle/checkstyle/issues/17449">#17449</a> |
| 29 | + </li> |
| 30 | + <li> |
| 31 | + Resolve error-prone violations. |
| 32 | + Author: atharv |
| 33 | + <a href="https://github.com/checkstyle/checkstyle/issues/17845">#17845</a> |
| 34 | + </li> |
| 35 | + <li> |
| 36 | + Update `JavadocCommentsTokenTypes.java` to new format of AST print. |
| 37 | + Author: Andrei Mititelu, ivanmalutin, ANISETTY AKASH |
| 38 | + <a href="https://github.com/checkstyle/checkstyle/issues/17882">#17882</a> |
| 39 | + </li> |
| 40 | + <li> |
| 41 | + Convert eligible classes to records. |
| 42 | + Author: atharv |
| 43 | + <a href="https://github.com/checkstyle/checkstyle/issues/17299">#17299</a> |
| 44 | + </li> |
| 45 | + <li> |
| 46 | + test to check indentation trailing comments are vertically aligned. |
| 47 | + Author: voidCounter, Kishor |
| 48 | + <a href="https://github.com/checkstyle/checkstyle/issues/17128">#17128</a> |
| 49 | + </li> |
| 50 | + <li> |
| 51 | + update JavadocTokenTypes.java to new format of AST print. |
| 52 | + Author: Talib Hussain |
| 53 | + <a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a> |
| 54 | + </li> |
| 55 | + <li> |
| 56 | + CheckstyleAntTaskTest.testNoFileOrPathSpecified not executed because it's static. |
| 57 | + Author: Allon Mureinik |
| 58 | + <a href="https://github.com/checkstyle/checkstyle/issues/17924">#17924</a> |
| 59 | + </li> |
| 60 | + <li> |
| 61 | + Resolving spotbugs violations. |
| 62 | + Author: atharv |
| 63 | + <a href="https://github.com/checkstyle/checkstyle/issues/17933">#17933</a> |
| 64 | + </li> |
| 65 | + <li> |
| 66 | + Remove ImportControlTest supressions. |
| 67 | + Author: Allon Mureinik |
| 68 | + <a href="https://github.com/checkstyle/checkstyle/issues/17910">#17910</a> |
| 69 | + </li> |
| 70 | + <li> |
| 71 | + Deploy configuration-1-3.xsd to the CheckStyle website. |
| 72 | + Author: Sockalingam |
| 73 | + <a href="https://github.com/checkstyle/checkstyle/issues/17865">#17865</a> |
| 74 | + </li> |
| 75 | + <li> |
| 76 | + Add `id` to `NeedBraces` declaration. |
| 77 | + Author: Vincent Potucek |
| 78 | + <a href="https://github.com/checkstyle/checkstyle/issues/17891">#17891</a> |
| 79 | + </li> |
| 80 | + </ul> |
| 81 | + </section> |
13 | 82 | <section name="Release 12.0.1"> |
14 | 83 | <div class="releaseDate">11.10.2025</div> |
15 | 84 | <p>Bug fixes:</p> |
|
0 commit comments