The DMN engine uses a value mapper and a function provider to build the internal FEEL engine. Currently, the value mapper and the function provider are loaded via Java's SPI.
We should extend the builder to pass the value mapper and the function provider directly (without using Java's SPI mechanism).
Description
The DMN engine uses a value mapper and a function provider to build the internal FEEL engine. Currently, the value mapper and the function provider are loaded via Java's SPI.
We should extend the builder to pass the value mapper and the function provider directly (without using Java's SPI mechanism).