feel-scala icon indicating copy to clipboard operation
feel-scala copied to clipboard

The FeelEngineBuilder is not usable from Java

Open saig0 opened this issue 2 years ago • 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]

saig0 avatar Sep 20 '23 11:09 saig0