kagkarlsson / db-scheduler

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

feat: MySQL, MariaDB always store timestamps in UTC #471

Closed kagkarlsson closed 6 months ago

kagkarlsson commented 6 months ago

Update: Breaking change for MySQL and MariaDB users later reverted in #481


kagkarlsson commented 4 months ago

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

rydenius commented 3 months ago

As it is not mentioned in PR description, was it intentional that there was also an API breaking change for PostgreSQL, with the zero argument constructor of PostgreSqlJdbcCustomization removed?

kagkarlsson commented 3 months ago

Not intentional no, more of a slip. Sometimes difficult to remember everything that should make it into a release-note or pr-description