From 7cff3f69ddcff1c9070feda0db776ff216aa35b9 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 5 Jun 2025 08:59:20 +0200 Subject: [PATCH] Enable SpringDeprecatedCheck Checkstyle rule This rules checks that `@Deprecated` annotations have a "since" attribute. Closes gh-34989 --- src/checkstyle/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 940446e9f85b..fbe01bdcd3bc 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -27,6 +27,7 @@ +