Java 17 apparently added a lot of locales with the script information in it, but our current Locale string parser (actual Apache Commons Lang one) does not support it, so it causes a lot of problems when we try to manipulate such locale. XWIKI-22395 added a filtering to avoid proposing such locales for now. |