JDK-8309381 : Support JavaFX incubator modules
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: build
  • Affected Version: jfx22
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2023-06-02
  • Updated: 2024-09-05
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 :  
Blocks :  
Description
Create all the infrastructure (directories, readme, build.gradle) to support the new incubator module.

Comments
Proposal: https://github.com/kevinrushforth/jfx/blob/javafx.incubator/INCUBATOR-MODULES.md Draft PR with sample code: https://github.com/openjdk/jfx/pull/1375 Mailing list discussion thread: https://mail.openjdk.org/pipermail/openjfx-dev/2024-February/045508.html
02-03-2024

A prototype is available here: https://github.com/kevinrushforth/jfx/tree/javafx.incubator
08-01-2024

We wouldn't deliver an incubator module unless and until there is something to put in it, so this JBS issue is primarily a task to work out what is needed to do this, rather than an independent enhancement. JEP 11 [1] has some good information on incubator modules. We should follow those recommendations that are applicable, with modifications as needed (e.g., we would use "javafx.incubator" rather than "jdk.incubator" as a prefix). [1] https://openjdk.org/jeps/11
03-06-2023