mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Enable MessageSourceAutoConfiguration OnMissingBeanCondition by name rather than class since AbstractApplicationContext expects MessageSource to be defined only with "messageSource" name. See gh-15212