mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
155e3bd5e6
Relocate `@AutoConfigureDataSourceInitialization` from `spring-jdbc-test` to `spring-boot-test-autoconfigure`. This change allows Flyway and Liquibase to respond to the annotation without the user needing to remember the `spring-jdbc-test` dependency. This is especially important for R2DB applications which may still be using Flyway or Liquibase for migrations and will want them to apply during tests. See gh-46356 See gh-47322