Merge branch '2.1.x'
This commit is contained in:
@@ -92,9 +92,8 @@ public class ConfigurationMetadataDocumentWriter {
|
||||
List<String> matchingOverrides = overrides.keySet().stream()
|
||||
.filter((overrideKey) -> overrideKey.startsWith(keyPrefix))
|
||||
.collect(Collectors.toList());
|
||||
matchingOverrides.forEach((match) -> {
|
||||
table.addEntry(overrides.remove(match));
|
||||
});
|
||||
matchingOverrides.forEach((match) ->
|
||||
table.addEntry(overrides.remove(match)));
|
||||
}
|
||||
List<String> matchingKeys = unmappedKeys.stream()
|
||||
.filter((key) -> keyPrefixes.stream().anyMatch(key::startsWith))
|
||||
|
||||
Reference in New Issue
Block a user