-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Chris Beams opened SPR-6158 and commented
Migrate @ImportXml
from JavaConfig to core. This is important as it provides easy access to namespace-related functionality not (yet) supported directly by the @Configuration
approach. With @ImportXml
, users can still maintain a "java-centric" configuration approach, leaning on XML when necessary.
Issue Links:
- Support relative and by-convention use of @ImportResource [SPR-6310] #10976 Support relative and by-convention use of
@ImportResource
("is depended on by") - Provide dedicated ApplicationContext implementations for use with (JavaConfig) @Configuration classes [SPR-5682] #10353 Provide dedicated ApplicationContext implementations for use with (JavaConfig)
@Configuration
classes
Referenced from: commits 0a4463f
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement