File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11HikariCP Changes
22
3+ Changes in 3.2.0
4+
5+ * check connection closed condition before attempting to set network timeout to avoid spurios exceptions
6+ in the log.
7+
8+ * updated validation failure message to include recommendation to check maxLifetime value.
9+
10+ * fixed 1141 do not throw SQLException when calling isClosed() or close() on a already closed unwrapped
11+ Connection, as per JDBC specification.
12+
13+ * fixed 1137 support changing user/password at runtime for DriverDataSource-wrapped driver connections.
14+
15+ * fixed 1136 log loaded driver when using jdbcUrl.
16+
17+ * pull 1135 extract sealed pool check into independent method.
18+
19+ * fixed 1126 correct error in JavaDoc for HikariConfig.setInitializationFailTimeout().
20+
21+ * fixed 1114 removed unreachable code.
22+
323Changes in 3.1.0
424
525 * Add get/setCatalog() to HikariConfigMXBean, allowing the catalog to be changed at runtime.
You can’t perform that action at this time.
0 commit comments