-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.13.0
-
None
-
None
Steps to reproduce
Use a variable in an output entry with the value Double.MAX_VALUE or Float.MAX_VALUE
Expected behavior
Variable value can be returned.
Observed behavior
A 0 value of type long is returned.
Is this a bug according to the DMN FEEL 1.2 specification?
- No, the specification proposes to represent the FEEL value number with the help of the Java Type java.math.BigDecimal
- The Java type Double & Float is not explicitly supported
Hints
- This is probably also broken when it comes to comparison
- See failing test case: https://github.com/camunda/camunda-bpm-platform/commit/8431c3
Estimation
Unknown
This is the controller panel for Smart Panels app
- is caused by
-
CAM-11184 Add support for full FEEL 1.2 feature set
- Closed