spring-framework/spring-webflux
rstoyanchev 74972fb751 Add updateModel to BindingContext
The method includes logic that is currently in
ViewResolutionResultHandler but fits well in BindingContext and also
includes the call to saveModel method from the InitBinderBindingContext
subclass, which was called too early until now from
RequestMappingHandlerAdapter before the model has been fully updated.

This mirrors a similar method in ModelFactory on the Spring MVC side
which also combines those two tasks.

Closes gh-30821
2023-07-11 16:34:03 +01:00
..
src Add updateModel to BindingContext 2023-07-11 16:34:03 +01:00
spring-webflux.gradle Add method validation to WebFlux 2023-06-12 11:37:55 +01:00