When mapping a YAML file to beans, I get no message or exception if some values cannot be mapped to the bean's attributes. Those values are silently ignored.
I think that we should have the ability to configure if we want to raise an exception or log a warning when that happens.