Fix connection leak in JdbcDatabaseDelegate by froque · Pull Request #9662 · testcontainers/testcontainers-java
Navigation Menu
{{ message }}
testcontainers / testcontainers-java Public
- Notifications You must be signed in to change notification settings
- Fork 1.8k
Merged
eddumelendez merged 2 commits intotestcontainers:mainfrom
Apr 23, 2025Merged
Fix connection leak in JdbcDatabaseDelegate#9662
eddumelendez merged 2 commits intotestcontainers:mainfrom
Fix connection leak in JdbcDatabaseDelegate#9662
eddumelendez merged 2 commits intotestcontainers:mainfrom
Conversation
Copy link
Contributor
froque
commented
Dec 20, 2024
froque
commented
A new connection was opened every time, without being closed.
froque
requested a review
from a team
github-actions
bot
added
the
modules/jdbc
label
A new connection was opened every time, without being closed.
froque
force-pushed
the
fix_leak_connections
branch
from
43d83e0 to
ecb1848
Compare
modules/jdbc/src/main/java/org/testcontainers/jdbc/JdbcDatabaseDelegate.java
Outdated
Show resolved
Hide resolved
modules/jdbc/src/main/java/org/testcontainers/jdbc/JdbcDatabaseDelegate.java Outdated Show resolved Hide resolved
eddumelendez
added this to the
next milestone
eddumelendez
added
the
type/bug
label
Copy link
Member
eddumelendez
commented
Apr 23, 2025
eddumelendez commented
Apr 23, 2025Thanks for your contribution, @froque !
froque
deleted the
fix_leak_connections
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment