|
|
|
@ -21,6 +21,11 @@ Changes in 2.2.5
|
|
|
|
|
|
|
|
|
|
* Fix a bug where DataSource.loginTimeout() was always being set to 1 second.
|
|
|
|
|
|
|
|
|
|
* Fix bug where some drivers return 0 from Connection.getNetworkTimeout(),
|
|
|
|
|
and yet throw SQLFeatureNotSupportedException when setNetworkTimeout() is
|
|
|
|
|
called. This broke they way that HikariCP had implemented JDBC 4.1 support
|
|
|
|
|
detection.
|
|
|
|
|
|
|
|
|
|
Changes in 2.2.4
|
|
|
|
|
|
|
|
|
|
* Generate proxy classes into the same protection domain as the HikariCP
|
|
|
|
|