mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Without those changes, if @AutoConfigureTestDatabase is used, the native image build process fails with: EmbeddedDatabaseConnection was unintentionally initialized at build time. Closes gh-32865