camunda/feel-scala

The FeelEngineBuilder is not usable from Java

Opened this issue · 0 comments

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()
  1. 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]