Files
spring-boot/spring-boot-project
Stephane Nicoll 0616ecfa5c Make sure Liquibase works with only spring-jdbc on the classpath
This commit improves the Liquibase auto-configuration to only rely on
spring-jdbc when a `DataSource` should be created on-the-fly for the
purpose of its initialization.

Previously, a connection pool implementation must be added as well, now
we're fallbacking on `SimpleDriverDataSource` if necessary. This
improves the database initialization use case with R2DBC.

Closes gh-20715
2020-03-31 13:10:37 +02:00
..
2020-03-30 13:08:16 +02:00
2020-03-11 13:17:12 +00:00
2020-03-23 14:14:47 -07:00
2020-03-28 08:42:59 +01:00