JDK-8359387 : Bump minimum JDK version for JavaFX to JDK 23
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: build
  • Affected Version: jfx25
  • Priority: P3
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2025-06-12
  • Updated: 2025-06-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx25Unresolved
Related Reports
CSR :  
Cloners :  
Sub Tasks
JDK-8359468 :  
Description
Even though we build JavaFX binaries with JDK 23 as the boot JDK, the latest version of JavaFX still builds and runs with JDK 22, although it isn't tested with older JDK versions.

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 JBS issue proposes to bump the minimum version of the JDK needed to run JavaFX to JDK 23. This enhancement must not be backported to any earlier version.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1827 Date: 2025-06-13 17:57:43 +0000
17-06-2025