Closed
Description
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:
- A lite configuration class's member classes are processed when it's imported but not when it's registered directly [SPR-16839] #21379 A lite configuration class's member classes are processed when it's imported but not when it's registered directly
- Revisit @Bean introspection between @Configuration classes and 'lite' beans [SPR-17206] #21739 Revisit
@Bean
introspection between@Configuration
classes and 'lite' beans
1 votes, 2 watchers