mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
lookupWithFallbackToAll is the only method that's called with a non-null default value. Default value support can be removed from the other lookup methods. Closes gh-48986