Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not treat a SQLTimeoutException as an evictable offense (#2238)
Submitters of #1308 and #1631 take note. HikariCP will no longer evict connections due to encountering ``SQLTimeoutException``. If you need to "restore" this behavior consult the pool properties ``exceptionOverride`` or ``exceptionOverrideClassName``.
- Loading branch information