Files
spring-boot/spring-boot-project
chang-chao 256ca681fd Consider aliases when checking descendants
Update `AliasedConfigurationPropertySource` to consider aliases in
`containsDescendantOf`.

Prior to this commit, given a source containing `example.name` with
a defined alias of `other.name -> example.name` calling
`containsDescendantOf("other")` would incorrectly return
`ConfigurationPropertyState.ABSENT`.

Closes gh-14967
2018-10-26 16:08:56 -07:00
..
2018-10-18 15:38:06 +01:00
2018-10-05 13:30:24 -07:00
2018-09-26 11:43:19 -04:00
2018-10-16 11:37:02 +02:00
2018-10-02 10:30:14 -07:00