mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 05:09:13 +00:00
SqlScriptsTestExecutionListener now implements AotTestExecutionListener in order to register run-time hints for SQL scripts used by test classes and test methods annotated with @Sql if the configured or detected SQL scripts are classpath resources. Closes gh-29027