spring-framework/framework-docs
Sam Brannen 8b11ee9ee2 Document that ModelMap is not a supported argument type in WebFlux
Prior to this commit, the "Method Arguments" documentation for WebFlux
in the reference manual stated 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.

This commit updates the documentation to reflect this.

In addition, this commit updates related Javadoc and tests to avoid
mentioning or using ModelMap in WebFlux.

Closes gh-33107
2024-06-27 11:33:50 +02:00
..
modules/ROOT Document that ModelMap is not a supported argument type in WebFlux 2024-06-27 11:33:50 +02:00
src Polish 2024-01-15 11:17:19 +01:00
antora-playbook.yml Update Antora Spring UI to v0.4.16 2024-06-17 10:06:47 +00:00
antora.yml Enable table striping by default in the reference manual 2024-01-13 14:50:16 +01:00
framework-docs.gradle Modernize Antora Build 2024-05-22 10:20:20 +02:00
package.json Modernize Antora Build 2024-05-22 10:20:20 +02:00