You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to be able to use text blocks and other new Java language features, we should upgrade to a recent version of Checkstyle.
The latest version of spring-javaformat-checkstyle (0.0.28) is built against Checkstyle 8.32 which does not include support for language features such as text blocks. Support for text blocks was added in Checkstyle 8.36.
In addition, there is a binary compatibility issue between spring-javaformat-checkstyle 0.0.28 and Checkstyle 8.42.
Thus we cannot use Checkstyle 8.45.1.
We therefore need to upgrade to spring-javaformat-checkstyle 0.0.28 and downgrade to Checkstyle 8.41.
This change will be applied to 5.3.x as well as main in order to benefit from the enhanced checking provided in more recent versions of Checkstyle.
The text was updated successfully, but these errors were encountered:
In order to be able to use text blocks and other new Java language features, we should upgrade to a recent version of Checkstyle.
The latest version of
spring-javaformat-checkstyle
(0.0.28) is built against Checkstyle 8.32 which does not include support for language features such as text blocks. Support for text blocks was added in Checkstyle 8.36.In addition, there is a binary compatibility issue between
spring-javaformat-checkstyle
0.0.28 and Checkstyle 8.42.Thus we cannot use Checkstyle 8.45.1.
We therefore need to upgrade to
spring-javaformat-checkstyle
0.0.28 and downgrade to Checkstyle 8.41.This change will be applied to
5.3.x
as well asmain
in order to benefit from the enhanced checking provided in more recent versions of Checkstyle.The text was updated successfully, but these errors were encountered: