Skip to content

Eliminate duplicate code between ConfigurationClassApplicationContext and ConfigurationClassWebApplicationContext [SPR-6186] #10854

Closed
@spring-projects-issues

Description

@spring-projects-issues

Chris Beams opened SPR-6186 and commented

Due to multiple inheritance issues, CCAC and CCWAC cannot share @Configuration class processing behavior through a common superclass. Factor out a static util (probably as an inner class of CCAC) and refererence it from CCWAC as necessary to eliminate duplicate code.


This issue is a sub-task of #10353

Referenced from: commits d020d73, cbadf35

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: taskA general task

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions