renovate-bot opened a new pull request, #3403:
URL: https://github.com/apache/polaris/pull/3403

   This PR contains the following updates:
   
   | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | 
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
   |---|---|---|---|
   | [com.puppycrawl.tools:checkstyle](https://checkstyle.org/) 
([source](https://redirect.github.com/checkstyle/checkstyle)) | `10.25.0` → 
`13.0.0` | 
![age](https://developer.mend.io/api/mc/badges/age/maven/com.puppycrawl.tools:checkstyle/13.0.0?slim=true)
 | 
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.puppycrawl.tools:checkstyle/10.25.0/13.0.0?slim=true)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)</summary>
   
   ### 
[`v13.0.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.0.0)
   
   [Compare 
Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-12.3.1...checkstyle-13.0.0)
   
   Checkstyle 13.0.0 - <https://checkstyle.org/releasenotes.html#Release_13.0.0>
   
   Breaking backward compatibility:
   
   
[#&#8203;17430](https://redirect.github.com/checkstyle/checkstyle/issues/17430) 
- Use jdk21 as minimial required
   
   Bug fixes:
   
   
[#&#8203;18409](https://redirect.github.com/checkstyle/checkstyle/issues/18409) 
- Remove duplicate violations in WhitespaceAfter and WhitespaceAround in 
sun\_checks.xml
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     jdk21: activate MissingNullCaseInSwitch for checkstyle project <br/>
     Resolve Pitest Suppressions - imports <br/>
     Conversion to Enhance Switch for AnnotationUseStyle Check Causing Jacoco 
Coverage Issue <br/>
     Convert eligible classes to records <br/>
     pitest: increase mutation coverage for indentation profile to 100% <br/>
     Resolve Pitest Suppressions - filters <br/>
     Fix xdocs Examples AST Consistency Test (Reduce suppressions list) <br/>
     EmptyLineSeparator ignores configured tokens: reports violations for 
unlisted tokens and skips listed ones <br/>
     Enforce file size on Java inputs <br/>
     Store SARIF schema locally to avoid external network dependency <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
   </details>
   
   ### 
[`v12.3.1`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.3.1)
   
   Checkstyle 12.3.1 - <https://checkstyle.org/releasenotes.html#Release_12.3.1>
   
   Bug fixes:
   
   
[#&#8203;17265](https://redirect.github.com/checkstyle/checkstyle/issues/17265) 
- Duplicate violations in WhitespaceAfter and WhitespaceAround in google config
   
[#&#8203;17778](https://redirect.github.com/checkstyle/checkstyle/issues/17778) 
- Add support to properly follow Rule `7.1.1 General Form` in Google Style 
Guide Implementation
   
[#&#8203;18381](https://redirect.github.com/checkstyle/checkstyle/issues/18381) 
- NullPointerException in TextBlockGoogleStyleFormatting with text blocks in 
annotations
   
[#&#8203;17727](https://redirect.github.com/checkstyle/checkstyle/issues/17727) 
- Need default config in google\_checks.xml to forbid lowercase Javadoc 
beginnings
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Add missing property examples to XDocs for Checkstyle Checks <br/>
     Resolve Pitest Suppressions - filters <br/>
     Resolve Pitest Suppressions - api <br/>
     Refine newly added reuse of metadata and xdoc to simplify Javadocs <br/>
     Resolve Pitest Suppressions - tree-walker <br/>
     Resolve Pitest Suppressions <br/>
     NoClassDefFound Exception during compilation on jdk25 <br/>
     Resolve Pitest Suppressions - xpath <br/>
     MissingOverride: update doc example to show method without inheritDoc <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
     implement IDE agnostic configuration with `editorconfig.org` <br/>
     Examples Validation: content is same in all for single Check <br/>
     Enforce file size on Java inputs <br/>
     Add `rewrite` support for `errorprone.refasterrules` <br/>
     XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger <br/>
     cleanup spotbugs suppression after next fb-contrib release <br/>
     pitest: increase mutation coverage for indentation profile to 100% <br/>
     Resolve error-prone violations <br/>
     Remove CheckerFramework 'RegexChecker' annotation processor <br/>
     XdocsExampleFileTest should catch fact that ExampleX.java is not 
referenced in respected Test class <br/>
     SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger <br/>
     Define violation messages for all violations <br/>
     Intellij Idea setup: Add steps to change encoding of properties file to 
UTF-8. <br/>
     Resolve Pitest Suppressions - ant <br/>
     build failure in CI for project Configurate <br/>
     Updating properties in Input files to mention all default properties, <br/>
     Resolve Pitest Suppressions - common <br/>
     Clarification needed for 5.2.5 Non-constant field names coverage in Google 
style <br/>
     Resolve CheckerFramework violations <br/>
     Convert eligible classes to records <br/>
     resolve PMD warning during execution <br/>
     Remove last example code block at at the bottom of examples for NoLineWrap 
<br/>
   </details>
   
   ### 
[`v12.3.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.3.0)
   
   Checkstyle 12.3.0 - <https://checkstyle.org/releasenotes.html#Release_12.3.0>
   
   New:
   
   
[#&#8203;18207](https://redirect.github.com/checkstyle/checkstyle/issues/18207) 
- IllegalImport: new property illegalModules to cover module imports
   
[#&#8203;17223](https://redirect.github.com/checkstyle/checkstyle/issues/17223) 
- Google-style: New Check TextBlockGoogleStyleFormattingCheck
   
   Bug fixes:
   
   
[#&#8203;18283](https://redirect.github.com/checkstyle/checkstyle/issues/18283) 
- Google style checks should allow `_` keyword for anonymous variables
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
     Clone `apache/kafka` once KAFKA-19809 is merged <br/>
     Add Kakfa project into Checkstyle regression suite <br/>
     use new nio jdk api instead of all api <br/>
     Recfactor classes to avoid CT_CONSTRUCTOR_THROW violation <br/>
     uncliear error message if basedir is Linux based but execution is on 
windows <br/>
     test to check indentation trailing comments are vertically aligned <br/>
     infra: Fixing ECJ's version to be pinned, rather than being dynamic to not 
break CI pipelines <br/>
     Website Generation doesn't automatically reflect new changes to checks.xml 
and checks/`<`type`>`/index.xml <br/>
     Define violation messages for all violations <br/>
     checkstyle-12.2.0: fails 2 checks building from source code <br/>
     Xdoc marco to put version in xdoc from 'since' javadoc tag on Check <br/>
     CI: verify-no-exception-configs should actually check contribution PR to 
append the same Check <br/>
     Resolve Pitest Suppressions - main <br/>
     Resolve Pitest Suppressions - ant <br/>
     doc: note UnusedImports limitation for module import declarations <br/>
   </details>
   
   ### 
[`v12.2.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.2.0)
   
   Checkstyle 12.2.0 - <https://checkstyle.org/releasenotes.html#Release_12.2.0>
   
   New:
   
   
[#&#8203;18088](https://redirect.github.com/checkstyle/checkstyle/issues/18088) 
- Include full check name alongside ID in XML violation reports
   
[#&#8203;17919](https://redirect.github.com/checkstyle/checkstyle/issues/17919) 
- Java25's import-module support
   
   Bug fixes:
   
   
[#&#8203;18074](https://redirect.github.com/checkstyle/checkstyle/issues/18074) 
- JAR for 12.1.1 is missing org.slf4j package
   
[#&#8203;18171](https://redirect.github.com/checkstyle/checkstyle/issues/18171) 
- RedundantImport does not work with module imports
   
[#&#8203;18132](https://redirect.github.com/checkstyle/checkstyle/issues/18132) 
- `PatternVariableAssignment` gives error when assigning to field (using 
`this.`) with the same name as pattern variable
   
[#&#8203;18104](https://redirect.github.com/checkstyle/checkstyle/issues/18104) 
- Drop support in checks for no-longer-compilable preview feature - Pattern 
matching for swtich
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     doc: clarify behavior of NewlineAtEndOfFileCheck regarding extra blank 
lines <br/>
     Resolve Pitest Suppressions - main <br/>
     Improve wrapping in web site <br/>
     resolve PMD warning during execution <br/>
     XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
     doc: mention ANTLR regression report <br/>
     Refine newly added reuse of metadata and xdoc to simplify Javadocs <br/>
     Updating properties in Input files to mention all default properties, <br/>
     Define violation messages for all violations <br/>
     Convert eligible classes to records <br/>
     doc: explain how to use CLI generated xpath <br/>
     Update SuppressionSingleFilter examples to use all properties <br/>
     Website Generation doesn't automatically reflect new changes to checks.xml 
and checks/`<`type`>`/index.xml <br/>
     Java 22 test files that were marked as compilable but are not <br/>
     Special color for property links <br/>
     Inprove website rendering <br/>
     Add check to prohibit Windows line endings <br/>
     Complitaion jobs in CircleCI do not pick up all files <br/>
     Run regression testing in CI over openjdk25 <br/>
     Add Java 25 compilation to CircleCI <br/>
     Add `async` and/or `defer` attributes to site scripts <br/>
     doc: Add extra section about 'Performance Regressions' <br/>
   </details>
   
   ### 
[`v12.1.2`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.1.2)
   
   Checkstyle 12.1.2 - <https://checkstyle.org/releasenotes.html#Release_12.1.2>
   
   Bug fixes:
   
   
[#&#8203;18074](https://redirect.github.com/checkstyle/checkstyle/issues/18074) 
- JAR for 12.1.1 is missing org.slf4j package
   
[#&#8203;8396](https://redirect.github.com/checkstyle/checkstyle/issues/8396) - 
Indent issue with multiline method call with array element
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     UI Flickering on Checkstyle.org – Panel Resizes Erratically on Navigation 
<br/>
     Enhancement: Add Smooth Scrolling to Anchor Links in Documentation <br/>
     Broken link to Maven Snapshot repository in README <br/>
     Inprove website rendering <br/>
     Deploy configuration-1-3.xsd to the CheckStyle website <br/>
     Website Generation doesn't automatically reflect new changes to checks.xml 
and checks/`<`type`>`/index.xml <br/>
     Enforce file size on Java inputs <br/>
     doc: archive release notes for 8.35-10.26 <br/>
     Add missing property examples to XDocs for Checkstyle Checks <br/>
     links to old releases in web are damaged <br/>
     Resolve Pitest Suppressions - packagenamesloader <br/>
     XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger <br/>
     GenericWhitespace when TAB is used instead of space <br/>
     Webpage is blank of  JDEPEND section  <br/>
     Code syntax highlighting javascript (code-prettify) is executed twice <br/>
     Cover pitest survivals with tests <br/>
     No space in command line checkstyle commands <br/>
     Resolve Pitest Suppression in Pitest-Javadoc Profile <br/>
     Add `rewrite` support for `errorprone.refasterrules` <br/>
   </details>
   
   ### 
[`v12.1.1`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.1.1)
   
   Checkstyle 12.1.1 - <https://checkstyle.org/releasenotes.html#Release_12.1.1>
   
   Bug fixes:
   
   
[#&#8203;17975](https://redirect.github.com/checkstyle/checkstyle/issues/17975) 
- Incorrect encoding in non-English properties files causing garbled characters 
in localized messages
   
[#&#8203;17681](https://redirect.github.com/checkstyle/checkstyle/issues/17681) 
- Google style config and formatter differ on blank line separation
   
[#&#8203;3110](https://redirect.github.com/checkstyle/checkstyle/issues/3110) - 
some messages are still hardcoded in english
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
     Add `rewrite` support for `errorprone.refasterrules` <br/>
     avoid horizontal scrolling in atclauseorder.html <br/>
     Wrong tagOrder in AtClauseOrder documentation. <br/>
     Resolve error-prone violations <br/>
     Enforce file size on Java inputs <br/>
     Cover pitest survivals with tests <br/>
     Define violation messages for all violations <br/>
     SLF4J configuration warnings when running tests <br/>
     JVM warnings when running tests <br/>
   </details>
   
   ### 
[`v12.1.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.1.0)
   
   Checkstyle 12.1.0 - <https://checkstyle.org/releasenotes.html#Release_12.1.0>
   
   New:
   
   
[#&#8203;16836](https://redirect.github.com/checkstyle/checkstyle/issues/16836) 
- New check: HexLiteralCase, Hexadecimal literals should use upper case letters 
A-F
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Add missing property examples to XDocs for Checkstyle Checks <br/>
     Resolve error-prone violations <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
     Convert eligible classes to records <br/>
     test to check indentation trailing comments are vertically aligned <br/>
     update JavadocTokenTypes.java to new format of AST print <br/>
     CheckstyleAntTaskTest.testNoFileOrPathSpecified not executed because it's 
static <br/>
     Resolving spotbugs violations <br/>
     Remove ImportControlTest supressions <br/>
     Deploy configuration-1-3.xsd to the CheckStyle website <br/>
     Add `id` to `NeedBraces` declaration <br/>
   </details>
   
   ### 
[`v12.0.1`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.0.1)
   
   Checkstyle 12.0.1 - <https://checkstyle.org/releasenotes.html#Release_12.0.1>
   
   Bug fixes:
   
   
[#&#8203;17131](https://redirect.github.com/checkstyle/checkstyle/issues/17131) 
- SARIF report does not contain information about the failing rules
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
     SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger <br/>
     XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger <br/>
     Enforce file size on Java inputs <br/>
     Use LexicographicalAnnotationListing  for annotations <br/>
   </details>
   
   ### 
[`v12.0.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.0.0)
   
   Checkstyle 12.0.0 - <https://checkstyle.org/releasenotes.html#Release_12.0.0>
   
   Breaking backward compatibility:
   
   
[#&#8203;17514](https://redirect.github.com/checkstyle/checkstyle/issues/17514) 
- New ANTLR Grammar for Javadoc Comments
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     doc: update writing javadoc checks page in the documentation <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
     Fix PackageObjectFactoryTest before/after annotations <br/>
     XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger <br/>
     Define violation messages for all violations <br/>
     test to check indentation trailing comments are vertically aligned <br/>
     Resolve error-prone violations <br/>
     Add missing property examples to XDocs for Checkstyle Checks <br/>
   </details>
   
   ### 
[`v11.1.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-11.1.0)
   
   Checkstyle 11.1.0 - <https://checkstyle.org/releasenotes.html#Release_11.1.0>
   
   New:
   
   
[#&#8203;17451](https://redirect.github.com/checkstyle/checkstyle/issues/17451) 
- false-negative: whitespace between type annotation and array declarator or 
ellipsis
   
   Bug fixes:
   
   
[#&#8203;17540](https://redirect.github.com/checkstyle/checkstyle/issues/17540) 
- Annotation location rule is not enforced in package-info.java file
   
[#&#8203;17507](https://redirect.github.com/checkstyle/checkstyle/issues/17507) 
- Google style: Missing support for multipart versioning format using 
underscores in method names
   
[#&#8203;17778](https://redirect.github.com/checkstyle/checkstyle/issues/17778) 
- Add support to properly follow Rule `7.1.1 General Form` in Google Style 
Guide Implementation
   
[#&#8203;17825](https://redirect.github.com/checkstyle/checkstyle/issues/17825) 
- --generate-checks-and-files-suppression option generates invalid XML
   
[#&#8203;13048](https://redirect.github.com/checkstyle/checkstyle/issues/13048) 
- JavadocTagContinuationIndentation: missing support to arbitrary indentation 
in `<`pre`>` tags
   
[#&#8203;11867](https://redirect.github.com/checkstyle/checkstyle/issues/11867) 
- LineLength gets triggered on multi-line strings for Google Checks
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     update JavadocTokenTypes.java to new format of AST print <br/>
     Fix wrong dtd scheme reference in CLI example <br/>
     move examples of IllegalImport to compilable folder <br/>
     LineLength coverage page: missing note about command line exemptions <br/>
     Add `rewrite` support for `errorprone.refasterrules` <br/>
     Reuse in metadata module scrapper all methods to get data from javadoc and 
reflection only <br/>
     SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger <br/>
     Add chechstyle-operewrite recipes to the project. <br/>
     test to check indentation trailing comments are vertically aligned <br/>
     Fix Javadoc Warnings: "use of default constructor, which does not provide 
a comment" <br/>
     Upgrade all scripts to groovy 3.0.17 or 4.x <br/>
     doc: make nrmancuso "former" <br/>
     Convert eligible classes to records <br/>
   </details>
   
   ### 
[`v11.0.1`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-11.0.1)
   
   Checkstyle 11.0.1 - <https://checkstyle.org/releasenotes.html#Release_11.0.1>
   
   Bug fixes:
   
   
[#&#8203;3110](https://redirect.github.com/checkstyle/checkstyle/issues/3110) - 
some messages are still hardcoded in english
   
[#&#8203;17563](https://redirect.github.com/checkstyle/checkstyle/issues/17563) 
- Google style: No proper way to check if the reason for swallowing the 
exception is actually appropriate
   
[#&#8203;17551](https://redirect.github.com/checkstyle/checkstyle/issues/17551) 
- Missing violations on Unicode and Octal values of `\s`
   
[#&#8203;17501](https://redirect.github.com/checkstyle/checkstyle/issues/17501) 
- Google style: Word TODO of Todo comment must be in all caps
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     fix cirrus-ci failure to install jdk21 <br/>
     Preparation for Migration of Checkstyle Codebase to Java 21 <br/>
     Enable assorted Error Prone Support checks <br/>
     Conversion to Enhance Switch for SuppressionWarningCheck Causing Deeply 
Nesting Issues <br/>
     Convert eligible classes to records <br/>
     dependecies: update caciocavallo to latest <br/>
     Convert switch statements to enhanced switch expressions <br/>
     Add anchored links for each property <br/>
     site log has a lot of warnings 'Anchor name "Description" used more than 
once' <br/>
     Resolve CheckerFramework violations <br/>
     Add filters table validation in xdoc folder <br/>
     Wiki page on how to make test methods from issue description <br/>
     improve position of tag `yamllint` <br/>
     Use TypeName check to validate Examples classes  <br/>
     AnnotationLocation does not enforce annotation placement after Javadoc as 
documented <br/>
     IT regression area Folder structure for suppressionxpathfilter <br/>
   </details>
   
   ### 
[`v11.0.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-11.0.0)
   
   Checkstyle 11.0.0 - <https://checkstyle.org/releasenotes.html#Release_11.0.0>
   
   Breaking backward compatibility:
   
   
[#&#8203;13209](https://redirect.github.com/checkstyle/checkstyle/issues/13209) 
- Migrate project to JDK 17
   
[#&#8203;17321](https://redirect.github.com/checkstyle/checkstyle/issues/17321) 
- Use jdk17 as minimial required
   
   New:
   
   
[#&#8203;17366](https://redirect.github.com/checkstyle/checkstyle/issues/17366) 
- FinalParameters - missing several tokens to check
   
   Bug fixes:
   
   
[#&#8203;17332](https://redirect.github.com/checkstyle/checkstyle/issues/17332) 
- False positive from JavadocType: Unused `@`param tag
   
[#&#8203;8205](https://redirect.github.com/checkstyle/checkstyle/issues/8205) - 
fix all false-negatives about there is no single space between a type 
annotation and \[] or .... for Google Style
   
[#&#8203;17158](https://redirect.github.com/checkstyle/checkstyle/issues/17158) 
- InvalidJavadocPosition false-positive for record compact constructor with 
package-private accessibility
   
[#&#8203;14291](https://redirect.github.com/checkstyle/checkstyle/issues/14291) 
- Escape sequences in TextBlock, IllegalTokenText module should violate them 
for Google style
   
[#&#8203;17193](https://redirect.github.com/checkstyle/checkstyle/issues/17193) 
- Google-style: Improper enforcement of horizontal whitespace for double slash 
`//`
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Upgrade all scripts to groovy 3.0.17 or 4.x <br/>
     IT regression area Folder structure for suppressionxpathfilter <br/>
     release is failing with "deploy failed: 403 - Forbidden" <br/>
     config.html page does not allow linking to Examples <br/>
     doc: add jetbrains logo by their request <br/>
     Fix compareTo method for testInputViolations <br/>
     xsd for the checkstyle configuration xml file <br/>
     create XSD definition for XML report <br/>
     Resolve invisiable problems after bump of maven site plugin 3.21.0 <br/>
     website: in CLI help ouput, mark config parameter as optional <br/>
     test to check indentation trailing comments are vertically aligned <br/>
     SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger <br/>
     SiteUtil.getPropertiesJavadocs does not reflect all the constituents of 
what it does <br/>
     refactor methods in SiteUtil.java <br/>
     Links to modules should be without anchor <br/>
     Javadoc website mistakenly showing HTML entities meant for other 
characters. <br/>
     regression-report.yml does not post error message if failing at handle_xxx 
phase  <br/>
     Convert concatenated strings to text blocks <br/>
     website: fix links in google_style.html <br/>
     suppressionxpathfilter.xml.template should use example macros <br/>
     Inconsistent or Missing Whitespaces in 'Beginning Development' Page Code 
Blocks <br/>
     Google-style: add '4.8.4.4 Switch expressions' to coverage table <br/>
     Updating properties in Input files to mention all default properties, <br/>
     Replace collect(toUnmodifiableList()) with toList() <br/>
     Refactor instanceof checks to pattern variables <br/>
     doc: Finished implementation of example separators in 
SuppressionXpathFilter website page <br/>
     doc: Implemented example separators on SuppressionXpathFilter website page 
<br/>
     Validate that all properties are used in examples <br/>
     update google-java-format.sh to validate that all Input that are excluded 
have file InputFormatted <br/>
     Resolve Pitest Suppression in Pitest-Javadoc Profile <br/>
     add trino to no-error testing in CI <br/>
     importcontrol.xml.template should use example macroses <br/>
     Cover pitest survivals with tests <br/>
     suppressionfilter.xml.template should use example macroses <br/>
     Add `@`Serial annotation to serialVersionUID fields <br/>
     Move the same class members from macroses to new common utility class <br/>
     semaphore CI is failing with FAILED DOWNLOADS for 
junit-platform-commons-1.10.1.jar  <br/>
     update JavadocTokenTypes.java to new format of AST print <br/>
     Make all notes sections be displayed under the Description section <br/>
     Update Filters Exampes to use verifyFilterWithInlineConfigParser <br/>
     Set up RegexpSingleline to check for presence of newly added Description 
macro in every module xdoc <br/>
     Add new Description Macro <br/>
     Add new Notes Macro <br/>
     `<`table`>` tags miss `<`div class"wrapper"`>` wrapping in module javadocs 
<br/>
     XdocsJavaDocsTest expected vs actual inconsistency when dealing with new 
javadoc module data marking <br/>
     Preparation for Migration of  Checkstyle Codebase to Java 17 <br/>
     wesite: not wrappable property now it is causing horizontal scrolling <br/>
     Remove from Travis CI snapshot deploy and stop using of Travis CI <br/>
     Google-style: Add resources-noncompilable inputs to the 
google-java-format.sh <br/>
     Google-style: Add resources-noncompilable inputs to the compilation by 
latest jdk <br/>
     Replace `<`source`>``<`/source`>` tag in Checkstyle javadoc content  <br/>
     JavadocMetadataScraper doesn't scrap text from javadoc inline tag for 
description section in meta data <br/>
   </details>
   
   ### 
[`v10.26.1`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.26.1)
   
   Checkstyle 10.26.1 - 
<https://checkstyle.org/releasenotes.html#Release_10.26.1>
   
   Bug fixes:
   
   
[#&#8203;17250](https://redirect.github.com/checkstyle/checkstyle/issues/17250) 
- NewlineAtEndOfFileCheck and empty files (size 0)
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Preparation for Migration of  Checkstyle Codebase to Java 17 <br/>
     Add data to javadoc of Check to indicate true version of module properties 
inherited from the abstract parent class <br/>
   </details>
   
   ### 
[`v10.26.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.26.0)
   
   Checkstyle 10.26.0 - 
<https://checkstyle.org/releasenotes.html#Release_10.26.0>
   
   New:
   
   
[#&#8203;14949](https://redirect.github.com/checkstyle/checkstyle/issues/14949) 
- Add Check Support for Java 21 Record Pattern : New Check 
PatternVariableAssignment
   
   Bug fixes:
   
   
[#&#8203;8965](https://redirect.github.com/checkstyle/checkstyle/issues/8965) - 
Indentation check doesn't give violation when google formatter does
   
[#&#8203;17122](https://redirect.github.com/checkstyle/checkstyle/issues/17122) 
- False positive on indentation for Annotation Arrays
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Add data to javadoc of Check to indicate true version of module properties 
inherited from the abstract parent class <br/>
     Preparation for Migration of  Checkstyle Codebase to Java 17 <br/>
     PropertyCacheFileTest.testPathToCacheContainsOnlyFileName is failing <br/>
     update JavadocTokenTypes.java to new format of AST print <br/>
   </details>
   
   ### 
[`v10.25.1`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.25.1)
   
   Checkstyle 10.25.1 - 
<https://checkstyle.org/releasenotes.html#Release_10.25.1>
   
   Bug fixes:
   
   
[#&#8203;17167](https://redirect.github.com/checkstyle/checkstyle/issues/17167) 
- checkstyle expects different indentation for switch cases.
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Fix the problem when property of module has older version than the 
module's <br/>
     Preparation for Migration of  Checkstyle Codebase to Java 17 <br/>
     Updating properties in Input files to mention all default properties, <br/>
     use new nio jdk api instead of all api <br/>
     Validattion of xdoc files to have separtor between examples <br/>
     Review latest changes at Google style guide <br/>
     CI is failing on 'validation.sh no-violation-test-josm' <br/>
     Typo in check name in 10.25.0 release notes <br/>
   </details>
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job log](https://developer.mend.io/github/apache/polaris).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUtcG9sYXJpcyJdfQ==-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to