spring-framework/spring-webflux
Arjen Poutsma 7c4f0318bb Improve efficiency of built RouterFunction
This commit changes the way RouterFunctions registered to the builder
are composed in both WebFlux.fn and WebMvc.fn.
Prior to this commit, all routes added to the build were composed with
`reduce`.
After this commit, all routes are stored in a special router function,
allowing for more efficient execution and smaller stack traces.

Closes gh-24652
2020-03-13 16:09:41 +01:00
..
src Improve efficiency of built RouterFunction 2020-03-13 16:09:41 +01:00
spring-webflux.gradle Move JavaUtilLoggingConfigurer to spring-core test fixtures 2020-01-03 14:34:29 +01:00