HikariCP 2.2.5-rc1 has been published to the sonatype staging repository. Please report any issues to this forum or the github issue tracker.
Changes between 2.2.4 and 2.2.5
* Fixes for Java 6 compatibility.
* Implement full transaction state tracking. This allows HikariCP to bypass
the automatic rollback when connections are returned to the pool if the
transaction state is "clean".
* Rename MBean closeIdleConnections() to softEvictConnections() and implement
"evict on return" semantics.
* Fixed bug in code that sets HikariConfig values from a Properties instance
that prevented defaults from being read properly.
User feedback regarding Java 6 is especially welcome, as is general pool stability after the implementation of full transaction state tracking.