RFR: 8376601: Bump minimum JDK version for JavaFX to JDK 25 [v2]
Kevin Rushforth
kcr at openjdk.org
Wed Jan 28 18:17:56 UTC 2026
> This PR bumps the minimum version of the JDK needed to run JavaFX to JDK 25.
>
> In order for JavaFX to be able to use more recent JDK features, we should increase the minimum version of the JDK that can run the latest JavaFX. Additionally, there is an ongoing cost to keeping JavaFX buildable and runnable on older versions of Java, and little reason to continue to do so.
>
> This continues our current practice of setting the minimum JDK for JavaFX N to JDK N-2. JavaFX N is primarily intended for use with JDK N and we also build and test it against JDK N-1 (which is typically what we use as the boot JDK). Anything older than that, including the proposed minimum JDK N-2 (25 in this specific case), is untested.
>
> This PR targeted to master for JavaFX 27, and must not be backported to any earlier version. This needs a CSR and a release note.
Kevin Rushforth has updated the pull request incrementally with one additional commit since the last revision:
Bump minimum gradle version
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/2056/files
- new: https://git.openjdk.org/jfx/pull/2056/files/767b1530..1b79dfa3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=2056&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=2056&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jfx/pull/2056.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/2056/head:pull/2056
PR: https://git.openjdk.org/jfx/pull/2056
More information about the openjfx-dev
mailing list