Original:
I can register custom functions with the shaded Scala FEEL Engine artifact
New:
*AT*
# A list of custom function providers can be registered programmatically in the standalone DMN Engine as well as in the Process Engine
# No Scala types are passed as arguments or returned as function result => Only native Java types are used
## The types are converted using the built-in Scala Value Mappers
# I can register custom functions via SPI directly in the Scala FEEL Engine without type transformation
# I can use Spring Beans in my custom functions