camunda / dmn-scala

DMN engine written in Scala
Apache License 2.0
34 stars 15 forks source link

I can set the value mapper and function provider in the builder #104

Open saig0 opened 3 years ago

saig0 commented 3 years ago

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).

saig0 commented 2 years ago

@korthout this is a potential issue for you to make the first steps in this project :rocket: