RFR: JDK-8323706 Move SimpleSelector and CompoundSelector to internal packages [v2]
John Hendrikx
jhendrikx at openjdk.org
Fri Jan 19 19:05:38 UTC 2024
On Fri, 19 Jan 2024 18:12:26 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> I note that we could still consider deprecating the `SimpleSelector` and `CompoundSelector` classes for _eventual_ removal, but it wouldn't have to be done in such a rush.
That's certainly true, the only reason we wanted to do a quick deprecation is to avoid adding a new public method to `SimpleSelector` for the performance improvement PR. However, I think everyone will be able to live with adding such a method for now if that method will eventually become part of a non-exported package. Still would have almost 6 months to make up our minds about that if we'd really want to move those classes in FX 23 or not.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1333#issuecomment-1900953169
More information about the openjfx-dev
mailing list