From 520ecf7fb562cfdb0ca02baf2cf5344e30af2e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 9 Apr 2026 08:22:26 +0200 Subject: [PATCH] Start building against Spring Framework 6.2.18 snapshots See gh-49967 --- gradle.properties | 2 +- .../web/embedded/undertow/UndertowReactiveWebServerFactory.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f34ef19aac3..f4551293cfc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.13 mockitoVersion=5.17.0 nativeBuildToolsVersion=0.10.6 snakeYamlVersion=2.4 -springFrameworkVersion=6.2.17 +springFrameworkVersion=6.2.18-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.54 diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowReactiveWebServerFactory.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowReactiveWebServerFactory.java index 8855f6064e6..93944756ab1 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowReactiveWebServerFactory.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowReactiveWebServerFactory.java @@ -146,6 +146,7 @@ public class UndertowReactiveWebServerFactory extends AbstractReactiveWebServerF } @Override + @SuppressWarnings("removal") public WebServer getWebServer(org.springframework.http.server.reactive.HttpHandler httpHandler) { Undertow.Builder builder = this.delegate.createBuilder(this, this::getSslBundle, this::getServerNameSslBundles); List httpHandlerFactories = this.delegate.createHttpHandlerFactories(this,