mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
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