Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.3
-
None
-
Patch
Description
the class GroovyScriptEngine loaded from a url other than file will never be updated. I made a patch for it.
exam:
gse = new groovy.util.GroovyScriptEngine(new String[]
);
gse.getConfig().setMinimumRecompilationInterval(0);
the class from http://localhost/ will never refresh.
I found this when made a URL type for JDBC.
Attachments
Attachments
Issue Links
- relates to
-
GROOVY-4175 GroovyScriptEngine - loading non file based scripts does not work - isSourceNewer
- Closed