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

Lukasz Lenart updated WW-5433:
------------------------------
    Description: 
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}

  was:
Mark as @Deprecated

{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}


> 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)

Reply via email to