Closed
Description
Sam Brannen opened SPR-13993 and commented
Overview
See #18022.
Notes from Juergen
The web scope annotations should default to proxy mode TARGET_CLASS
, analogous to the existing scope variants in Spring Cloud and Spring Batch, while still allowing for a choice of proxy modes via a proxyMode
attribute.
Deliverables
- Introduce
@ApplicationScope
,@SessionScope
, and@RequestScope
composed annotations for web scopes
Affects: 4.2 GA
Issue Links:
- Introduce predefined composed annotations in core Spring [SPR-13442] #18022 Introduce predefined composed annotations in core Spring
- Introduce common composed annotations for @RequestMapping [SPR-13992] #18565 Introduce common composed annotations for
@RequestMapping