pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: renovate-bot (@renovate-bot) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: [pgjdbc/pgjdbc] PR #3644: fix(deps): update dependency checkstyle to v10.25.0
Date: Sun, 01 Jun 2025 14:22:04 +0000
Message-ID: <[email protected]> (raw)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [checkstyle](https://checkstyle.org/) ([source](https://redirect.github.com/checkstyle/checkstyle)) | `10.23.1` -> `10.25.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>checkstyle/checkstyle (checkstyle)</summary>
### [`v10.25.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.25.0)
[Compare Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.24.0...checkstyle-10.25.0)
Checkstyle 10.25.0 - https://checkstyle.org/releasenotes.html#Release\_10.25.0
New:
[#​14945](https://redirect.github.com/checkstyle/checkstyle/issues/14945) - Add Check Support for Java 21 Record Pattern : New Check UnnecessaryNullCheckWithInstanceof
Bug fixes:
[#​17120](https://redirect.github.com/checkstyle/checkstyle/issues/17120) - False positives for google_checks when using switch expression in lambda
<details>
<summary>Other Changes:</summary>
<br/>
infra: allow cirrus to run on PR from its own repository <br/>
CI Failure in Check no broken links <br/>
cirrus CI is faililng with java.exe is not recognized <br/>
Add hazelcast project to no-error CI job <br/>
Add JUnit Validation to Ensure New Checks Are Listed in `index.xml` Categories <br/>
Missing MultiFileRegexpHeader into Header index.html <br/>
Fix code blocks formatting in cmdline.html#Download_and_Run <br/>
update JavadocTokenTypes.java to new format of AST print <br/>
Fix existing cases of `getFileContents()` usage <br/>
</details>
### [`v10.24.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.24.0)
Checkstyle 10.24.0 - https://checkstyle.org/releasenotes.html#Release\_10.24.0
New:
[#​5983](https://redirect.github.com/checkstyle/checkstyle/issues/5983) - CLI: generate suppresion xml content (SuppressionFilter) for certain Checks but whole file with violation
[#​16174](https://redirect.github.com/checkstyle/checkstyle/issues/16174) - New Check: MultiFileRegexpHeader to allow specify few header file to validate
Bug fixes:
[#​16786](https://redirect.github.com/checkstyle/checkstyle/issues/16786) - `private` enums being treated as public in `JavadocVariableCheck`
[#​16564](https://redirect.github.com/checkstyle/checkstyle/issues/16564) - EmptyLineSeparator check does not validate newlines before comments in Interfaces
[#​8807](https://redirect.github.com/checkstyle/checkstyle/issues/8807) - SuppressWithPlainTextCommentFilter is slow on files with multiple errors
[#​14654](https://redirect.github.com/checkstyle/checkstyle/issues/14654) - incompatibility with google-java-format: CatchFormalParameter is indented by 4 spaces instead of 2
[#​15098](https://redirect.github.com/checkstyle/checkstyle/issues/15098) - Indentation of the Block child of switch rule is not validated when no braces
<details>
<summary>Other Changes:</summary>
<br/>
fix log typo <br/>
Resolve Pitest Suppression in Pitest-Javadoc Profile <br/>
update JavadocTokenTypes.java to new format of AST print <br/>
doc: Add GSoC guide tip on learning beyond code, link article on code review sentiment <br/>
Validate that all Inputs mentioned all default properties in config <br/>
Fix indentation of generated content cli for mode '-g' <br/>
Adopt Maven Wrapper and Update CI to Fully Use It <br/>
doc: update AuditListener image format and dimensions <br/>
include PMD `UnusedPrivateMethod` <br/>
include PMD `GuardLogStatement` <br/>
Add example to MatchXpatch on how to validate Constructor Count in classes <br/>
Resolve CheckerFramework violations <br/>
Infra: Replace REPOSITORY_OWNER CI ENV var with built-in GITHUB_REPOSITORY_OWNER <br/>
Update Filters Exampes to use verifyFilterWithInlineConfigParser <br/>
Update vim plugin details <br/>
doc: Add UML diagram for Filter and update image reference in documentation <br/>
Rename all 'ex' varaibles to 'exc' and forrbit by cheksttyle check 'ex' <br/>
migrate pgjdbc no-error execution to jdk21 <br/>
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger <br/>
Enforce formatting of `// violation` and `// ok` comments <br/>
inconsistent linkcheck errors <br/>
Incorrect language class assigned to code blocks in documentation (e.g., logs getting language-xml, Java code getting language-xml) <br/>
update documentation: VariableDeclarationUsageDistance on block of initialization methods <br/>
Update IndentationCheckTest to use verifyWarns <br/>
Remove config_ conditions from xdocs tests <br/>
XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger <br/>
use new nio jdk api instead of all api <br/>
Cover pitest survivals with tests <br/>
</details>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), 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/pgjdbc/pgjdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] PR #3644: fix(deps): update dependency checkstyle to v10.25.0
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox