codeconsole opened a new pull request, #15432: URL: https://github.com/apache/grails-core/pull/15432
When using Java 25, all grails applications startup with ``` > Task :bootRun WARNING: Use of the three-letter time zone ID "ACT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "AET" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "AGT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "ART" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "AST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "BET" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "BST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "CAT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "CNT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "CST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "CTT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "EAT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "ECT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "EST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "HST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "IET" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "IST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "JST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "MIT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "MST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "NET" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "NST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "PLT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "PNT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "PRT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "PST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "SST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "VST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "BET" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "PST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "ART" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "JST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "VST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "IET" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "CNT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "PLT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "PNT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "EST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "EAT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "ECT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "PRT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "CTT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "SST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "MST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "AST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "NST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "HST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "ACT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "BST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "AET" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "IST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "CST" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "NET" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "AGT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "CAT" is deprecated and it will be removed in a future release WARNING: Use of the three-letter time zone ID "MIT" is deprecated and it will be removed in a future release Grails application running at http://localhost:8090 in environment: development ``` This is due to the legacy FastDateFormat. This PR switches to java.time instead while maintaining backward compatibility. The messages no longer occur after this fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
