• Andy Wilkinson's avatar
    Make Flyway and Liquibase auto-config back off without spring-jdbc · a1e279f7
    Andy Wilkinson authored
    The auto-config requires Spring JDBC for DataSource creation from
    spring.flyway.url or spring.liquibase.url, checking Flyway migrations
    exist, etc. Without it, the application fails to start due to missing
    spring-jdbc classes.
    
    This commit updates the auto-config so that it backs off in the
    absence of spring-jdbc.
    
    Closes gh-26849
    a1e279f7
Name
Last commit
Last update
..
src Loading commit data...
build.gradle Loading commit data...