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

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

                Author: ASF GitHub Bot
            Created on: 17/Nov/25 13:23
            Start Date: 17/Nov/25 13:23
    Worklog Time Spent: 10m 
      Work Description: kusalk commented on code in PR #1415:
URL: https://github.com/apache/struts/pull/1415#discussion_r2534062181


##########
parent/pom.xml:
##########
@@ -37,14 +37,15 @@
     <properties>
         <maven.site.skip>true</maven.site.skip>
         <maven.site.deploy.skip>true</maven.site.deploy.skip>
+        <struts-annotations.version>2.0</struts-annotations.version>

Review Comment:
   Not too important, but for consistency this property should go in the root 
`pom.xml`





Issue Time Tracking
-------------------

    Worklog Id:     (was: 992029)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  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)

Reply via email to