JDK-8252783 : Remove the css Selector and ShapeConverter constructors
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: openjfx16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-09-03
  • Updated: 2021-06-01
  • Resolved: 2021-05-26
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
openjfx17Fixed
Related Reports
Blocks :  
CSR :  
Description
The javafx.css.Selector and javafx.css.converter.ShapeConverter constructors were deprecated for removal in JDK-8252387. They can now be removed by replacing them with package-scope (in the case of Selector) or private (in the case of ShapeConverter) constructors.

This will need a CSR and can be done no earlier than JavaFX 17.

Comments
Changeset: a645b5a4 Author: Ajit Ghaisas <aghaisas@openjdk.org> Date: 2021-05-26 05:43:56 +0000 URL: https://git.openjdk.java.net/jfx/commit/a645b5a4925af00835510ce8fd88068f0f7a2e45
26-05-2021