Bumping versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user