• C
    Remove "Feature" support introduced in 3.1 M1 · 111fb71f
    Chris Beams 提交于
    Feature-related support such as @Feature, @FeatureConfiguration,
    and FeatureSpecification types will be replaced by framework-provided
    @Configuration classes and convenience annotations such as
    @ComponentScan (already exists), @EnableAsync, @EnableScheduling,
    @EnableTransactionManagement and others.
    
    Issue: SPR-8012,SPR-8034,SPR-8039,SPR-8188,SPR-8206,SPR-8223,
    SPR-8225,SPR-8226,SPR-8227
    111fb71f
ConfigurationClassBeanDefinitionReader.java 16.2 KB