RFR: 8373452: DataFormat threading and API issues [v2]
Andy Goryachev
angorya at openjdk.org
Wed Jan 21 18:00:39 UTC 2026
On Wed, 21 Jan 2026 00:01:49 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/scene/input/DataFormat.java line 133:
>>
>>> 131: */
>>> 132: @Deprecated(since = "27")
>>> 133: private DataFormat(@NamedArg("ids") String... ids) {
>>
>> This is an incompatible change. You will need to go through the usual process for such changes where it is deprecated for removal in one release and removed in a subsequent release.
>
> should we also print a warning to `stderr`?
resolved offline: no, since stderr will likely be noticed by the user rather than the developer.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2006#discussion_r2713710309
More information about the openjfx-dev
mailing list