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

   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.5.0` โ†’ 
`13.6.0` | 
![age](https://developer.mend.io/api/mc/badges/age/maven/com.puppycrawl.tools:checkstyle/13.6.0?slim=true)
 | 
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.puppycrawl.tools:checkstyle/13.5.0/13.6.0?slim=true)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)</summary>
   
   ### 
[`v13.6.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.6.0)
   
   [Compare 
Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-13.5.0...checkstyle-13.6.0)
   
   Checkstyle 13.6.0 - <https://checkstyle.org/releasenotes.html#Release_13.6.0>
   
   New:
   
   
[#&#8203;19813](https://redirect.github.com/checkstyle/checkstyle/issues/19813) 
- ConstructorsDeclarationGroupingCheck: new property required to order 
constructors according to increasing arity.
   
[#&#8203;20109](https://redirect.github.com/checkstyle/checkstyle/issues/20109) 
- NoLineWrap: false negative for wrapped 'import module' (MODULE\_IMPORT) 
declarations.
   
   Bug fixes:
   
   
[#&#8203;20216](https://redirect.github.com/checkstyle/checkstyle/issues/20216) 
- MagicNumberCheck: NullPointerException on compact source files when 
ignoreFieldDeclaration=true (JEP 512).
   
[#&#8203;20292](https://redirect.github.com/checkstyle/checkstyle/issues/20292) 
- percent-encode double quote in SarifLogger file uri.
   
[#&#8203;19623](https://redirect.github.com/checkstyle/checkstyle/issues/19623) 
- Add checks for OpenJDK Style  ยง3.3 - Import statements.
   
[#&#8203;19926](https://redirect.github.com/checkstyle/checkstyle/issues/19926) 
- Documentation Comments Style Guide - validate Default Constructors.
   
[#&#8203;20206](https://redirect.github.com/checkstyle/checkstyle/issues/20206) 
- Javadoc parser error on openjdk source java/lang/Character.java.
   
[#&#8203;20215](https://redirect.github.com/checkstyle/checkstyle/issues/20215) 
- EmptyLineSeparatorCheck: NullPointerException on compact source files with 
adjacent top-level members (JEP 512).
   
[#&#8203;20273](https://redirect.github.com/checkstyle/checkstyle/issues/20273) 
- Javadoc parser problems.
   
[#&#8203;19973](https://redirect.github.com/checkstyle/checkstyle/issues/19973) 
- FinalLocalVariableCheck: NullPointerException on compact source files (JEP 
512).
   
[#&#8203;20267](https://redirect.github.com/checkstyle/checkstyle/issues/20267) 
- ModifiedControlVariableCheck: NullPointerException on compact source files 
(JEP 512).
   
[#&#8203;20303](https://redirect.github.com/checkstyle/checkstyle/issues/20303) 
- minor: escape file name in generated suppression files.
   
[#&#8203;20212](https://redirect.github.com/checkstyle/checkstyle/issues/20212) 
- MissingOverrideCheck: NullPointerException on compact source files when 
javaFiveCompatibility=true (JEP 512).
   
[#&#8203;20214](https://redirect.github.com/checkstyle/checkstyle/issues/20214) 
- MissingOverrideOnRecordAccessorCheck: NullPointerException on compact source 
files (JEP 512).
   
[#&#8203;20210](https://redirect.github.com/checkstyle/checkstyle/issues/20210) 
- MethodNameCheck: NullPointerException on compact source files (JEP 512).
   
[#&#8203;20213](https://redirect.github.com/checkstyle/checkstyle/issues/20213) 
- UnusedLocalVariableCheck: NullPointerException on compact source files with a 
top-level field (JEP 512).
   
[#&#8203;19734](https://redirect.github.com/checkstyle/checkstyle/issues/19734) 
- Add checks for OpenJDK Style - Wildcard Imports.
   
[#&#8203;19908](https://redirect.github.com/checkstyle/checkstyle/issues/19908) 
- PackageDeclarationCheck reports false positive on JEP 512 compact source 
files.
   
[#&#8203;19909](https://redirect.github.com/checkstyle/checkstyle/issues/19909) 
- OuterTypeFilename reports false positive on JEP 512 compact source files.
   
[#&#8203;20111](https://redirect.github.com/checkstyle/checkstyle/issues/20111) 
- EmptyLineSeparator: false negative for 'import module' (MODULE\_IMPORT) 
followed by a type declaration.
   
[#&#8203;15085](https://redirect.github.com/checkstyle/checkstyle/issues/15085) 
- Extend UnusedLocalVariable to support pattern variables.
   
[#&#8203;20108](https://redirect.github.com/checkstyle/checkstyle/issues/20108) 
- Indentation: false negative for 'import module' (MODULE\_IMPORT) declarations 
are never checked.
   
[#&#8203;17810](https://redirect.github.com/checkstyle/checkstyle/issues/17810) 
- JDK 25, JEP 512: Compact Source Files and Instance Main Methods not supported.
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Documentation Comments Style Guide - Location of doc images in source 
tree. <br/>
     Move violation comments out of Javadoc for all input files. <br/>
     Fix xdocs Examples AST Consistency Test (Reduce suppressions list). <br/>
     Document unsupported/missing ParenPad cases under Use Cases section. <br/>
     XdocsExamplesAstConsistencyTest: false AST mismatch for superclass name in 
extends clause of ExampleN classes. <br/>
     Add support for complete HTML violation report generation for target 
projects. <br/>
     Require compilation comments in noncompilable test inputs. <br/>
     Move violation comments above of annotated methods. <br/>
     XdocsExamplesAstConsistencyTest`: false positive "Comments mismatch" in 
`extractComments`. <br/>
     Infrastructure: CI failure in PRs due to Eclipse Static Analysis's 
compiler update (R-4.38). <br/>
     `XdocsExamplesAstConsistencyTest` currently misses three classes of 
inconsistency between xdoc example files that share the same check 
configuration. <br/>
     Example 2 in regexp page should have config. <br/>
     remove all numbers from all names in openjdk style. <br/>
     remove all numbers from all names in doc style style. <br/>
     Documentation Comments Style Guide - Implementation Independence, 
Automatic re-use of method comments. <br/>
     diff report generation workflow should use local repository style configs. 
<br/>
     AbbreviationAsWordInName doc should have horizontal line after above 
example description. <br/>
     Resolve warnign in markdow files. <br/>
     Semaphore CI has periodic problems to download SDKMAN. <br/>
   </details>
   
   </details>
   
   ---
   
   ### Configuration
   
   ๐Ÿ“… **Schedule**: (UTC)
   
   - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS1wb2xhcmlzIl19-->
   


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