Comment From: pivotal-cla
@lchwork Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: mdeinum
We should also keep in mind that we may potentially decide to support multiple composed
@RequestMapping
annotations (e.g.,@PostMapping
and@PutMapping
) on a single method without making@RequestMapping
itself a@Repeatable
annotation.
According to the issue this should work without making @RequestMapping
an @Repeatble
. Your PR makes it an @Repeatable
.
Comment From: snicoll
Thanks for trying @icha024 but the issue is flagged "pending-design-work" which means it needs our attention before crafting a solution. As such, this PR isn't actionable. Please consider the label next time and don't hesitate to ask on an issue before spending time on it.