mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Update `ApplicationContextAssert.getBean` so that multiple beans are supported as long as one of them is primary. This aligns better with the way that the standard `ApplicationContext.getBean` method works. Closes gh-14874