spring-boot/spring-boot-project/spring-boot-autoconfigure
Andy Wilkinson b6bccc1378 Support DataSource auto-configuration without spring-jdbc
Prior to these changes, auto-configured a DataSource required
spring-jdbc to be on the classpath even if the app made no use of any
of its features.

The changes largely remove the use of spring-jdbc during DataSoruce
auto-configure or disable some support (configuring an unpooled,
embedded database) in its absense. The extra unwrapping in
DataSourceBuilder has been removed as it appears to be redundant.
The existing test for deriving from an embedded database continues
to work without it.

Closes gh-43786
2025-03-10 17:54:34 +00:00
..
src Support DataSource auto-configuration without spring-jdbc 2025-03-10 17:54:34 +00:00
build.gradle Merge branch '3.3.x' 2024-09-24 14:32:48 -07:00