kagkarlsson / db-scheduler

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

Spring boot starter - Add support for lazy initialization #491

Closed NicklasWallgren closed 3 months ago

NicklasWallgren commented 3 months ago

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

It should be fairly easy to fix, I can take a crack at it.

Prerequisites

Expected Behavior

The scheduler should start successfully.

Current Behavior

The scheduler doesn't start.

kagkarlsson commented 3 months ago

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