-
Notifications
You must be signed in to change notification settings - Fork 253
8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable #1328
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 Deigue! A progress list of the required criteria for merging this PR into |
|
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
|
@Deigue: I suggest you backport this fix to jdk19u and jdk17u first before attempting to go back to jdk11u. Please also enable GitHub Actions on your repository to have some validation results. |
|
Yes, I will prep the PR for jdk17 and jdk19 repos. After looking at the error on enabling Github Actions here though, looks like a method from |
…/jdk11u-dev into customtz-dst-fix-backport-3c32564
|
|
|
jdk17 PR: openjdk/jdk17u-dev#662 |
OK, next step is to request backport approval by tagging the JBS bugs. I can do it for you, when you give me a Fix request comment statement (e.g. why you want to have it in the update releases, what testing you did, what's the risk etc.) |
|
Backport Request jdk-11u Assuming that this backport approval request is step 6 of how to contribute a fix , I wanted to add that a small tweak was made to the original backport on jdk11u (this PR only, jdk-17 and jdk-19 are clean backports) , and thus as per step 5 I will be needing a code review on this PR as it won't be labeled as clean. The only new change was modifying the arguments to the Please let me know if I need to also comment a request like this on both the other PRs as well, since they are going to be more or less quite similar. |
RealCLanger
left a comment
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.
Looks good.
I added the fix request labels for all 3 update releases (19, 17 and 11) and posted the fix request comment on your behalf. Please monitor the JBS bug for further activity. I can sponsor the PRs when they are approved. |
|
@Deigue This change now passes all automated pre-integration checks. 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 28 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@RealCLanger) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
/integrate |
|
/sponsor |
|
Going to push as commit 6e53ef2.
Your commit was automatically rebased without conflicts. |
|
@RealCLanger @Deigue Pushed as commit 6e53ef2. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Backport changes from JDK-8288377
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev pull/1328/head:pull/1328$ git checkout pull/1328Update a local copy of the PR:
$ git checkout pull/1328$ git pull https://git.openjdk.org/jdk11u-dev pull/1328/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1328View PR using the GUI difftool:
$ git pr show -t 1328Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1328.diff