- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
Spring boot version: 2.7.9, the spring-boot-project version of r2dbc more specifically the class
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/r2dbc/ConnectionFactoryConfigurations.java
does not map the new property available in r2dbc-pool, in the case of minIdle the idea is to map this field?
See new field in
https://github.com/r2dbc/r2dbc-pool/blob/0.9.x/src/main/java/io/r2dbc/pool/ConnectionPoolConfiguration.java
Is there any specific reason for not having mapped?
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug