You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: