Dmitri Blinov created JEXL-227:
----------------------------------
Summary: JexlScriptEngineFactory.getEngineVersion() should return
actual version, ie 3.1 as of reporting
Key: JEXL-227
URL: https://issues.apache.org/jira/browse/JEXL-227
Project: Commons JEXL
Issue Type: Bug
Affects Versions: 3.1
Reporter: Dmitri Blinov
Priority: Minor
JexlScriptEngineFactory.getEngineVersion() reports "3.0" as a script engine
version in 3.1
{code}
public String getEngineVersion() {
return "3.0"; // ensure this is updated if function changes are made to
this class
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)