You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. build.gradle: comment io.spring.gradle-enterprise-conventions plugin
2. gradle.properties: set version=5.2.8.RELEASE-SHUTDOWN
3. ScheduledTaskRegistrar: shutdown taskScheduler in destroy()
4. ScheduledAnnotationBeanPostProcessor: do not cancel tasks in destroy()
Copy file name to clipboardExpand all lines: spring-context/src/main/java/org/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessor.java
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -579,16 +579,10 @@ public boolean requiresDestruction(Object bean) {
0 commit comments