Dave Syer opened SPR-17412 and commented
ConfigurationClassPostProcessor does a lot of wheel spinning, even in an app with zero @Configuration classes. If there was a bean definition attribute that told it "don't analyze this class" we could short circuit a lot of that processing in a higher level tool (e.g. in Spring Boot).
Affects: 5.1.1
Issue Links:
1 votes, 2 watchers
Dave Syer opened SPR-17412 and commented
ConfigurationClassPostProcessordoes a lot of wheel spinning, even in an app with zero@Configurationclasses. If there was a bean definition attribute that told it "don't analyze this class" we could short circuit a lot of that processing in a higher level tool (e.g. in Spring Boot).Affects: 5.1.1
Issue Links:
@Beanintrospection between@Configurationclasses and 'lite' beans1 votes, 2 watchers