mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Previously, if a type to bind had a property whose type could not be loaded, this would fail the whole build. This commit makes sure that such failure does not stop AOT processing: rather we ignore the incomplete type and carry on. Closes gh-43598