159112: Add TimeoutException class / subclass of RollbackException
We've added a dedicated TimeoutException (subclass of RollbackException) so applications can catch this specific exception to be informed about timeouts.
160683: Add specific events to the connection pool for borrowing / returning connections
Applications can now register event listeners to be informed about PooledConnectionBorrowedEvent and PooledConnectionTerminatedEvent instances - so the application can roll its own monitoring if desired.
159813: Log recovery actions as warnings so logs are easy to check after an issue occurs
Recovery now logs warnings so it's hard to miss important recovery actions.

Add a comment