Integrated: JDK-8324182 Deprecate for removal SimpleSelector and CompoundSelector classes

John Hendrikx jhendrikx at openjdk.org
Thu Feb 15 13:35:06 UTC 2024


On Fri, 19 Jan 2024 10:02:19 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

> The SimpleSelector and CompoundSelector classes are public classes in an exported package, javafx.css, but they are not intended to be used by applications. They are implementation details. They cannot be constructed directly and no other JavaFX API accepts or returns a SimpleSelector or CompoundSelector.
> 
> We should deprecate them for removal so we can move them to a non-exported package, removing them from the public API.

This pull request has now been integrated.

Changeset: 48be7d36
Author:    John Hendrikx <jhendrikx at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/48be7d36d5033d215d585619f34c2dde518e4b53
Stats:     31 lines in 3 files changed: 31 ins; 0 del; 0 mod

8324182: Deprecate for removal SimpleSelector and CompoundSelector classes

Reviewed-by: kcr, angorya, mhanl

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

PR: https://git.openjdk.org/jfx/pull/1340


More information about the openjfx-dev mailing list