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.