Fix connection leak in JdbcDatabaseDelegate by froque · Pull Request #9662 · testcontainers/testcontainers-java · GitHub
Skip to content

Fix connection leak in JdbcDatabaseDelegate#9662

Merged
eddumelendez merged 2 commits into
testcontainers:mainfrom
froque:fix_leak_connections
Apr 23, 2025
Merged

Fix connection leak in JdbcDatabaseDelegate#9662
eddumelendez merged 2 commits into
testcontainers:mainfrom
froque:fix_leak_connections

Conversation

@froque

@froque froque commented Dec 20, 2024

Copy link
Copy Markdown
Contributor

A new connection was opened every time, without being closed.

@froque froque requested a review from a team December 20, 2024 18:15
A new connection was opened every time, without being closed.
@froque froque force-pushed the fix_leak_connections branch from 43d83e0 to ecb1848 Compare February 14, 2025 14:49
Comment thread modules/jdbc/src/main/java/org/testcontainers/jdbc/JdbcDatabaseDelegate.java Outdated
@eddumelendez eddumelendez added this to the next milestone Apr 23, 2025
@eddumelendez eddumelendez merged commit 8d954b5 into testcontainers:main Apr 23, 2025
@eddumelendez

Copy link
Copy Markdown
Member

@froque froque deleted the fix_leak_connections branch May 2, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants