Agroal version 1.9 brings some bug fixes and a major feature. From now on, Agroal is available as a Spring Boot ‘starter’ making it easily available to be the connection pool of choice for Spring Boot projects.
Feature Request
- AG-147 - Add SpringBoot starter
Bug
- AG-140 - Connection leak caused by failed transaction integration
- AG-141 - Fix availableCount in pool-less
- AG-142 - Remove info message when setting empty AgroalPoolInterceptors
- AG-143 - Add s flush mode to forcefully remove leaked connections
- AG-144 - PreparedStatement setObject variations are missing from wrapper
- AG-145 - Active waiting deadlock in StampedCopyOnWriteArrayList
- AG-146 - Rename housekeeping threads
- AG-149 - Fix unstable test ‘FlushTests#modeLeak’