Closed julien-lafont closed 9 years ago
Yes, you are right.
I have plans to remove all configuration options in favor of have Hikari configured directly in application.conf
file. In other words, we won't have this translation between Play properties and Hikari. I expect to work on that the next days.
Yes it seems a good plan. It's easier to inject a custom config in tests with the Play configuration than Hikari properties.
Fixed at master branch.
When HikariCP is configured through play
application.conf
, a warning is always displayed in the console.This warning is triggered when the
jdbc4ConnectionTest
property is settedIt's not possible to remove this warning by tweaking play configuration, due to this line which always set this property.