Skip to content

Commit 8536520

Browse files
committed
Ignore unbindable datasource datasource properties
Closes gh-43988
1 parent 61d7f37 commit 8536520

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3402,5 +3402,48 @@
34023402
}
34033403
]
34043404
}
3405-
]
3405+
],
3406+
"ignored": {
3407+
"properties": [
3408+
{
3409+
"name": "spring.datasource.dbcp2.driver"
3410+
},
3411+
{
3412+
"name": "spring.datasource.hikari.credentials"
3413+
},
3414+
{
3415+
"name": "spring.datasource.hikari.data-source-properties"
3416+
},
3417+
{
3418+
"name": "spring.datasource.hikari.exception-override"
3419+
},
3420+
{
3421+
"name": "spring.datasource.hikari.health-check-properties"
3422+
},
3423+
{
3424+
"name": "spring.datasource.hikari.metrics-tracker-factory"
3425+
},
3426+
{
3427+
"name": "spring.datasource.hikari.scheduled-executor"
3428+
},
3429+
{
3430+
"name": "spring.datasource.oracleucp.connection-factory-properties"
3431+
},
3432+
{
3433+
"name": "spring.datasource.oracleucp.connection-properties"
3434+
},
3435+
{
3436+
"name": "spring.datasource.oracleucp.connection-wait-duration-in-millis"
3437+
},
3438+
{
3439+
"name": "spring.datasource.oracleucp.hostname-resolver"
3440+
},
3441+
{
3442+
"name": "spring.datasource.oracleucp.pdb-roles"
3443+
},
3444+
{
3445+
"name": "spring.datasource.tomcat.db-properties"
3446+
}
3447+
]
3448+
}
34063449
}

0 commit comments

Comments
 (0)