Merge branch 'main' of https://gitea.kamma.cz/kamma/apicurio-migration-tool
This commit is contained in:
commit
27e1a13b7c
@ -86,7 +86,7 @@ public abstract class AbstractProcess {
|
||||
yamlFactory.configure(YAMLGenerator.Feature.MINIMIZE_QUOTES, true);
|
||||
yamlFactory.configure(YAMLGenerator.Feature.SPLIT_LINES, false);
|
||||
mapperYaml = new ObjectMapper(yamlFactory);
|
||||
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
|
||||
mapperYaml.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
|
||||
|
||||
config = ConfigManager.getInstance().getConfig();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user