Agroal


home  
github  
license  
issues  
The natural database connection pool

1.6 Release2019 09 30

The 1.6 version of Agroal adds a new pool implementation developed with pgagroal in mind. This new pool is designed for scenarios where multiple Agroal pools share a common data source. Examples are service mesh deployments where services are short-lived and process one transaction.

Feature Request

  • AG-69 - Pool-less mode
  • AG-117 - Expose configuration option for ConnectionWrapper.trackStatements

Bug

  • AG-121 - Don’t always call connection.clearWarnings()
  • AG-125 - Initial-size limited by max-size
  • AG-126 - Don’t store suppliers on the configuration
  • AG-124 - Await for the termination of connections when closing the datasource

Task

  • AG-122 - Fix travis setup for JDK8
  • AG-123 - Fix compiler warnings on JDK11
  • AG-127 - Javadocs on the API module
  • AG-128 - Update dependencies