dropwizard-hikaricp icon indicating copy to clipboard operation
dropwizard-hikaricp copied to clipboard

HikariCP 1.3.8 can NOT be integrated in Dropwizard 1.3.8

Open nixos89 opened this issue 5 years ago • 1 comments

Hi @mtakaki , I'm having issue setting up HikariCP for Dropwizard 1.3.8 version in my project which also uses Dropwizard Metrics. How can I set it up to utilize HikariCP instead of TomcatCP as I don't get message on my Console:

INFO [2016-03-14 06:32:06,681] org.eclipse.jetty.util.log: Logging initialized @1894ms INFO [2016-03-14 06:32:08,675] com.zaxxer.hikari.HikariDataSource: hibernate - Starting...

I've added dependency in my pom.xml file and ran mvn clean package command and still didn't get mentioned message on my Console.

Am I supposed to create a bundle class and pass it into init(..) method in Application Main class or something else and what? Thank you in advance.

nixos89 avatar Sep 07 '20 10:09 nixos89

Wow, sorry about the huge delay to get back to you, @nixos89. Would you mind sharing your pom file?

mtakaki avatar Mar 24 '21 01:03 mtakaki