mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Thanks to a proposal from @wilkinsona, this commit introduces a try-catch block in loadBeanDefinitions(...) which throws an IllegalStateException that provides context regarding the configuration class and cause of the failure. Closes gh-35631 Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>