On Fri, 5 May 2023 15:21:14 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
> GTK3 has been the default for several years now. GTK2 is now only available > by specifying it with the jdk.gtk.version system property. With the > announcement of the GTK 4 release in December 2020, the GTK 2 toolkit has > reached its end of life. > > It is time to deprecate it for removal. > > Since there's no associated API, we just print a deprecation message once > when trying to load gtk2. > > CSR: https://bugs.openjdk.org/browse/JDK-8307481 This pull request has now been integrated. Changeset: 7d58978f Author: Alexander Zvegintsev <azveg...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7d58978f62bf333f256115d6592706d70144ad15 Stats: 10 lines in 1 file changed: 9 ins; 0 del; 1 mod 8280031: Deprecate GTK2 for removal Reviewed-by: prr ------------- PR: https://git.openjdk.org/jdk/pull/13834