JDK-8255712 : GitHub actions: read boot JDK version and URL from build.properties
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: jfx16
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2020-10-31
  • Updated: 2024-08-20
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
tbdUnresolved
Related Reports
Blocks :  
Relates :  
Relates :  
Description
This is a follow-up to JDK-8254691.

When running a JavaFX github action workflow, we currently hard-code the version number and URL of the boot JDK in the `.github/workflows/submit.yml` file. We should instead read it from build.properties.