Ignore unbindable datasource datasource properties

Closes gh-43988
This commit is contained in:
Moritz Halbritter
2025-01-29 14:14:40 +01:00
parent 61d7f3783e
commit 8536520e5e

View File

@@ -3402,5 +3402,48 @@
}
]
}
]
],
"ignored": {
"properties": [
{
"name": "spring.datasource.dbcp2.driver"
},
{
"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"
}
]
}
}