JDK-8337280 : Include jdk.jsobject module with JavaFX
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: other
  • Affected Version: jfx24
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2024-07-26
  • 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
jfx24Unresolved
Related Reports
Blocks :  
CSR :  
Relates :  
Description
The jdk.jsobject module is shipped as part of the JDK, although it is not part of Java SE. This module is not used anywhere in the JDK itself, but is used by the javafx.web module.

JDK-8311530 proposes to deprecate the jdk.jsobject module for removal. The deprecation is planned for JDK 24, with the removal in JDK 26 (or later).

The currently proposed solution is to deliver a copy of the jdk.jsobject module as part of the JavaFX distribution along with the javafx.* modiules.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1529 Date: 2024-08-02 21:29:15 +0000
05-09-2024