simpleel icon indicating copy to clipboard operation
simpleel copied to clipboard

Simple Expression Language

Results 4 simpleel issues
Sort by recently updated
recently updated
newest added

如题,org.apache.logging.log4j.core.script.ScriptManager中76行会调用javax.script.ScriptEngineManager来获取ScriptEngineFactory, ![image](https://user-images.githubusercontent.com/4710189/46005419-ce8b1580-c0e7-11e8-84e9-6b6e9c0a39b8.png) ![image](https://user-images.githubusercontent.com/4710189/46005444-dd71c800-c0e7-11e8-8253-772be8513e34.png) ![image](https://user-images.githubusercontent.com/4710189/46005493-f4181f00-c0e7-11e8-9bde-2df4f63afec9.png)

现在只有DefaultExpressEvalService.eval(ctx, criticalExp),这个接口必须要传入 上下文,而我希望能有个类似这样的接口:DefaultExpressEvalService.eval(criticalExp)