fixed mapperYaml

This commit is contained in:
Radek Davidek 2026-02-20 15:35:23 +01:00
parent 59b0cde730
commit 46cf8b116d

View File

@ -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();