From 5b759c750b4d21acf09120e6c34769cc4fd956a8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Jun 2025 10:30:00 +0100 Subject: [PATCH] Deprecate GraphQlProperties.DeprecatedSse Closes gh-45878 --- .../boot/autoconfigure/graphql/GraphQlProperties.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/graphql/GraphQlProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/graphql/GraphQlProperties.java index 34f247ec752..74bdbe33a42 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/graphql/GraphQlProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/graphql/GraphQlProperties.java @@ -343,6 +343,7 @@ public class GraphQlProperties { } + @Deprecated(since = "3.5.1", forRemoval = true) public static final class DeprecatedSse { private final Sse sse;