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 3251a01f5 ORC-1883: Upgrade `check style` to 10.23.0
3251a01f5 is described below
commit 3251a01f56d3f813e4889eb7d75eb2d0d63551f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 25 10:22:16 2025 +0900
ORC-1883: Upgrade `check style` to 10.23.0
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 10.21.4 to 10.23.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-10.23.0</h2>
<p>Checkstyle 10.23.0 - <a
href="https://checkstyle.org/releasenotes.html#Release_10.23.0">https://checkstyle.org/releasenotes.html#Release_10.23.0</a></p>
<p>New:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/9745">#9745</a>
- JavadocMethod: new property 'allowInlineReturn' to support for Javadoc return
tag as inline</p>
<p>Bug fixes:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14697">#14697</a>
- False negative in UnusedImportCheck</p>
<h2>checkstyle-10.22.0</h2>
<p>Checkstyle 10.22.0 - <a
href="https://checkstyle.org/releasenotes.html#Release_10.22.0">https://checkstyle.org/releasenotes.html#Release_10.22.0</a></p>
<p>Breaking backward compatibility:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/9280">#9280</a>
- JavadocVariable: new property 'accessModifiers' as substitution of 'scope'
and 'excludeScope'
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/15499">#15499</a>
- Change default or IllegalIdentifierName</p>
<p>Bug fixes:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16641">#16641</a>
- <code>FileContents.getJavadocBefore()</code>: Comments should not be skipped
if it is not alone in line
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16385">#16385</a>
- JavadocTagContinuationIndentation Ignore indentation check when HTML tag
break line
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16628">#16628</a>
- use SLL prediction mode for fast javadoc parsing to improve performance
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/43">#43</a> -
JavadocMethod: Javadoc Not Detected Above Multiline Comments
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/12817">#12817</a>
- Incorrect Indentation errors for expression switches with google_checks.xml
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/6637">#6637</a>
- SuppressWarningsHolder aliasList members don't act like aliases
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/13043">#13043</a>
- Make references optional for link and linkplain tags
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16005">#16005</a>
- Parse errors if ``<code>see</code> spans multiple lines
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14446">#14446</a>
- Parse error when Javadoc contains ``snippet with code example that uses Java
annotation</p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/25f2753f65db2c13b72ebbad76e3aebb35411945"><code>25f2753</code></a>
[maven-release-plugin] prepare release checkstyle-10.23.0</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/ed97c94df9290e3f8d9c51927ecd4a897d4beadf"><code>ed97c94</code></a>
doc: release notes for 10.23.0</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/9e773ff72e49ed46cbada8dff26b69e545cd3ede"><code>9e773ff</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16332">#16332</a>:
Updated SuppressionSingleFilterExamplesTest methods to use veri...</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/688d0cda5bfe1410e1ee4921c5f617d771003104"><code>688d0cd</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16360">#16360</a>:
Migrate XMLLoggerTest to use inlineConfigParser</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/66946e9fe9fd838b7e34a76817b58380534ea997"><code>66946e9</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16360">#16360</a>:
Migrate XMLLoggerTest.testAddErrorOnZeroColumns to use inlineCo...</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/4890ef67d18b811451259f121f05690099d69a74"><code>4890ef6</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>:
Updated HR_TAG to new AST format</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/754c35d72079f7ba764f1649b2c72114cd10f4e8"><code>754c35d</code></a>
minor: Bump version to 10.23.0-SNAPSHOT</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/359fa919d6b96ea334346459b77b7e54931dee65"><code>359fa91</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16155">#16155</a>:
use nio api in XpathFileGeneratorAuditListener</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/3f0fec8c85f9d74b0f7ba56920f9a4848d4ebe15"><code>3f0fec8</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/9745">#9745</a>:
Added JavadocMethod inline return tag support</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/381a852b922d779553f334fdd1dbafe8d1d1613e"><code>381a852</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>:
Updated DD to new AST format</li>
<li>Additional commits viewable in <a
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.4...checkstyle-10.23.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 #2181 from
dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.23.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 09fe845d3..07d0f675b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -62,7 +62,7 @@
<properties>
<bouncycastle.version>1.80</bouncycastle.version>
<brotli4j.version>1.18.0</brotli4j.version>
- <checkstyle.version>10.21.4</checkstyle.version>
+ <checkstyle.version>10.23.0</checkstyle.version>
<example.dir>${project.basedir}/../../examples</example.dir>
<hadoop.version>3.4.1</hadoop.version>
<java.version>17</java.version>