[ https://issues.apache.org/jira/browse/WW-5433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872262#comment-17872262 ]
Kusal Kithul-Godage commented on WW-5433: ----------------------------------------- Same with this one, can be closed :) > Remove deprecated constants in FreemarkerManager > ------------------------------------------------ > > Key: WW-5433 > URL: https://issues.apache.org/jira/browse/WW-5433 > Project: Struts 2 > Issue Type: Improvement > Components: Core > Reporter: Lukasz Lenart > Priority: Minor > Fix For: 7.0.0 > > > Delete the @Deprecated constants > {code:java} > @Deprecated(since = "Struts 6.5.0", forRemoval = true) > public static final String KEY_INCLUDE = "include_page"; > @Deprecated(since = "Struts 6.5.0", forRemoval = true) > public static final String KEY_REQUEST_PRIVATE = > "__FreeMarkerServlet.Request__"; > @Deprecated(since = "Struts 6.5.0", forRemoval = true) > public static final String KEY_REQUEST_PARAMETERS = "RequestParameters"; > @Deprecated(since = "Struts 6.5.0", forRemoval = true) > public static final String KEY_HASHMODEL_PRIVATE = > "__FreeMarkerManager.Request__"; > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)