Closed
Description
Sam Brannen opened SPR-13992 and commented
Overview
See #18022.
Deliverables
- Introduce
@GetMapping
,@PostMapping
,@PutMapping
,@DeleteMapping
, &@PatchMapping
composed annotations for@RequestMapping
- Introduce
headers
andname
attribute in composed@RequestMapping
annotations.- The team has decided to introduce these common attributes.
- Restrict the
value
,path
,consumes
, andproduces
attributes to singleString
values in composed@RequestMapping
annotations. (see Allow a single element to override an array attribute in a meta-annotation [SPR-13972] #18544)- The team has decided against this.
Affects: 4.2 GA
Issue Links:
- Allow a single element to override an array attribute in a meta-annotation [SPR-13972] #18544 Allow a single element to override an array attribute in a meta-annotation ("depends on")
- Introduce predefined composed annotations in core Spring [SPR-13442] #18022 Introduce predefined composed annotations in core Spring
- Custom @RequestMapping annotations [SPR-12296] #16901 Custom
@RequestMapping
annotations - Introduce common composed annotations for web scopes [SPR-13993] #18566 Introduce common composed annotations for web scopes
- Allow a single element to override an array attribute in a meta-annotation [SPR-13972] #18544 Allow a single element to override an array attribute in a meta-annotation
1 votes, 14 watchers