Closed
Description
Related to spring-projects/spring-boot#34846, it would be great to refine if possible the relative ordering between RouterFunctionMapping
and other mapping to have a better consistency between Spring WebFlux (where RouterFunctionMapping
is before RequestMappingHandlerMapping
) and Spring MVC (where this is the other way around).