feel-scala
feel-scala copied to clipboard
The FeelEngineBuilder is not usable from Java
Describe the bug
From a Java application, I can't use the new builder FeelEngineBuilder. The (default) constructor is not visible.
To Reproduce Steps to reproduce the behavior:
- In a Java class, add the following code snippet:
new FeelEngineBuilder().build()
- Verify that the statement doesn't compile
Expected behavior I can use the new FEEL engine builder from a Java application.
Environment
- FEEL engine version:
1.17.0 - Affects:
- Camunda Automation Platform 7: [7.x]
- Zeebe broker: [0.x]