JDK-8232064 : Switch FX build to use JDK 13.0.1 as boot JDK
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: openjfx14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-10-09
  • Updated: 2019-12-02
  • Resolved: 2019-12-02
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
openjfx14Fixed
Related Reports
Blocks :  
Blocks :  
Description
 We need to switch to using JDK 13 as the boot JDK for building FX 14. We are currently using JDK 12, which is no longer supported. This will not affect the minimum JDK version needed to build or run FX 14, which remains at JDK 11.

This will require updating to gradle 6. See JDK-8232063.
Comments
Changeset: 6892fa1 Author: Kevin Rushforth Date: 2019-12-02 15:36:17 +0000 URL: https://git.openjdk.java.net/jfx/commit/6892fa1b 8232064: Switch FX build to use JDK 13.0.1 as boot JDK Reviewed-by: prr, jvos
02-12-2019

Review: https://github.com/openjdk/jfx/pull/51
22-11-2019