Start building against Spring Framework 6.2.18 snapshots

See gh-49967
This commit is contained in:
Stéphane Nicoll
2026-04-09 09:57:48 +02:00
parent 5932649254
commit 520ecf7fb5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
@@ -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<HttpHandlerFactory> httpHandlerFactories = this.delegate.createHttpHandlerFactories(this,