Closed wondevc closed 3 months ago
If this is a bug, I think it needs to be fixed as soon as possible
Creating artificial urgency doesn't really help anyone.
If you would like something to be fixed as soon as possible, open a pull request that contributes a test that reproduces the problem you're facing and the necessary changes to make the test pass. Failing that, providing a minimal reproducible example will allow someone else to identify and, if necessary, fix the problem more quickly.
Sorry for the delay in updating as I was checking more thoroughly.
I found that the PoolingAwareOptionsCapableWrapper
is correctly creating the ConnectionPool
, and the part where I saw driver options being overwritten was actually part of the logic for creating delegate
connection factory options.
My mistake—there's no issue with this part!
Spring Boot Version : v3.3.2 RELEASE
Related PR : https://github.com/spring-projects/spring-boot/commit/eb1200415dee2b8e84bec3b9bedc55101d7653b7#diff-e8a2a8cb23de24e30e2577430ad4d43354da201e61d30de5d6653a4126b571a7R222
If this is a bug, I think it needs to be fixed as soon as possible My pooling settings are being ignored.
Additionally, I found that the connection factory is being created with copied options, which completely ignore my settings
original
copied