Agroal


home  
github  
license  
issues  
The natural database connection pool

0.4 Release2018 02 21

The fourth development release of Agroal is a maintenance release that fixes several problems undercovered while testing the WildFly and Hibernate integrations.

Bug

  • AG-44 - Fix loading the AgroalDataSource implementation in modular enviroments
  • AG-45 - Don’t set the transaction isolation level
  • AG-46 - Fix intermitent failing tests
  • AG-47 - Failure to get results out of ResultSetWrapper
  • AG-48 - Remove autocommit stash from WrappedConnection
  • AG-49 - Reset transaction check callback when returning connection to the pool
  • AG-51 - Don’t wrap null Statement / ResultSet
  • AG-52 - Fix typo in ResultSetWrapper.setFetchSize()
  • AG-53 - Maven release plugin generate the wrong tag when performing a release

Task

  • AG-50 - Configure automatic deployment of snapshots on travis