mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Update `DataSourceBuilder` so that setters are not longer called for `null` values. This restores Spring Boot 2.4 behavior. Fixes gh-26633 Co-authored-by: Phillip Webb <pwebb@vmware.com>