camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 49 forks source link

The FeelEngineBuilder is not usable from Java #724

Open saig0 opened 10 months ago

saig0 commented 10 months ago

Describe the bug From a Java application, I can't use the new builder FeelEngineBuilder. The (default) constructor is not visible.

Screenshot from 2023-09-20 13-56-00

To Reproduce Steps to reproduce the behavior:

  1. In a Java class, add the following code snippet:
    new FeelEngineBuilder().build()
  2. Verify that the statement doesn't compile

Expected behavior I can use the new FEEL engine builder from a Java application.

Environment