-
Notifications
You must be signed in to change notification settings - Fork 282
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
Add support for OpenJDK 21 #1222
Conversation
CI-builds are failing. It appears that JavaFX 21 "monocle" is not released for Linux x86_64. We've filed a bug report with Gluon for this here: |
Gluon is going to try to upstream the monocle features that we need into JavaFX proper, which would theoretically fix this. Since this is going to take some time, we should probably revert back to JavaFX 19 so that this PR is in a passing state and update JavaFX as a separate initiative. Edit: They sent us an experimental release. PR opened #1225 |
This PR should be split up into two tasks:
The reasoning is that there is some uncertainty for #1225 in regards to exactly which JDK we should be targeting and the more PRs that depend on JDK21+ patches, the harder these will be to manage long-term. |
Partially addresses/related #1218