Merge branch '6.1.x'
# Conflicts: # spring-context/src/main/java/org/springframework/scheduling/concurrent/SimpleAsyncTaskScheduler.java
This commit is contained in:
@@ -227,7 +227,7 @@ public class SimpleAsyncTaskScheduler extends SimpleAsyncTaskExecutor implements
|
||||
if (this.errorHandler != null) {
|
||||
this.errorHandler.handleError(ex);
|
||||
}
|
||||
else if (this.scheduledExecutor.isTerminated()) {
|
||||
else if (this.scheduledExecutor.isShutdown()) {
|
||||
LogFactory.getLog(getClass()).debug("Ignoring scheduled task exception after shutdown", ex);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user