-
Notifications
You must be signed in to change notification settings - Fork 542
8299595: Remove terminally deprecated JavaFX GTK 2 library #999
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
Merge master
Merge from jfx
merge from jfx
Merge upstream
Merge from upstream
Update from master
Merge from upstream
Merge with main
Merge master
Merge master
Update from jfx
Pull from origin
Merge master
|
👋 Welcome back tsayao! A progress list of the required criteria for merging this PR into |
|
I was probably a bit too verbose in my comment. Kevin is correct, I only recommended a change (addition) in the text for the warning. Hence, if you revert your latest commit and then apply the textual diff Kevin recommends, we're good. |
kevinrushforth
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.
johanvos
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.
All good now.
|
I'll update the CSR |
|
This is ready to move to "Proposed" now. I left a couple minor comments that will need to be addressed before I formally review it and before it is "Finalized". |
|
Will do it in a few days. |
|
@tsayao The CSR is now approved, but the bot doesn't seem to think so. This is an oddity in the current behavior that I'm discussing with the Skara bot maintainers. Depending on the outcome, it might be necessary for you to merge your PR branch with the latest master to remedy it, but before you do that -- which would then require myself and Johan to re-review the PR -- let's wait another day. |
|
@tsayao After discussion with the Skara bot maintainers, the conclusion is that you will need to merge the latest upstream master into your branch in order for the bot to unblock this. The current situation isn't ideal, but there isn't a quick solution in the bot (and I don't want to work around it by removing the requirement for a CSR, since it isn't that urgent to get this integrated). @johanvos and I will need to do a quick re-review once you merge from master. |
|
No problem. Merged from master. |
|
@tsayao 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 |
|
/integrate |
|
Going to push as commit 63635ee. |
Simple PR to remove gtk2 library compilation and loading.
Progress
Issues
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jfx.git pull/999/head:pull/999$ git checkout pull/999Update a local copy of the PR:
$ git checkout pull/999$ git pull https://git.openjdk.org/jfx.git pull/999/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 999View PR using the GUI difftool:
$ git pr show -t 999Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jfx/pull/999.diff