Agroal


home  
github  
license  
issues  
The natural database connection pool

1.9 Release2020 10 14

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’

Task

  • AG-148 - Run all tests in CI
  • AG-150 - Update dependencies
  • AG-151 - Turn on signature check on agroal-api module