Merge branch '3.5.x'

Closes gh-46544
This commit is contained in:
Stéphane Nicoll
2025-07-25 16:32:18 +02:00
10 changed files with 12 additions and 9 deletions
+3
View File
@@ -7,6 +7,9 @@
<property name="file" value="${config_loc}/checkstyle-suppressions.xml"/>
</module>
<module name="io.spring.javaformat.checkstyle.SpringChecks" />
<module name="io.spring.javaformat.checkstyle.check.SpringHeaderCheck">
<property name="headerCopyrightPattern" value="2012-present" />
</module>
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
<module name="io.spring.javaformat.checkstyle.check.SpringDeprecatedCheck" />
<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />