You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2008/05/15 18:25:05 UTC

[jira] Created: (WW-2649) Update Struts' FreeMarker BeanWrapper to support FreeMarker's recent performance improvements

Update Struts' FreeMarker BeanWrapper to support FreeMarker's recent performance improvements
---------------------------------------------------------------------------------------------

                 Key: WW-2649
                 URL: https://issues.apache.org/struts/browse/WW-2649
             Project: Struts 2
          Issue Type: Improvement
    Affects Versions: 2.1.2
            Reporter: James Holmes
            Assignee: James Holmes
            Priority: Minor
             Fix For: 2.1.3


FreeMarker 2.3.11 introduced performance improvements to the BeanWrapper class and also deprecated one of the key methods that gets overridden by BeanWrapper subclasses. See the following page for details on the changes in FreeMarker 2.3.11:

http://www.freemarker.org/docs/versions_2_3_11.html

The org.apache.struts2.views.freemarker.StrutsBeanWrapper class should be updated to take advantage of the new FreeMarker performance improvements and to remove the use of a deprecated method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (WW-2649) Update Struts' FreeMarker BeanWrapper to support FreeMarker's recent performance improvements

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on WW-2649 started by James Holmes.

> Update Struts' FreeMarker BeanWrapper to support FreeMarker's recent performance improvements
> ---------------------------------------------------------------------------------------------
>
>                 Key: WW-2649
>                 URL: https://issues.apache.org/struts/browse/WW-2649
>             Project: Struts 2
>          Issue Type: Improvement
>    Affects Versions: 2.1.2
>            Reporter: James Holmes
>            Assignee: James Holmes
>            Priority: Minor
>             Fix For: 2.1.3
>
>
> FreeMarker 2.3.11 introduced performance improvements to the BeanWrapper class and also deprecated one of the key methods that gets overridden by BeanWrapper subclasses. See the following page for details on the changes in FreeMarker 2.3.11:
> http://www.freemarker.org/docs/versions_2_3_11.html
> The org.apache.struts2.views.freemarker.StrutsBeanWrapper class should be updated to take advantage of the new FreeMarker performance improvements and to remove the use of a deprecated method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2649) Update Struts' FreeMarker BeanWrapper to support FreeMarker's recent performance improvements

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes resolved WW-2649.
------------------------------

    Resolution: Fixed

Fixed in SVN revision 656728.

> Update Struts' FreeMarker BeanWrapper to support FreeMarker's recent performance improvements
> ---------------------------------------------------------------------------------------------
>
>                 Key: WW-2649
>                 URL: https://issues.apache.org/struts/browse/WW-2649
>             Project: Struts 2
>          Issue Type: Improvement
>    Affects Versions: 2.1.2
>            Reporter: James Holmes
>            Assignee: James Holmes
>            Priority: Minor
>             Fix For: 2.1.3
>
>
> FreeMarker 2.3.11 introduced performance improvements to the BeanWrapper class and also deprecated one of the key methods that gets overridden by BeanWrapper subclasses. See the following page for details on the changes in FreeMarker 2.3.11:
> http://www.freemarker.org/docs/versions_2_3_11.html
> The org.apache.struts2.views.freemarker.StrutsBeanWrapper class should be updated to take advantage of the new FreeMarker performance improvements and to remove the use of a deprecated method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.