Skip to content

Commit e40020e

Browse files
committed
Bumping versions
1 parent 7952167 commit e40020e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,9 +1049,12 @@ EventController eventController() {
10491049
return new EventController();
10501050
}
10511051

1052-
// TODO This is needed to work around https://github.com/spring-cloud/spring-cloud-gateway/issues/3816
1053-
// which results from Spring Security being on the classpath. Once we can address this issue we should
1054-
// remove this bean and no longer extend WebMvcConfigurationSupport in this configuration class
1052+
// TODO This is needed to work around
1053+
// https://github.com/spring-cloud/spring-cloud-gateway/issues/3816
1054+
// which results from Spring Security being on the classpath. Once we can address
1055+
// this issue we should
1056+
// remove this bean and no longer extend WebMvcConfigurationSupport in this
1057+
// configuration class
10551058
@Bean
10561059
@Lazy
10571060
@Override

0 commit comments

Comments
 (0)