spring-framework/framework-docs
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
..
modules/ROOT Log warning if multiple @⁠RequestMapping annotations are declared 2024-01-17 17:46:31 +01:00
src Polish 2024-01-15 11:17:19 +01:00
antora.yml Enable table striping by default in the reference manual 2024-01-13 14:50:16 +01:00
framework-docs.gradle Ensure framework-docs can be imported into Eclipse IDE 2023-11-08 15:26:09 +01:00