Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-6
-
Fix Version/s: 1.8.0
-
Component/s: GroovyScriptEngine
-
Labels:None
-
Environment:OS:WindowsXp
-
Number of attachments :
Description
Once GroovyScriptEngine starts executing a script it does stop untill it finish whole script. There should be mechanism to stop a running script.
It is possible to get the GroovyClassLoader used and to use this loader to add to the compiler configuration in there a compiler customizer, which does achieve this. Groovy provides some transforms, which can be used for this