db-scheduler v9.0 Release Notes

Release Date: 2020-11-14 // over 3 years ago
    • ⬆️ PR #154 fixes bug described in #146. The Scheduler was interfering with externally managed transactions by calling explicit commit when autocommit was set to false. This bug was introduced in v7.1. For anyone using Spring to manage transactions, it is highly recommended to upgrade.
    • ⏱ PR #153 avoids running default AutodetectJdbcCustomization when JdbcCustomization is overridden
    • ⏱ PR #149 adds tests validating db-scheduler is compatible with Java 15. Contributions by evenh.