spring-boot/spring-boot-project/spring-boot-integration
Andy Wilkinson ce9ffd17fd Make Integration DataSource init back off without s-b-sql
Previously, the DataSource initialization would back off without
spring-boot-jdbc but spring-boot-sql was a required dependency.
Without spring-boot-sql, a failure would occur due to the absence
of OnDatabaseInitializationCondition.

This commit updates the auto-configuration so that spring-boot-sql
is now an optional dependency and DataSource initialization
backs off in its absence.

Closes gh-46244
2025-07-02 10:47:12 +01:00
..
src Make Integration DataSource init back off without s-b-sql 2025-07-02 10:47:12 +01:00
build.gradle Make Integration DataSource init back off without s-b-sql 2025-07-02 10:47:12 +01:00