From 0da6bc5723f85fbfa575610589a8e034b30debdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Aug 2025 11:01:24 +0200 Subject: [PATCH] Ignore new property that can't be bound See gh-46739 --- .../META-INF/additional-spring-configuration-metadata.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/spring-boot-jdbc/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-jdbc/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 0a619e8601b..c35f676e45c 100644 --- a/module/spring-boot-jdbc/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/module/spring-boot-jdbc/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -162,7 +162,7 @@ ] } ], - "ignored": { + "ignored": { "properties": [ { "name": "spring.datasource.dbcp2.driver" @@ -170,6 +170,9 @@ { "name": "spring.datasource.hikari.credentials" }, + { + "name": "spring.datasource.hikari.credentials-provider" + }, { "name": "spring.datasource.hikari.exception-override" },