JDK-8337280 : Include jdk.jsobject module with JavaFX
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: other
  • Affected Version: jfx24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-07-26
  • Updated: 2024-10-24
  • Resolved: 2024-10-18
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
jfx24 b15Fixed
Related Reports
Blocks :  
CSR :  
Relates :  
Relates :  
Sub Tasks
JDK-8342623 :  
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
Changeset: f5b18adf Branch: master Author: Kevin Rushforth <kcr@openjdk.org> Date: 2024-10-18 16:37:55 +0000 URL: https://git.openjdk.org/jfx/commit/f5b18adfa4151a7760b146a95ecea08b2b407d39
18-10-2024

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