Skip to content

steve-2.0.1

@goekay goekay tagged this 07 Oct 13:35
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
Assets 2
Loading