kagkarlsson / db-scheduler

Persistent cluster-friendly scheduler for Java
Apache License 2.0
1.23k stars 188 forks source link

fix: Eagerly load DBSchedulerStarter (491) #492

Closed NicklasWallgren closed 3 months ago

NicklasWallgren commented 3 months ago

Brief, plain english overview of your changes here

Excludes DbSchedulerStarter from being lazily initialized.

Fixes

The DbSchedulerStarter isn't created in a application where lazy initialization is enabled via spring.main.lazy-initialization=true.

Fixes: #491

Reminders


cc @kagkarlsson

kagkarlsson commented 3 months ago

🎉 This issue has been resolved in v14.0.1 (Release Notes)