On Wed, 21 Jan 2026 00:01:49 GMT, Andy Goryachev <[email protected]> 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