spring-boot/spring-boot-project/spring-boot-autoconfigure
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
..
src Make sure Liquibase works with only spring-jdbc on the classpath 2020-03-31 13:10:37 +02:00
build.gradle Upgrade to Couchbase SDK v3 2020-03-17 17:00:09 +01:00