Skip to content

Introduce GWAC variant of AnnotationConfigWebApplicationContext [SPR-8413] #13061

@spring-projects-issues

Description

@spring-projects-issues

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: declinedA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions