edulify / play-hikaricp.edulify.com

HikariCP Plugin for Playframework 2.2.x and 2.3.x

Home Page:http://edulify.github.io/play-hikaricp.edulify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade HikariCP to 1.3.8.

brettwooldridge opened this issue · comments

The latest release is 1.3.8, and HikariCP 1.3.7 included a critical reliability fix when using the JDBC4 isValid() method for checking connection-aliveness (the default).

And thanks for creating this plugin!

BTW, would love to see that PostgreSQL graph of before/after HikariCP on the project page, might convince a lot of users.

One more comment, minimumPoolSize was retired and minimumIdle takes it's place (from 1.3.4 forward).

@brettwooldridge thanks you for the interest and also suggestions. I just released a new version which closes this issue.

Thanks for the update. I put a link to your plugin on the HikariCP main github page.