Skip to content

[WIP] Investigate disabling database connection pool in Micronaut#180

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/disable-database-connection-pool
Draft

[WIP] Investigate disabling database connection pool in Micronaut#180
Copilot wants to merge 1 commit intomainfrom
copilot/disable-database-connection-pool

Conversation

Copy link
Contributor

Copilot AI commented Dec 10, 2025

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Investigate what would be required to have the connection pool of micronaut disabled? I want every connection to be open and closed. Does it already exist? If not, how could it be implemented? Only analysis, no code changes

I am referring to database connection pool, I want to disable detabase connection pool, meaning that every time a connection is requested a new one is created and every time close is called in such a connection it is actually closed, not returned to the pool.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

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

Successfully merging this pull request may close these issues.

2 participants