Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HikariCP 1.3.8 can NOT be integrated in Dropwizard 1.3.8 #12

Open
nixos89 opened this issue Sep 7, 2020 · 1 comment
Open

HikariCP 1.3.8 can NOT be integrated in Dropwizard 1.3.8 #12

nixos89 opened this issue Sep 7, 2020 · 1 comment

Comments

@nixos89
Copy link

nixos89 commented Sep 7, 2020

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.

@mtakaki
Copy link
Owner

mtakaki commented Mar 24, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants