Bumping versions

This commit is contained in:
spring-builds
2025-06-03 18:55:18 +00:00
parent 79521676b7
commit e40020e290

View File

@@ -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