Vincent Bussol created JEXL-466:
-----------------------------------
Summary: IllegalStateException parsing a template with string
interpolation
Key: JEXL-466
URL: https://issues.apache.org/jira/browse/JEXL-466
Project: Commons JEXL
Issue Type: Bug
Affects Versions: 3.7.0, 3.6.4
Reporter: Vincent Bussol
When creating the template:
{code:java}
$$ const a = 'a';
$$ const b = `${a}` {code}
The error below occurs:
{code:java}
java.lang.IllegalStateException: engine is not a accessible
at
org.apache.commons.jexl3.parser.JexlParser.parseInterpolation(JexlParser.java:1016)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)