From 261cb721e97802e4c257c2a9a9f23f892032221b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 17:02:10 +0200 Subject: [PATCH] Fix checkstyle violation --- .../boot/autoconfigure/web/ServerProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java index 527849b619..9ab60a620d 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java @@ -473,7 +473,7 @@ public class ServerProperties { /** * Whether to reject requests with illegal header names or values. */ - @Deprecated + @Deprecated(since = "2.7.12", forRemoval = true) private boolean rejectIllegalHeader = true; /**