mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Start building against Spring Framework 6.2.18 snapshots
See gh-49967
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
+1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user