-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Closed
Description
Commit 8536520 in #43988 added a variety of properties to a list of ignored properties due them being "unbindable", however several of them are bindable.
I have been using the following properties just fine for years, however when building against 3.5.0 snapshots, my IDE is now giving me warnings about those properties being unknown. Note that binding them at runtime still works though:
spring.datasource.hikari.data-source-properties
, example:spring.datasource.hikari.data-source-properties.oracle.jdbc.ReadTimeout=60000
.spring.datasource.oracleucp.connection-properties
, example:spring.datasource.oracleucp.connection-properties.oracle.jdbc.ReadTimeout=60000
.
I'm not using spring.datasource.hikari.health-check-properties
, but that seems to be affected as well.
I propose to review the list of ignored properties and reinstate those that are indeed bindable.
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug