mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
This commit modifies the output of BeanNotOfRequiredTypeFailureAnalyzer to include type information for both the actual and the required types and to remove ambiguity. Fixes gh-26821