kagkarlsson / db-scheduler

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

fix: Respect always-persist-timestamp-in-utc in Spring Starter (#487) #490

Closed GeorgEchterling closed 3 months ago

GeorgEchterling commented 3 months ago

Brief, plain english overview of your changes here

I've changed the Spring Boot auto-configuration to ensure that the jdbcCustomization default does not override the configured alwaysPersistTimestampInUTC default. The previous orElse part is not necessary because the correct jdbcCustomization default later gets applied in SchedulerBuilder#build.

Fixes

Fixes #487

Reminders


cc @kagkarlsson

GeorgEchterling commented 3 months ago

The CI failures seem to be unrelated to this PR.

kagkarlsson commented 3 months ago

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