This is an automated email from the ASF dual-hosted git repository.
paksyd pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 4370dfaa9e5 HBASE-29609 Upgrade checkstyle and Maven checkstyle plugin
to support Java 14+ syntax (#7367)
4370dfaa9e5 is described below
commit 4370dfaa9e5b18df66be76a1202ea2e38a7b86b1
Author: Dávid Paksy <[email protected]>
AuthorDate: Mon Nov 24 10:44:47 2025 +0100
HBASE-29609 Upgrade checkstyle and Maven checkstyle plugin to support Java
14+ syntax (#7367)
Signed-off-by: Istvan Toth <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d162eec0e5c..7fa0c6b09b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -879,14 +879,14 @@
<!--
When updating checkstyle.version, please make the same change in
`.idea/checkstyle-idea.xml`
-->
- <checkstyle.version>8.29</checkstyle.version>
+ <checkstyle.version>11.0.1</checkstyle.version>
<exec.maven.version>3.1.0</exec.maven.version>
<error-prone.version>2.41.0</error-prone.version>
<jamon.plugin.version>2.4.2</jamon.plugin.version>
<lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
<maven.antrun.version>1.8</maven.antrun.version>
<maven.bundle.version>3.3.0</maven.bundle.version>
- <maven.checkstyle.version>3.1.0</maven.checkstyle.version>
+ <maven.checkstyle.version>3.6.0</maven.checkstyle.version>
<maven.eclipse.version>2.10</maven.eclipse.version>
<maven.gpg.version>3.0.1</maven.gpg.version>
<maven.javadoc.version>3.4.0</maven.javadoc.version>