Closed
Description
Stéphane Nicoll opened SPR-17160 and commented
Due to this optimization, Spring projects can no longer use @EventListener
.
Spring Boot does use it in a few places where a single component needs to listener for two event types and avoid being called for every event. We can move to ApplicationListener
if necessary but it would be nice to have a strategy to narrow down the event types.
Affects: 5.1 RC2
Issue Links:
- Avoid unnecessary synthesizable annotation processing [SPR-16933] #21472 Avoid unnecessary synthesizable annotation processing
- Revisit @Bean introspection between @Configuration classes and 'lite' beans [SPR-17206] #21739 Revisit
@Bean
introspection between@Configuration
classes and 'lite' beans
Referenced from: commits 1d59e52