You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2023/10/05 06:39:58 UTC

[struts] branch master updated (248bc7214 -> ff9ecbe08)

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


    from 248bc7214 Merge pull request #756 from apache/feature/WW-5347-digester
     add debcb541e WW-5338 Removes deprecated OgnTool
     add 3b41e6bcb WW-5338 Removes also deprecated constant in ContextUtil
     add ff9ecbe08 Merge pull request #758 from apache/feature/WW-5338-remove-ognltool

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/struts2/util/StrutsUtil.java   | 15 ++----
 .../struts2/views/freemarker/FreemarkerResult.java | 16 +++---
 .../org/apache/struts2/views/jsp/ui/OgnlTool.java  | 60 ----------------------
 .../org/apache/struts2/views/util/ContextUtil.java |  2 -
 core/src/main/resources/struts-beans.xml           |  3 --
 .../views/freemarker/PortletFreemarkerResult.java  | 10 ++--
 .../struts2/views/velocity/VelocityManager.java    |  2 -
 .../views/velocity/VelocityManagerTest.java        |  1 -
 8 files changed, 15 insertions(+), 94 deletions(-)
 delete mode 100644 core/src/main/java/org/apache/struts2/views/jsp/ui/OgnlTool.java