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