You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Biestro (Jira)" <ji...@apache.org> on 2021/06/07 13:15:06 UTC

[jira] [Closed] (JEXL-349) Script valid in 3.0 no longer valid

     [ https://issues.apache.org/jira/browse/JEXL-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro closed JEXL-349.
------------------------------

> Script valid in 3.0 no longer valid
> -----------------------------------
>
>                 Key: JEXL-349
>                 URL: https://issues.apache.org/jira/browse/JEXL-349
>             Project: Commons JEXL
>          Issue Type: Bug
>            Reporter: Cameron Samak
>            Assignee: Henri Biestro
>            Priority: Minor
>             Fix For: 3.2
>
>
> {code:java}
> String text = "(A ? B.C : D)";
> JexlExpression expr = engine.createExpression(text); // works at HEAD
> JexlExpression script = engine.createScript(text); // does not work
> {code}
> Both lines above work in 3.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)