On Tue, 24 Mar 2026 14:18:58 GMT, Marius Hanl <[email protected]> wrote:
>> We should definitely consider it. One question is: if the JDK didn't >> deprecate `Date`, should we deprecate its converter? By deprecating the >> converter, we're basically telling the user to update their internal model >> to `java.time` classes (which is a good thing) because there's no other way >> to fix this deprecation as I see it. > >> we're basically telling the user to update their internal model to >> `java.time` classes (which is a good thing) because there's no other way to >> fix this deprecation as I see it. > > I would also be in favor of directing developers to use the modern, more > future proof API. Last time I checked, there was no plan to deprecate `Date`. > Still, in JavaFX, all related `Control`s work with `java.time`, so it does > not make much sense to use a `Date`. Fine by me. I can do it either in this PR or in a followup one. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1880#discussion_r2991048437
