mesh
mesh copied to clipboard
Let plugin initialization fail on unknown configuration fields
Currently the object mapper used in PluginConfigUtil#loadConfig()sets
DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIESto
false`.
Loading the plugin configuration should fail, when the contents of the YAML file does not correspond exactly with the specified class it is deserialized into, to make breaking changes in the configuration more obvious.