spring-boot/spring-boot-actuator/src
Stephane Nicoll eb045f1da1 Fix value of property in PropertySource descriptor
Prior to this commit, if a key was present in multiple PropertySources,
all descriptors shared the same common value. This commit makes sure
that each PropertySource descriptor shows the value it defines rather
than the one that is promoted in the Environment.

Closes gh-10428
2017-09-26 18:16:53 +02:00
..
main/java/org/springframework/boot/actuate Fix value of property in PropertySource descriptor 2017-09-26 18:16:53 +02:00
test Fix value of property in PropertySource descriptor 2017-09-26 18:16:53 +02:00