RFR: 8376601: Bump minimum JDK version for JavaFX to JDK 25 [v2]

Kevin Rushforth kcr at openjdk.org
Wed Jan 28 20:41:02 UTC 2026


On Wed, 28 Jan 2026 19:21:02 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> no changes to GHA I presume, since it runs? what about CI?

This PR doesn't change which JDK we use to build JavaFX with, either when running GHA tests or our CI. At some point we'll start using JDK 26 -- after JDK 26 GA and once we have a version of gradle that supports it -- but that's not what we're doing here. What is does is change is the target JDK release, and thus the _minimum_ JDK.

I did a CI build to make sure that it still builds when using the new minimum.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2056#issuecomment-3813818461


More information about the openjfx-dev mailing list