What is a good way to make JEXL 2.1 coerce int/double values to
BigDecimal outside arithmetic expressions? So that one could write:
    someBean.someBigDecimalProperty = 1;
instead of:
    someBean.someBigDecimalProperty = 1.0b;

This is needed because non-technical users don't understand the
difference. Also, this seems a reasonable requirement because
JexlArithmetic does it already.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to