mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Prior to this commit, the native image support for scanning Flyway migration scripts would not scan sub-folders at runtime when running a Native image. This commit ensures that the resource scanning at runtime also considers sub-directories for native images. Fixes gh-49661