-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Chris Beams opened SPR-8413 and commented
The current ACWAC extends RefreshableWebApplicationContext. Ideally for programmatic use a variant should exist that extends GenericWebApplicationContext. Explore this and possible renames of these types, e.g.:
- AnnotationApplicationContext (GAC subclass for standalone use)
- AnnotationWebApplicationContext (GWAC subclass for programmatic web use)
- RefreshableAnnotationWebApplicationContext (RWAC subclass for declarative web use)
The existing ACAC and ACWAC types would be deprecated and refactore as subclasses of AAC and RAWAC, respectively.
Issue Links:
- Introduce AnnotationConfigCapableApplicationContext interface to unify ACAC and ACWAC operations [SPR-8365] #13012 Introduce AnnotationConfigCapableApplicationContext interface to unify ACAC and ACWAC operations ("supersedes")
Metadata
Metadata
Assignees
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement