[fixes #9108] - Unable to recognized SPI persisted properties

This commit is contained in:
Pedro Igor 2021-12-13 11:08:13 -03:00
parent 7dc5556b40
commit 6cc674a875

View file

@ -64,7 +64,7 @@ public final class PersistedConfigSource extends PropertiesConfigSource {
return value;
}
return null;
return super.getValue(propertyName.replace('-', '.'));
}
private static Map<String, String> readProperties() {