[
https://issues.apache.org/jira/browse/DRILL-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686766#comment-17686766
]
ASF GitHub Bot commented on DRILL-8396:
---------------------------------------
vvysotskyi opened a new pull request, #2753:
URL: https://github.com/apache/drill/pull/2753
# [DRILL-8396](https://issues.apache.org/jira/browse/DRILL-8396): Checkstyle
plugin works only with JDK 11+
## Description
As it turned out, Checkstyle 10.x version is supported only on JDK 11+
(https://checkstyle.org/#JRE_and_JDK), so it causes failures when attempting to
build Drill on JDK 8. We didn't notice it because CI doesn't use JDK 8 (though
it should).
To fix it, I have replaced it with the `checkstyle-backport-jre8` library
which works fine on JDK 8 and is referenced in the official docs:
https://checkstyle.org/#Backport
## Documentation
NA
## Testing
Checked manually.
> Update checkstyle version
> -------------------------
>
> Key: DRILL-8396
> URL: https://issues.apache.org/jira/browse/DRILL-8396
> Project: Apache Drill
> Issue Type: Task
> Reporter: Vova Vysotskyi
> Assignee: Vova Vysotskyi
> Priority: Minor
>
> Update com.puppycrawl.tools:checkstyle version to the latest one.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)