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

   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)) | `13.0.0` → 
`13.1.0` | 
![age](https://developer.mend.io/api/mc/badges/age/maven/com.puppycrawl.tools:checkstyle/13.1.0?slim=true)
 | 
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.puppycrawl.tools:checkstyle/13.0.0/13.1.0?slim=true)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)</summary>
   
   ### 
[`v13.1.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.1.0)
   
   Checkstyle 13.1.0 - <https://checkstyle.org/releasenotes.html#Release_13.1.0>
   
   Breaking backward compatibility:
   
   
[#&#8203;12556](https://redirect.github.com/checkstyle/checkstyle/issues/12556) 
- Remove deprecated method CheckstyleAntTask:createClasspath()
   
   New:
   
   
[#&#8203;18329](https://redirect.github.com/checkstyle/checkstyle/issues/18329) 
- ImportControl: add module attribute to allow/disallow module imports
   
[#&#8203;18368](https://redirect.github.com/checkstyle/checkstyle/issues/18368) 
- New check: MissingOverrideOnRecordAccessor to require Override on record 
component accessor methods
   
   Bug fixes:
   
   
[#&#8203;16087](https://redirect.github.com/checkstyle/checkstyle/issues/16087) 
- false positive invalid tag JavadocType
   
[#&#8203;18790](https://redirect.github.com/checkstyle/checkstyle/issues/18790) 
- IllegalTokenText reports false positives for Unicode whitespace characters 
without escape sequences
   
[#&#8203;18118](https://redirect.github.com/checkstyle/checkstyle/issues/18118) 
- Inconsistent behaviour of `Indentation` check
   
[#&#8203;13038](https://redirect.github.com/checkstyle/checkstyle/issues/13038) 
- VariableDeclarationUsageDistanceCheck doesn't handle method definition 
properly
   
[#&#8203;11103](https://redirect.github.com/checkstyle/checkstyle/issues/11103) 
- Indentation: Lambda in Enum causes error loop
   
[#&#8203;18644](https://redirect.github.com/checkstyle/checkstyle/issues/18644) 
- False-negative: SummaryJavadoc:forbiddenSummaryFragments for tab-formatted 
code
   
[#&#8203;6807](https://redirect.github.com/checkstyle/checkstyle/issues/6807) - 
False-positive RightCurly in google\_checks since 8.20
   
[#&#8203;17561](https://redirect.github.com/checkstyle/checkstyle/issues/17561) 
- Google style: Override is required on explicitly declared accessor method for 
a record
   
[#&#8203;18559](https://redirect.github.com/checkstyle/checkstyle/issues/18559) 
- Add missing checks to sun\_checks.xml: DeclarationOrder, FallThrough, 
OneStatementPerLine
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Documentation examples for MultiFileRegexpHeader are not in valid regex 
form <br/>
     Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/>
     Dedicate `rewrite` recipes <br/>
     Define violation messages for all violations <br/>
     CLI '-s' option does not match by data from '-t' <br/>
     Split openrewrite-recipes in two groups to always run in CI in less that 
15 minutes <br/>
     Do not use cause excpetion message durging wrapping <br/>
     Resolve violations from spotbugs sb-contrib 7.6.0 <br/>
      Convert regressions that use maven-checkstyle-plugin to CLI based <br/>
     Resolve error-prone violations <br/>
     Fix xdocs Examples AST Consistency Test (Reduce suppressions list) <br/>
     Add missing property examples to XDocs for Checkstyle Checks <br/>
     Heading anchor link icon does not copy section URL to clipboard <br/>
     update JavadocTagContinuationIndentation Examples <br/>
     Fix `prone` order <br/>
     test to check indentation trailing comments are vertically aligned <br/>
     Update doc to mention that XPath has direct connection to if comment aware 
checks are added or not <br/>
     Recfactor classes to avoid CT_CONSTRUCTOR_THROW violation <br/>
     recheck that CNC_COLLECTION_NAMING_CONFUSION is resolved. <br/>
     Add `NullArgumentForNonNullParameter` #&#8203;17988 #&#8203;17985 
#&#8203;18479 <br/>
     Updating properties in Input files to mention all default properties, <br/>
     use new nio jdk api instead of all api <br/>
     Enforce file size on Java inputs <br/>
     Specify XPath version in documentation <br/>
     Resolve Pitest Suppressions - filters <br/>
     Fix wrong test scope for `PMD` <br/>
     Resolve spotbugs suppression for UnusedLocalVariableCheck <br/>
     Resolve Pitest Suppressions - coding-2 <br/>
     Add `CodeCleanup` <br/>
     Add OpenJDK Java Style Guidelines coverage infrastructure <br/>
     Update JRE compatibility table for 13.x and fix grammar on landing page 
<br/>
     XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger <br/>
     doc: add Example5 for IllegalTokenTextCheck custom message <br/>
     Upgrade all scripts to groovy 3.0.17 or 5.x <br/>
     Resolve Pitest Suppressions - ant <br/>
     Add `UpgradeToJava21` #&#8203;18528 #&#8203;18531 <br/>
     Checker framework report violation on theoretcally possible cases but 
practiacally impossible <br/>
     Resolve error-prone violations <br/>
     Give more clarity on xdocs for AnnotationLocation <br/>
     jdk21: activate WhenShouldBeUsed for checkstyle project <br/>
     Resolve Pitest Suppressions - indentation <br/>
     Add `rewrite` support for `errorprone.refasterrules` <br/>
     pitest: increase mutation coverage for indentation profile to 100% <br/>
     Resolve Pitest Suppressions - common <br/>
     Add `EmptyNewlineAtEndOfFile` <br/>
     Resolve Pitest Suppressions - imports <br/>
     Cirrus should be used wisely to avoid credit limits <br/>
     XdocsExamplesAstConsistencyTest should validate literal values match 
between examples <br/>
     dependency: bump org.openrewrite.recipe:rewrite-migrate-java from 3.22.0 
to 3.24.0 <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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUtcG9sYXJpcyJdfQ==-->
   


-- 
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