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.
This will need a CSR and can be done no earlier than JavaFX 17.
Attachments
Issue Links
- csr for
-
JDK-8267535 Remove the css Selector and ShapeConverter constructors
- Closed
- is blocked by
-
JDK-8252387 Deprecate for removal css Selector and ShapeConverter constructors
- Resolved