mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Previously, SpringPackageScanResolver was handling as subset of the failures that Liquibase’s DefaultPackageScanResolver handles. This could lead to a failure due to a LinkageError in certain environments. This commit updates SpringPackageScanClassResolver to align its error handling with what Liquibase does. Fixes gh-1853