[
https://issues.apache.org/jira/browse/JEXL-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro updated JEXL-466:
-------------------------------
Assignee: Henri Biestro
> 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.6.4, 3.7.0
> Reporter: Vincent Bussol
> Assignee: Henri Biestro
> Priority: Major
>
> 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)