mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Missing change logs would lead to an exception even if the checkChangeLogLocation was set to false. Spring Boot's check would pass but Liquibase would fail later making this property redundant. Fixes gh-16232