You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Method Arguments documentation for WebFlux currently states that WebFlux controller methods can accept arguments of type Map, Model, or ModelMap to access the model.
However, ModelMap is actually not supported and results in exception due to a type mismatch.
We should therefore update the documentation to reflect this.