Description
Currently Oak Core has a dependency on commons-beanutils and its only used in XXXBlobBuilders for setting the properties of bean from property map. Similar support is provided in BeanConfig#newInstance [1]
it would be better to copy that logic as part of PropertiesUtils and remove dependency on beanutils