spring-framework
                                
                                 spring-framework copied to clipboard
                                
                                    spring-framework copied to clipboard
                            
                            
                            
                        Shutdown tasks annotated with @Scheduled when waitForTasksToCompleteOnShutdown is true
Shutdown tasks annotated with @Scheduled when waitForTasksToCompleteOnShutdown is true
- ScheduledTaskRegistrar: shutdown taskScheduler of ExecutorConfigurationSupport type in destroy()
- ScheduledAnnotationBeanPostProcessor: do not cancel tasks in destroy(), taskRegistrar cancel them
Closes gh-26482