Closed
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