[
https://issues.apache.org/jira/browse/GROOVY-10715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574333#comment-17574333
]
ASF GitHub Bot commented on GROOVY-10715:
-----------------------------------------
daniellansun opened a new pull request, #1758:
URL: https://github.com/apache/groovy/pull/1758
https://issues.apache.org/jira/browse/GROOVY-10715
> Make StreamingTemplateEngine support reusing ClassLoader
> --------------------------------------------------------
>
> Key: GROOVY-10715
> URL: https://issues.apache.org/jira/browse/GROOVY-10715
> Project: Groovy
> Issue Type: Improvement
> Reporter: Daniel Sun
> Priority: Major
> Fix For: 5.0.0-alpha-1, 4.0.5
>
>
> {{StreamingTemplateEngine}} creates a new ClassLoader instance each time it
> tries to create a template instance. As a result, we can not reuse the class
> cache of {{GroovyClassLoader}} and save the time of compilation.
> {{GStringTemplateEngine}} supports option
> {{groovy.GStringTemplateEngine.reuseClassLoader}} to reuse
> {{GroovyClassLoader}}, we do the same thing for {{StreamingTemplateEngine}},
> e.g. {{groovy.StreamingTemplateEngine.reuseClassLoader}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)