Closed jbcpollak closed 9 years ago
I've taken a first stab and implementing support:
https://github.com/AssuredLabor/spring-cloud-connectors/tree/HikariCP
Its untested as of yet but I'll report back when I get it going
@jbcpollak thanks for the heads up.
I verified my implementation works, I'll create a pull request shortly.
I created PR https://github.com/spring-cloud/spring-cloud-connectors/pull/92.
@brettwooldridge - thanks for the awesome work.
Fixed via #92.
Spring-boot supports the Hikari connection pool (see https://github.com/spring-projects/spring-boot/issues/418), but Spring-Cloud-Connectors does not. This causes problems when projects that use Hikari deploy to Coudfoundry or Heroku, resulting in this error message:
I think it if Spring-boot supports Hikari, Spring-Cloud needs to also.
@brettwooldridge - FYI, thought you'd like to know.