RFR: JDK-8324182 Deprecate for removal SimpleSelector and CompoundSelector classes [v2]

John Hendrikx jhendrikx at openjdk.org
Fri Jan 19 19:10:38 UTC 2024


On Fri, 19 Jan 2024 17:54:17 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> > Scene Builder releases are always tight to the JavaFX version
> 
> Thank you for clarification! Still, there might be other tools out there that we don't know of.

That's always possible.  I couldn't find anything with an internet search, but closed source tools will not be found.  I missed Scene Builder, but only because I dismissed it too quickly since it had `com.oracle.*` packages and thought it was part of FX.  I can't find anything else.  These classes are not accepted as parameters anywhere, or returned as types anywhere, nor can they be constructed by 3rd parties.  The only way to get at their methods is with an explicit cast, like Scene Builder does.  At a minimum we need to warn people not to use these.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1340#issuecomment-1900961159


More information about the openjfx-dev mailing list