[jdk8u] RFR: 8339644: Improve parsing of Day/Month in tzdata rules
Andrew John Hughes
andrew at openjdk.org
Tue Jan 7 01:10:43 UTC 2025
On Tue, 10 Dec 2024 19:11:17 GMT, Dmitry Cherepanov <dcherepanov at openjdk.org> wrote:
> The backport is a prerequisite for timezone data update to 2024b. Targeting the PR to jdk8u repo (January release).
>
> The change doesn’t apply cleanly. In JDK9, JDK-8042369 rewrote the builder classes but it’s too large to backport to 8u so I adopted 11u backport for 8u codebase. The test change applies cleanly after path reshuffling except copyright year.
>
> Testing: jtreg tests (java/text/Format java/util/TimeZone sun/util/calendar sun/util/resources). Sanity checked that tzdata-2024b (rearguard version) fails to build (“Unknown month: April”) without the changes and builds with the changes.
>
> Thanks.
I'm afraid we need to move this to https://github.com/openjdk/jdk8u-dev as 8u442 is [now frozen](https://mail.openjdk.org/pipermail/jdk8u-dev/2025-January/019634.html). Sorry we couldn't get it into this release.
-------------
PR Comment: https://git.openjdk.org/jdk8u/pull/64#issuecomment-2574201896
More information about the jdk8u-dev
mailing list