Skip to content

Conversation

@ptziegler
Copy link
Contributor

The "new Locale(...)" constructor has been deprecated with Java 20 and replaced by the static "Locale.of(...)" factory. Given that WindowBuilder already requires Java 21, there is no benefit to keep using the constructor.

@ptziegler ptziegler added this to the 1.21.0 milestone Jul 19, 2025
The "new Locale(...)" constructor has been deprecated with Java 20 and
replaced by the static "Locale.of(...)" factory. Given that
WindowBuilder already requires Java 21, there is no benefit to keep
using the constructor.
@ptziegler ptziegler force-pushed the deprecated-locale-constructor branch from 84acc47 to b84dbb2 Compare July 22, 2025 19:07
@ptziegler ptziegler merged commit 10a01e5 into eclipse-windowbuilder:master Jul 23, 2025
8 checks passed
@ptziegler ptziegler deleted the deprecated-locale-constructor branch July 23, 2025 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant