Merge branch '2.7.x'
This commit is contained in:
@@ -151,7 +151,7 @@ class GraphQlWebFluxAutoConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void routerFunctionShouldHaveOrderZero() throws Exception {
|
||||
void routerFunctionShouldHaveOrderZero() {
|
||||
this.contextRunner.withUserConfiguration(CustomRouterFunctions.class).run((context) -> {
|
||||
Map<String, ?> beans = context.getBeansOfType(RouterFunction.class);
|
||||
Object[] ordered = context.getBeanProvider(RouterFunction.class).orderedStream().toArray();
|
||||
|
||||
@@ -158,7 +158,7 @@ class GraphQlWebMvcAutoConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void routerFunctionShouldHaveOrderZero() throws Exception {
|
||||
void routerFunctionShouldHaveOrderZero() {
|
||||
this.contextRunner.withUserConfiguration(CustomRouterFunctions.class).run((context) -> {
|
||||
Map<String, ?> beans = context.getBeansOfType(RouterFunction.class);
|
||||
Object[] ordered = context.getBeanProvider(RouterFunction.class).orderedStream().toArray();
|
||||
|
||||
Reference in New Issue
Block a user