Files
spring-boot/spring-boot-project
Andy Wilkinson e9fff8150d Avoid triggering NPE in Hikari with null driverClassName
Previously, the post-processing of HikariDataSource to apply custom
connection details would trigger an NPE in Hikari if those details
supplied a null driverClassName.

This commit avoids the problem by only setting the driverClassName
when it is non-null.

Closes gh-44997
2025-04-04 09:14:44 +01:00
..
2025-03-18 15:22:26 +01:00
2025-04-02 10:15:36 +01:00