Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2026

This PR contains the following updates:

Package Change Age Confidence
com.puppycrawl.tools:checkstyle (source) 12.3.012.3.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)

v12.3.1

Checkstyle 12.3.1 - https://checkstyle.org/releasenotes.html#Release_12.3.1

Bug fixes:

#​17265 - Duplicate violations in WhitespaceAfter and WhitespaceAround in google config
#​17778 - Add support to properly follow Rule 7.1.1 General Form in Google Style Guide Implementation
#​18381 - NullPointerException in TextBlockGoogleStyleFormatting with text blocks in annotations
#​17727 - Need default config in google_checks.xml to forbid lowercase Javadoc beginnings

Other Changes:
Add missing property examples to XDocs for Checkstyle Checks
Resolve Pitest Suppressions - filters
Resolve Pitest Suppressions - api
Refine newly added reuse of metadata and xdoc to simplify Javadocs
Resolve Pitest Suppressions - tree-walker
Resolve Pitest Suppressions
NoClassDefFound Exception during compilation on jdk25
Resolve Pitest Suppressions - xpath
MissingOverride: update doc example to show method without inheritDoc
Update `JavadocCommentsTokenTypes.java` to new format of AST print
implement IDE agnostic configuration with `editorconfig.org`
Examples Validation: content is same in all for single Check
Enforce file size on Java inputs
Add `rewrite` support for `errorprone.refasterrules`
XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger
cleanup spotbugs suppression after next fb-contrib release
pitest: increase mutation coverage for indentation profile to 100%
Resolve error-prone violations
Remove CheckerFramework 'RegexChecker' annotation processor
XdocsExampleFileTest should catch fact that ExampleX.java is not referenced in respected Test class
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger
Define violation messages for all violations
Intellij Idea setup: Add steps to change encoding of properties file to UTF-8.
Resolve Pitest Suppressions - ant
build failure in CI for project Configurate
Updating properties in Input files to mention all default properties,
Resolve Pitest Suppressions - common
Clarification needed for 5.2.5 Non-constant field names coverage in Google style
Resolve CheckerFramework violations
Convert eligible classes to records
resolve PMD warning during execution
Remove last example code block at at the bottom of examples for NoLineWrap

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file skip-changelog Should not be shown in the changelog labels Jan 3, 2026
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is now ready for merge. We will merge it after approximately 24 hours if there is no negative feedback.

/label ready-for-merge

@comment-ops-bot comment-ops-bot bot added the ready-for-merge The PR is ready to go, and it will be merged soon if there is no negative feedback label Jan 3, 2026
MarkEWaite added a commit to MarkEWaite/acceptance-test-harness that referenced this pull request Jan 4, 2026
@MarkEWaite MarkEWaite merged commit cd6c639 into master Jan 5, 2026
20 checks passed
@MarkEWaite MarkEWaite deleted the renovate/com.puppycrawl.tools-checkstyle-12.x branch January 5, 2026 03:17
AmoghParmar pushed a commit to AmoghParmar/jenkins that referenced this pull request Jan 7, 2026
…ci#26041)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
MarkEWaite added a commit that referenced this pull request Jan 21, 2026
* Fix sidebar navigation for non-ASCII localized section headers

* Bump minimum supported remoting version (#26034)

* Fix race condition during initial admin account creation (#26036)

* Update README.md

* Update README.md

* Update README.md

* Remove link to non-existent newsletter

Also format with `yarn lint:fix` as noted in the contributing guide.

* Update README.md

* Update good first issues query

* Fix race condition during initial admin account creation

* Update core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java

Co-authored-by: Copilot <[email protected]>

* Use synchronized method for initial admin account creation

---------

Co-authored-by: Mark Waite <[email protected]>
Co-authored-by: Kris Stern <[email protected]>
Co-authored-by: Copilot <[email protected]>

* Collect telemetry for Java properties (#26038)

Reinstantiate telemetry for Java properties

Signed-off-by: Alexander Brandes <[email protected]>

* Update dependency com.puppycrawl.tools:checkstyle to v12.3.1 (#26041)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency io.jenkins.plugins:jakarta-xml-bind-api to v4.0.6-12.vb_1833c1231d3 (#26042)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency io.jenkins.plugins:jaxb to v2.3.9-143.v5979df3304e6 (#26043)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency io.jenkins.plugins:checks-api to v402 (#26044)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.jenkins-ci.plugins:credentials to v1460 (#26046)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update stapler.version to v2065 (major) (#26049)

Update stapler.version to v2065

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.jenkins-ci:version-number to v1.14 (#26054)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix sidebar navigation for non-ASCII section headers

* Resolve merge conflict with master

---------

Signed-off-by: Alexander Brandes <[email protected]>
Co-authored-by: strangelookingnerd <[email protected]>
Co-authored-by: Pnkcaht <[email protected]>
Co-authored-by: Mark Waite <[email protected]>
Co-authored-by: Kris Stern <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Alexander Brandes <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Beck <[email protected]>
meetgoti07 pushed a commit to meetgoti07/jenkins that referenced this pull request Jan 29, 2026
…nsci#26068)

* Fix sidebar navigation for non-ASCII localized section headers

* Bump minimum supported remoting version (jenkinsci#26034)

* Fix race condition during initial admin account creation (jenkinsci#26036)

* Update README.md

* Update README.md

* Update README.md

* Remove link to non-existent newsletter

Also format with `yarn lint:fix` as noted in the contributing guide.

* Update README.md

* Update good first issues query

* Fix race condition during initial admin account creation

* Update core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java

Co-authored-by: Copilot <[email protected]>

* Use synchronized method for initial admin account creation

---------

Co-authored-by: Mark Waite <[email protected]>
Co-authored-by: Kris Stern <[email protected]>
Co-authored-by: Copilot <[email protected]>

* Collect telemetry for Java properties (jenkinsci#26038)

Reinstantiate telemetry for Java properties

Signed-off-by: Alexander Brandes <[email protected]>

* Update dependency com.puppycrawl.tools:checkstyle to v12.3.1 (jenkinsci#26041)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency io.jenkins.plugins:jakarta-xml-bind-api to v4.0.6-12.vb_1833c1231d3 (jenkinsci#26042)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency io.jenkins.plugins:jaxb to v2.3.9-143.v5979df3304e6 (jenkinsci#26043)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency io.jenkins.plugins:checks-api to v402 (jenkinsci#26044)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.jenkins-ci.plugins:credentials to v1460 (jenkinsci#26046)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update stapler.version to v2065 (major) (jenkinsci#26049)

Update stapler.version to v2065

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.jenkins-ci:version-number to v1.14 (jenkinsci#26054)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix sidebar navigation for non-ASCII section headers

* Resolve merge conflict with master

---------

Signed-off-by: Alexander Brandes <[email protected]>
Co-authored-by: strangelookingnerd <[email protected]>
Co-authored-by: Pnkcaht <[email protected]>
Co-authored-by: Mark Waite <[email protected]>
Co-authored-by: Kris Stern <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Alexander Brandes <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Beck <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ready-for-merge The PR is ready to go, and it will be merged soon if there is no negative feedback skip-changelog Should not be shown in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant