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

Henri Biestro resolved JEXL-95.
-------------------------------

    Resolution: Fixed

New Revision: 892278

URL: http://svn.apache.org/viewvc?rev=892278&view=rev
Log:
JEXL-95 fix

Added:
    
commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl2/scripting/JexlScriptEngineOptionalTest.java
(with props)
Modified:
    commons/proper/jexl/trunk/pom.xml
    
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/JexlEngine.java
    
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/parser/StringParser.java
    
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/scripting/JexlScriptEngine.java
    
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/scripting/JexlScriptEngineFactory.java
    
commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl2/scripting/JexlScriptEngineTest.java

Modified: commons/proper/jexl/trunk/pom.xml

Modified the pom to range spec >= beta3 so bsf3 can be picked up automatically 
when available in repos.

> Enhance JSR-223 implementation
> ------------------------------
>
>                 Key: JEXL-95
>                 URL: https://issues.apache.org/jira/browse/JEXL-95
>             Project: Commons JEXL
>          Issue Type: Improvement
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>            Priority: Minor
>             Fix For: 2.0
>
>
> JexlScriptEngineFactory#getOutputStatement is in TODO; fixing by adding a 
> 'print' function in global namespace and an escape method for strings.
> JexlScriptEngine should implement Compilable so Scripts can be reevaluated 
> without reparsing (there is no cache on the underlying JexlEngine); fixing by 
> wrapping Script in CompiledScript

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to