|
|
|
@ -107,7 +107,8 @@ public class PropertySourcesPropertyValues implements PropertyValues {
|
|
|
|
|
PropertySourcesPropertyResolver resolver, String[] includes, String[] exacts) {
|
|
|
|
|
if (source.getPropertyNames().length > 0) {
|
|
|
|
|
for (String propertyName : source.getPropertyNames()) {
|
|
|
|
|
if (PropertySourcesPropertyValues.NON_ENUMERABLE_ENUMERABLES.contains(source.getName())
|
|
|
|
|
if (PropertySourcesPropertyValues.NON_ENUMERABLE_ENUMERABLES
|
|
|
|
|
.contains(source.getName())
|
|
|
|
|
&& !PatternMatchUtils.simpleMatch(includes, propertyName)) {
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|