10.0
Notes
This version uses a Multi-Version jar, such that it still supports Java 11+ but will use Java 21 Virtual Threads when used with JDK 21+.
That is, when run with Java 21+, it will use Virtual Threads for performing the Heartbeat pool health checks and background closing of connections.
What's Changed
- Close connections asynchronously (2) by @rbygrave in #134
- Close connections asyncronously by @rPraml in #127
- Fix for DataSourceConfig.setDefaults() when using 2 and 200 for min a… by @rbygrave in #133
- Internal heartbeat Timer, use Virtual Thread for Java 21 by @rbygrave in #135
Full Changelog: 9.6...10.0