mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
startup thread marked as daemon now (SPR-6382)
This commit is contained in:
+1
@@ -673,6 +673,7 @@ public class SchedulerFactoryBean extends SchedulerAccessor implements FactoryBe
|
||||
}
|
||||
};
|
||||
schedulerThread.setName("Quartz Scheduler [" + scheduler.getSchedulerName() + "]");
|
||||
schedulerThread.setDaemon(true);
|
||||
schedulerThread.start();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user