spring-framework/framework-docs/modules/ROOT/pages/web
Sam Brannen 699da7c383 Log warning if multiple @⁠RequestMapping annotations are declared
If multiple request mapping annotations are discovered, Spring MVC and
Spring WebFlux now log a warning similar to the following (without
newlines).

Multiple @⁠RequestMapping annotations found on
void org.example.MyController.put(), but only the first will be used:
[
@⁠org.springframework.web.bind.annotation.PutMapping(consumes={}, headers={}, name="", params={}, path={"/put"}, produces={}, value={"/put"}),
@⁠org.springframework.web.bind.annotation.PostMapping(consumes={}, headers={}, name="", params={}, path={"/put"}, produces={}, value={"/put"})
]

Closes gh-31962
2024-01-17 17:46:31 +01:00
..
webflux Log warning if multiple @⁠RequestMapping annotations are declared 2024-01-17 17:46:31 +01:00
webflux-webclient Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webmvc Log warning if multiple @⁠RequestMapping annotations are declared 2024-01-17 17:46:31 +01:00
webmvc-view Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
websocket Add missing preposition 2024-01-08 13:00:13 +01:00
integration.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-cors.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-functional.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-http-interface-client.adoc Structural Fixes 2023-05-04 15:35:05 +01:00
webflux-reactive-libraries.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-test.adoc Structural Fixes 2023-05-04 15:35:05 +01:00
webflux-view.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-webclient.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-websocket.adoc Fix migration to asciidoctor tabs 2023-05-09 12:15:43 +01:00
webflux.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webmvc-client.adoc Create RestClient documentation placeholder 2023-07-07 14:14:59 +02:00
webmvc-cors.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webmvc-functional.adoc Fix migration to asciidoctor tabs 2023-05-09 12:15:43 +01:00
webmvc-test.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
webmvc-view.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
webmvc.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
websocket.adoc Structural Fixes 2023-05-04 15:35:05 +01:00