Skip to content

Commit 0da6bc5

Browse files
committed
Ignore new property that can't be bound
See gh-46739
1 parent dad4cb2 commit 0da6bc5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

module/spring-boot-jdbc/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,17 @@
162162
]
163163
}
164164
],
165-
"ignored": {
165+
"ignored": {
166166
"properties": [
167167
{
168168
"name": "spring.datasource.dbcp2.driver"
169169
},
170170
{
171171
"name": "spring.datasource.hikari.credentials"
172172
},
173+
{
174+
"name": "spring.datasource.hikari.credentials-provider"
175+
},
173176
{
174177
"name": "spring.datasource.hikari.exception-override"
175178
},

0 commit comments

Comments
 (0)