HikariCP-5.0.1.jar
HikariCP Changes
Changes in 5.1.0
* fixed #1907 re-added automatic.module.name that was lost along the way
* fixed #1986 evict connection exceptions with (SQLState HY000) error code 1105.
* merged #2059 add support for char[] in DataSource properties
* merged #1979 and #1993 mask any property that looks like a password in URLs
* add pool stats to connection acquisition timeout exception
* merged #2076 don't case metric registry before it is checked for null
* merged #1820 allow minimum login timeout to be set as system property
* merged #1952 add more isolation levels
* merged #1660 remove redundant error log for poll initialization exception