This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new e90502c64 ORC-2045: Upgrade `checkstyle` to 12.3.0
e90502c64 is described below
commit e90502c64728e3fbf8fee7c7c949558e9548c79d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 3 22:27:23 2026 +0900
ORC-2045: Upgrade `checkstyle` to 12.3.0
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 12.1.0 to 12.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/checkstyle/checkstyle/releases">com.puppycrawl.tools:checkstyle's
releases</a>.</em></p>
<blockquote>
<h2>checkstyle-12.3.0</h2>
<p>Checkstyle 12.3.0 - <a
href="https://checkstyle.org/releasenotes.html#Release_12.3.0">https://checkstyle.org/releasenotes.html#Release_12.3.0</a></p>
<p>New:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18207">#18207</a>
- IllegalImport: new property illegalModules to cover module imports
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/17223">#17223</a>
- Google-style: New Check TextBlockGoogleStyleFormattingCheck</p>
<p>Bug fixes:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18283">#18283</a>
- Google style checks should allow <code>_</code> keyword for anonymous
variables</p>
<h2>checkstyle-12.2.0</h2>
<p>Checkstyle 12.2.0 - <a
href="https://checkstyle.org/releasenotes.html#Release_12.2.0">https://checkstyle.org/releasenotes.html#Release_12.2.0</a></p>
<p>New:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18088">#18088</a>
- Include full check name alongside ID in XML violation reports
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/17919">#17919</a>
- Java25's import-module support</p>
<p>Bug fixes:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18074">#18074</a>
- JAR for 12.1.1 is missing org.slf4j package
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18171">#18171</a>
- RedundantImport does not work with module imports
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18132">#18132</a>
- <code>PatternVariableAssignment</code> gives error when assigning to field
(using <code>this.</code>) with the same name as pattern variable
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18104">#18104</a>
- Drop support in checks for no-longer-compilable preview feature - Pattern
matching for swtich</p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/7cd24ce03ffa97cf30b565a536d537fd89a84e6c"><code>7cd24ce</code></a>
[maven-release-plugin] prepare release checkstyle-12.3.0</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/66da258ac4ed6a4913c15f7b23ab01bfb0e7e21c"><code>66da258</code></a>
doc: release notes for 12.3.0</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/f5bcfd8de4e7bc3421e32c4106837faabd7c1974"><code>f5bcfd8</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18283">#18283</a>:
allow unnamed variables (_) in naming patterns</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/25322e2f6a869dae53f95beb6cdcab3612f55460"><code>25322e2</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/17882">#17882</a>:
Update LITERAL_INLINE_TAG AST format</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/98c66e6266016c554684a46fc653e86cceba63bf"><code>98c66e6</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/18272">#18272</a>:
Clone apache/kafka once KAFKA-19809 is merged</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/2cca325d5766545a4f59c3225c23200606658db3"><code>2cca325</code></a>
dependency: bump actions/upload-artifact from 5 to 6</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/e2c6a4810b3e9862fde1d93d693a0906fd01fffb"><code>e2c6a48</code></a>
dependency: bump org.eclipse.jgit:org.eclipse.jgit</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/f264b99ea0264a8103a845c366f1905b11ae78cd"><code>f264b99</code></a>
dependency: bump actions/cache from 4 to 5</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/fbbddc0339615633e9ea7b38f570918993843641"><code>fbbddc0</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/17882">#17882</a>:
Update LEADING_ASTERISK of Javadoc CommentTokenTypes into AST f...</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/4d23c0b5f3f23c95e7d5b5adb836156ce20ee70b"><code>4d23c0b</code></a>
infra: move no-error-trino to no-error-workflow.yml</li>
<li>Additional commits viewable in <a
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-12.1.0...checkstyle-12.3.0">compare
view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| com.puppycrawl.tools:checkstyle | [< 10.13, > 10.12.0] |
</details>
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that
have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI
passes on it
- `dependabot cancel merge` will cancel a previously requested merge and
block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it.
You can achieve the same result by closing it manually
- `dependabot show <dependency name> ignore conditions` will show all of
the ignore conditions of the specified dependency
- `dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the PR
or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the PR
or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR or
upgrade to it yourself)
</details>
Closes #2465 from
dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-12.3.0.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index be8e7063a..c773ea0b4 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -62,7 +62,7 @@
<properties>
<bouncycastle.version>1.82</bouncycastle.version>
<brotli4j.version>1.20.0</brotli4j.version>
- <checkstyle.version>12.1.0</checkstyle.version>
+ <checkstyle.version>12.3.1</checkstyle.version>
<commons-cli.version>1.11.0</commons-cli.version>
<example.dir>${project.basedir}/../../examples</example.dir>
<hadoop.version>3.4.2</hadoop.version>