-
Notifications
You must be signed in to change notification settings - Fork 115
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
Comments
…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:
|
Spring framework upgraded to Java 17, we still need to keep compatible with Java 8? |
Micrometer and Reactor are still Java 8 based. |
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: