You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2023/02/10 21:41:01 UTC

[jira] [Closed] (GROOVY-10715) Make StreamingTemplateEngine support reusing ClassLoader

     [ https://issues.apache.org/jira/browse/GROOVY-10715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King closed 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
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 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 can do the same thing for {{{}StreamingTemplateEngine{}}}, e.g. {{groovy.StreamingTemplateEngine.reuseClassLoader}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)