Releases: edulify/play-hikaricp.edulify.com
Releases · edulify/play-hikaricp.edulify.com
Release 2.1.0
Release 2.0.5
Release 2.0.3
- GH-59 - Allow play to start when a configured db is unavailable
- Upgrade HikariCP to version 2.3.5
2.0.2
2.0.0
This is a full rewrite of this plugin and it is not backwards compatible with previous versions. We did that in order to have:
- Simplified configuration: now it just exposes the HikariCP properties which can be configured directly in
conf/application.conf
file - Better documentation: it is more clear, concise and direct
- Automated tests: now we have a specs suite
- Java 8 support
Also, a lot of issues were closed in this release:
- #3 - Play way is not correct
- #25 - Cannot find config
- #27 - Instructions to use latest hikari plugin with Play 2.2.x
- #35 - Problem loading the file hikaricp.prod.properties
- #36 - Dynamically translate typesafe HOCON properties to Hikari properties
- #40 - Get rid of "jdbcConnectionTest" warning when using Play configuration
- #41 - Bad mapping for some properties & incoherent default values
- #43 - Invalid time conversion on IdleMaxAge
- #50 - Info level messages leaking into logs despite error level set
- #51 - It seems that 2.0.0-M1 cannot be resolved from the repository