Skip to content

steve-2.0.1

Compare
Choose a tag to compare
@goekay goekay released this 07 Oct 13:36
· 2253 commits to master since this release
fix: HikariCP configuration

when both jdbcUrl and dataSourceClassName are set, dataSourceClassName has the higher priority during setup and
it requires setting all the necessary related properties. HikariCP will not validate config (newly fixed, see [1])
and silently initialize an 'empty' data source which fails during runtime. this fix drops the usage of jdbcUrl,
and properly and fully sets the data source properties.

[1] https://github.com/brettwooldridge/HikariCP/issues/401