[jira] [Work logged] (WW-5431) Mark as deprecated unused constants in FreemarkerManager

2024-06-23 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/WW-5431?focusedWorklogId=924053=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-924053
 ]

ASF GitHub Bot logged work on WW-5431:
--

Author: ASF GitHub Bot
Created on: 24/Jun/24 05:40
Start Date: 24/Jun/24 05:40
Worklog Time Spent: 10m 
  Work Description: lukaszlenart merged PR #971:
URL: https://github.com/apache/struts/pull/971




Issue Time Tracking
---

Worklog Id: (was: 924053)
Time Spent: 0.5h  (was: 20m)

> Mark as deprecated unused constants in FreemarkerManager
> 
>
> Key: WW-5431
> URL: https://issues.apache.org/jira/browse/WW-5431
> Project: Struts 2
>  Issue Type: Improvement
>  Components: Core
>Reporter: Lukasz Lenart
>Assignee: Lukasz Lenart
>Priority: Minor
> Fix For: 6.5.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (WW-5431) Mark as deprecated unused constants in FreemarkerManager

2024-06-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/WW-5431?focusedWorklogId=924010=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-924010
 ]

ASF GitHub Bot logged work on WW-5431:
--

Author: ASF GitHub Bot
Created on: 21/Jun/24 14:29
Start Date: 21/Jun/24 14:29
Worklog Time Spent: 10m 
  Work Description: lukaszlenart opened a new pull request, #971:
URL: https://github.com/apache/struts/pull/971

   To be removed in Struts 7
   
   Closes [WW-5431](https://issues.apache.org/jira/browse/WW-5431)




Issue Time Tracking
---

Worklog Id: (was: 924010)
Remaining Estimate: 0h
Time Spent: 10m

> Mark as deprecated unused constants in FreemarkerManager
> 
>
> Key: WW-5431
> URL: https://issues.apache.org/jira/browse/WW-5431
> Project: Struts 2
>  Issue Type: Improvement
>  Components: Core
>Reporter: Lukasz Lenart
>Assignee: Lukasz Lenart
>Priority: Minor
> Fix For: 6.5.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (WW-5431) Mark as deprecated unused constants in FreemarkerManager

2024-06-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/WW-5431?focusedWorklogId=924011=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-924011
 ]

ASF GitHub Bot logged work on WW-5431:
--

Author: ASF GitHub Bot
Created on: 21/Jun/24 14:29
Start Date: 21/Jun/24 14:29
Worklog Time Spent: 10m 
  Work Description: sonarcloud[bot] commented on PR #971:
URL: https://github.com/apache/struts/pull/971#issuecomment-2182094378

   ## [![Quality Gate 
Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png
 'Quality Gate 
Failed')](https://sonarcloud.io/dashboard?id=apache_struts=971) 
**Quality Gate failed**  
   Failed conditions  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/failed-16px.png
 '') [C Maintainability Rating on New 
Code](https://sonarcloud.io/dashboard?id=apache_struts=971) 
(required ≥ A)  
 
   [See analysis details on 
SonarCloud](https://sonarcloud.io/dashboard?id=apache_struts=971)
   
   ##   
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/light_bulb-16px.png
 '') Catch issues before they fail your Quality Gate with our IDE extension 
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/sonarlint-16px.png
 '') 
[SonarLint](https://www.sonarsource.com/products/sonarlint/features/connected-mode/?referrer=pull-request)
   
   




Issue Time Tracking
---

Worklog Id: (was: 924011)
Time Spent: 20m  (was: 10m)

> Mark as deprecated unused constants in FreemarkerManager
> 
>
> Key: WW-5431
> URL: https://issues.apache.org/jira/browse/WW-5431
> Project: Struts 2
>  Issue Type: Improvement
>  Components: Core
>Reporter: Lukasz Lenart
>Assignee: Lukasz Lenart
>Priority: Minor
> Fix For: 6.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)