From e40020e290806cf233bd4c63398044d18a88ac86 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Tue, 3 Jun 2025 18:55:18 +0000 Subject: [PATCH] Bumping versions --- .../gateway/server/mvc/ServerMvcIntegrationTests.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java b/spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java index 2332d5ca..79929111 100644 --- a/spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java +++ b/spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java @@ -1049,9 +1049,12 @@ public class ServerMvcIntegrationTests { return new EventController(); } - // TODO This is needed to work around https://github.com/spring-cloud/spring-cloud-gateway/issues/3816 - // which results from Spring Security being on the classpath. Once we can address this issue we should - // remove this bean and no longer extend WebMvcConfigurationSupport in this configuration class + // TODO This is needed to work around + // https://github.com/spring-cloud/spring-cloud-gateway/issues/3816 + // which results from Spring Security being on the classpath. Once we can address + // this issue we should + // remove this bean and no longer extend WebMvcConfigurationSupport in this + // configuration class @Bean @Lazy @Override