-
Phillip Webb authored
Update `ConfigurationPropertiesBean.getAll()` to limit the candidate beans that will actually need a `getBean()` call. Prior to this commit calling `getAll()` would trigger a get of every bean in the context, some of which might fail. Fixes gh-18714
744dcd94