Closed takezoe closed 9 years ago
Sounds good to me, @takezoe. Could you please send a PR for this?
We could probably copy the code from Playframework itself now (version 2.4 will support HikariCP out-of-the box).
I sent a pull request #66
PR was merged. I will close this issue after releasing a new version.
Thanks, @takezoe.
@megazord Thanks! I'm looking forward to the next release. We really need it.
@takezoe version 2.0.5 released here:
https://github.com/edulify/play-hikaricp.edulify.com/releases/tag/2.0.5
Thanks again.
Config translation was removed at https://github.com/edulify/play-hikaricp.edulify.com/commit/ffcbc78a3762709ef3280b9a05aa64a86ab6648d. However I think it causes duplicated configuration if we use play-hikaricp with other plugins such as flyway-play because they expect default Play2 configuration.
Therefore I think it's useful to provide translation for basic JDBC connection settings.