[jdk8u-dev] Withdrawn: 8339803: Acknowledge case insensitive unambiguous keywords in tzdata files

duke duke at openjdk.org
Mon Apr 28 23:30:51 UTC 2025


On Mon, 3 Mar 2025 17:45:19 GMT, Dmitry Cherepanov <dcherepanov at openjdk.org> wrote:

> Improves parsing of keywords in tzdata rules
> 
> - The patch from 11u doesn't apply cleanly due to [JDK-8042369](https://bugs.openjdk.org/browse/JDK-8042369) missing in 8u. I backported new version of `parseYear` method (https://hg.openjdk.org/jdk9/jdk9/jdk/rev/6c26f18d9bc0#l8.347) with minor adaption to 8u codebase and then replaced uses of `equals()` with `regionMatches()`
> - Minor conflict in copyright year in RuleRec.java, applied manually
> 
> Testing: all relevant tests passed (java/text/Format java/util/TimeZone sun/util/calendar sun/util/resources)

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/632


More information about the jdk8u-dev mailing list