Dave Syer opened SPR-13236 and commented
Spring Integration creates a bean of type TaskScheduler but only if it doesn't find one using a sensible search strategy. The strategy in ScheduledAnnotationBeanPostProcessor is different and not as sensible IMO (it has no fallback to a well-known bean name if there are multiple instances). This can be surprising for users.
See discussion here for background: spring-projects/spring-boot#3508, spring-attic/spring-xd#1747 (comment)
Affects: 4.2 RC2
Issue Links:
Dave Syer opened SPR-13236 and commented
Spring Integration creates a bean of type
TaskSchedulerbut only if it doesn't find one using a sensible search strategy. The strategy inScheduledAnnotationBeanPostProcessoris different and not as sensible IMO (it has no fallback to a well-known bean name if there are multiple instances). This can be surprising for users.See discussion here for background: spring-projects/spring-boot#3508, spring-attic/spring-xd#1747 (comment)
Affects: 4.2 RC2
Issue Links:
@EnableAsync's javadoc)