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

Replace DBCP2 database connection pool implementation with HikariCP #2299

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

silvestre
Copy link
Member

HikariCP is the default Spring Boot database connection pool
implementation and the current implementation of choice.

@silvestre silvestre added chore allow-acceptance-tests This label needs to be added to enable the acceptance tests to run. labels Nov 2, 2023
HikariCP is the default Spring Boot database connection pool
implementation and the current implementation of choice.
@silvestre silvestre force-pushed the replace-dbcp2-with-hikari branch from 11e4a4b to 1ef36c3 Compare November 2, 2023 10:59
Copy link

sonarqubecloud bot commented Nov 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@silvestre silvestre marked this pull request as ready for review November 2, 2023 12:11
@silvestre silvestre enabled auto-merge (squash) November 2, 2023 12:12
@silvestre silvestre merged commit 475228e into main Nov 2, 2023
29 checks passed
@silvestre silvestre deleted the replace-dbcp2-with-hikari branch November 2, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
allow-acceptance-tests This label needs to be added to enable the acceptance tests to run. chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants