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.
Activity
blackdrag blackdrag
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Parent |
|
|
| Issue Type | New Feature [ 2 ] | Sub-task [ 7 ] |
blackdrag blackdrag
made changes -
| Parent |
|
|
| Issue Type | Sub-task [ 7 ] | Improvement [ 4 ] |
blackdrag blackdrag
made changes -
| Component/s | GroovyScriptEngine [ 14484 ] | |
| Component/s | groovy-jdk [ 10750 ] |
blackdrag blackdrag
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | blackdrag blackdrag [ blackdrag ] | |
| Fix Version/s | 1.8.0 [ 17222 ] | |
| Resolution | Fixed [ 1 ] |
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