-
Notifications
You must be signed in to change notification settings - Fork 145
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
8214046: [macosx] Undecorated Frame does not Iconify when set to #341
Conversation
Hi @gesellix, welcome to this OpenJDK project and thanks for contributing! We do not recognize you as Contributor and need to ensure you have signed the Oracle Contributor Agreement (OCA). If you have not signed the OCA, please follow the instructions. Please fill in your GitHub username in the "Username" field of the application. Once you have signed the OCA, please let us know by writing If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please use "Add GitHub user gesellix" as summary for the issue. If you are contributing this work on behalf of your employer and your employer has signed the OCA, please let us know by writing |
To avoid this situation, create a new branch for your changes and reset the
Then proceed to create a new pull request with |
/signed |
Thank you! Please allow for up to two weeks to process your OCA, although it is usually done within one to two business days. Also, please note that pull requests that are pending an OCA check will not usually be evaluated, so your patience is appreciated! |
This backport pull request has now been updated with issue from the original commit. |
Hey @openjdk bot: I would prefer to not change the source branch like you suggested in #341 (comment), I hope that's ok for you. |
I suggest to delete all the "added code" which are not part of the initial patch (mostly changes of the empty spaces). That will simplify a process a bit. |
@gesellix Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
@mrserb thanks for the quick feedback. I have removed the whitespace only changes. |
lets wait when the "oca oca-verify" will be removed. |
Webrevs
|
Also, please enable pre-submit testing on your repo. |
The pre-submit workflow has been enabled, and passed. |
I think this can be reviewed. Is there anything to do from my side? |
@gesellix 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 no new commits pushed to the 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 (@phohensee, @mrserb) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
Please rebase (i.e., merge with master). That should trigger pre-submit tests. |
I will run the tests to check that some dependencies are not missed. |
/integrate |
Sounds great, so I'm going to rebase, ignoring #341 (comment) and maybe invalidating Paul's approval. Not sure if any of you could check for the newly created JI bug id 9075585 and close it as duplicate of JDK-8214046. I assumed that a new bug would be required due to JDK-8214046 being "resolved". |
Reviewed-by: dmarkov Backport-of: ab97f65242dad6ad1a7bfb8284954f202eb37369
@gesellix Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
The GitHub Actions have finished the pre-submit tests with success 🎉 |
Tagged the JBS issue. Please post a link to the bug you created when it hits JBS. |
The testing completed no new issues were found. The patch verified by the updated test. |
This is now pending a |
Yes, wait for jdk8u-fix-yes to add /integrate. No, the other ticket isn't blocking anything. :) |
@phohensee @mrserb not sure if this is the best place to ask: when looking at https://wiki.openjdk.org/display/jdk8u#Main-RepositoryStatus I can see that OpenJDK 8u392 is in "First build promotion". Would this fix have a chance to be included in 8u392 or is it more realistic that it will land in 8u402? |
According to https://wiki.openjdk.org/display/jdk8u/Main, 8u392 freeze date is Aug 25th, so I'd expect it to land there. |
Thanks! 🤞 :) |
Here is the promised JBS link: https://bugs.openjdk.org/browse/JDK-8313704 According to https://bugs.openjdk.org/browse/JDK-8313704?focusedCommentId=14601715&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14601715 the fix is already backported to 8u261 (via https://bugs.openjdk.org/browse/JDK-8241728), and I'd like to add that 8u271 should also have the backport (via https://bugs.openjdk.org/browse/JDK-8248969). Sorry for bothering you, I'm not sure how much happens behind the scenes, and you probably also have non-public channels. I'm only trying to understand how to apply the backport so that it will be included in future 8uXYZ releases :) |
Yes. |
Thanks, that clarifies things for me! |
...that said, the |
/integrate |
/sponsor |
Going to push as commit a039c8a. |
@phohensee @gesellix Pushed as commit a039c8a. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Thanks to everyone involved and helping me with the Contributing process! |
See https://bugs.openjdk.org/browse/JDK-8214046 with the original patch at https://hg.openjdk.org/jdk/jdk/rev/769dbf384c44. I used openjdk/jdk11u-dev@ab97f65 as backport commit.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/341/head:pull/341
$ git checkout pull/341
Update a local copy of the PR:
$ git checkout pull/341
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/341/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 341
View PR using the GUI difftool:
$ git pr show -t 341
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/341.diff
Webrev
Link to Webrev Comment