Skip to content

Commit

Permalink
feat: add connection pooling for postgres connections (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
saxenakshitiz authored Aug 23, 2022
1 parent 86fbc5d commit ccc8cf9
Show file tree
Hide file tree
Showing 7 changed files with 552 additions and 464 deletions.
3 changes: 3 additions & 0 deletions document-store/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.10")
implementation("net.jodah:failsafe:2.4.0")
implementation("com.google.guava:guava:31.1-jre")
implementation("org.apache.commons:commons-dbcp2:2.9.0")

testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("org.mockito:mockito-core:4.4.0")
testImplementation("org.mockito:mockito-junit-jupiter:4.4.0")
Expand All @@ -27,6 +29,7 @@ dependencies {
integrationTestImplementation("com.github.java-json-tools:json-patch:1.13")
integrationTestImplementation("org.testcontainers:testcontainers:1.15.2")
integrationTestImplementation("org.testcontainers:junit-jupiter:1.15.2")
integrationTestImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.1")
}

tasks.test {
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit ccc8cf9

Please sign in to comment.