-
Notifications
You must be signed in to change notification settings - Fork 178
8352097: (tz) zone.tab update missed in 2025a backport #405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Welcome back andrew! A progress list of the required criteria for merging this PR into |
@gnu-andrew This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
This is identical to the backport to 21. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JDK 21 file path is src/java.base/share/data/tzdata/zone.tab
JDK 17 file path is make/data/tzdata/zone.tab
Change to the file itself is the same. Looks good.
|
|
/approval request Follow-up fix to the tzdata 2025a backport to include a change to a file no longer present in OpenJDK 25, but patched in OpenJDK 24. Tests on java/text/Format, java/util/TimeZone, sun/util/calendar, sun/util/resources & java/time all pass. |
@gnu-andrew |
Thanks for giving this additional information. The fact that you could created this automatically reduces the chance for error. But this context is needed to make the information useful for a reviewer. |
It's not labelled 'clean' :) I have issues with that label myself. I don't agree with a 'clean' determination being sufficient reason to not review a patch. It's why I made a point of reviewing your LCMS patches. A patch can easily be 'clean' by simply adding a completely new file that then breaks the build. It's reassuring to hear that you are wary of such changes as well. I've used the term 'clean' long before we were working on GitHub to mean what I wrote above, and only what I wrote above; that it applied without manual intervention. I don't intend it to mean the patch does not need review and I'll try to be more explicit on this in future. I hadn't actually realised that this one had auto-path-shuffled because it did so completely silently and - most importantly - the build & testing went fine. Now I think about it, I have seen this happen with other recent tzdata updates too.
I haven't tried |
/integrate |
Going to push as commit 305512c. |
@gnu-andrew Pushed as commit 305512c. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
As with 21u, the 17u backport of the tzdata 2025a update missed an update to zone.tab, as this was not present in the 25u commit on which it was originally based, due to its removal in JDK-8166983. The change was in the 24u commit which was applied later than the 21u one.
We should add this missing change to the existing 2025a update in 17.0.15 and consider backporting JDK-8166983 for 17.0.16 (now proposed for 24u).
Backport from 21u is clean. Tests pass:
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u.git pull/405/head:pull/405
$ git checkout pull/405
Update a local copy of the PR:
$ git checkout pull/405
$ git pull https://git.openjdk.org/jdk17u.git pull/405/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 405
View PR using the GUI difftool:
$ git pr show -t 405
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u/pull/405.diff
Using Webrev
Link to Webrev Comment