[
https://issues.apache.org/jira/browse/WW-5576?focusedWorklogId=992025&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-992025
]
ASF GitHub Bot logged work on WW-5576:
--------------------------------------
Author: ASF GitHub Bot
Created on: 17/Nov/25 12:53
Start Date: 17/Nov/25 12:53
Worklog Time Spent: 10m
Work Description: sonarqubecloud[bot] commented on PR #1415:
URL: https://github.com/apache/struts/pull/1415#issuecomment-3541691458
## [](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1415)
**Quality Gate passed**
Issues
 [0 New
issues](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=1415&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
 [0 Accepted
issues](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=1415&issueStatuses=ACCEPTED)
Measures
 [0 Security
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=1415&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
 [0.0% Coverage on New
Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1415&metric=new_coverage&view=list)
 [0.0% Duplication on New
Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1415&metric=new_duplicated_lines_density&view=list)
[See analysis details on SonarQube
Cloud](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1415)
Issue Time Tracking
-------------------
Worklog Id: (was: 992025)
Time Spent: 0.5h (was: 20m)
> In Java 25: the use of the three-letter time zone IDs is deprecated
> -------------------------------------------------------------------
>
> Key: WW-5576
> URL: https://issues.apache.org/jira/browse/WW-5576
> Project: Struts 2
> Issue Type: Improvement
> Components: Core
> Affects Versions: 7.0.3
> Reporter: Markus Fischer
> Assignee: Lukasz Lenart
> Priority: Trivial
> Fix For: 7.2.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> In Java 25 the use of the three-letter time zone IDs is discouraged, probably
> since Java 8. Java 25 now prints explicit warnings like:
>
> {code:java}
> WARNING: Use of the three-letter time zone ID "ACT" is deprecated and it
> will be removed in a future release{code}
>
> See also [https://bugs.java.com/bugdatabase/view_bug?bug_id=8342550]
> This may be due to the use of code like
>
> {code:java}
> private static final TimeZone GMT = TimeZone.getTimeZone("GMT");{code}
>
> We should use the full IANA IDs like "Europe/London".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)