Re: RFR: 8252783: Remove the css Selector and ShapeConverter constructors

2021-05-21 Thread Pankaj Bansal
On Fri, 21 May 2021 11:48:21 GMT, Ajit Ghaisas wrote: > The javafx.css.Selector and javafx.css.converter.ShapeConverter constructors > were deprecated for removal in openjfx16. > This PR removes these constructors (targeted for openjfx17). Marked as reviewed by pbansal (Committer). ---

Re: RFR: 8252783: Remove the css Selector and ShapeConverter constructors

2021-05-21 Thread Kevin Rushforth
On Fri, 21 May 2021 11:48:21 GMT, Ajit Ghaisas wrote: > The javafx.css.Selector and javafx.css.converter.ShapeConverter constructors > were deprecated for removal in openjfx16. > This PR removes these constructors (targeted for openjfx17). Marked as reviewed by kcr (Lead). - PR: h

RFR: 8252783: Remove the css Selector and ShapeConverter constructors

2021-05-21 Thread Ajit Ghaisas
The javafx.css.Selector and javafx.css.converter.ShapeConverter constructors were deprecated for removal in openjfx16. This PR removes these constructors (targeted for openjfx17). - Commit messages: - 8252783 fix Changes: https://git.openjdk.java.net/jfx/pull/512/files Webrev: htt