From 1e9179a87c38df565f7f7f061039467465ee6f8f 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-suppressions.xml | 2 +- src/checkstyle/checkstyle.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index 725fe88bed7..f72cc439fcb 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -9,7 +9,7 @@ - + diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 940446e9f85..fbe01bdcd3b 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -27,6 +27,7 @@ +