Remove bindable datasource properties from ignore list
Closes gh-45342
This commit is contained in:
parent
86a8c9ed4d
commit
bedb826b81
|
@ -3552,38 +3552,20 @@
|
|||
{
|
||||
"name": "spring.datasource.hikari.credentials"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.hikari.data-source-properties"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.hikari.exception-override"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.hikari.health-check-properties"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.hikari.metrics-tracker-factory"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.hikari.scheduled-executor"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.oracleucp.connection-factory-properties"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.oracleucp.connection-properties"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.oracleucp.connection-wait-duration-in-millis"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.oracleucp.hostname-resolver"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.oracleucp.pdb-roles"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.tomcat.db-properties"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue