-
Notifications
You must be signed in to change notification settings - Fork 114
Compatibility with Checkstyle 10.22 #433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Larcius
added a commit
to Larcius/spring-javaformat
that referenced
this issue
Apr 1, 2025
Larcius
added a commit
to Larcius/spring-javaformat
that referenced
this issue
Apr 1, 2025
…v10.22.0 Signed-off-by: Gabriel Cordes <[email protected]>
We can't upgrade to Checkstyle 10 as it requires Java 11 and Spring Java Format needs to support projects with a Java 8 baseline. Instead, we'll have to look at doing something similar to #395 and somehow tolerate the breaking change in Checkstyle 10.22. For future reference, the current failure looks like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update dependency com.puppycrawl.tools:checkstyle to 10.22.0
This is in particular needed because of a breaking change in version 10.22.0:
See https://checkstyle.org/releasenotes.html#Release_10.22.0
So it is no longer possible to simply override the version of com.puppycrawl.tools:checkstyle in other projects like this:
The text was updated successfully, but these errors were encountered: