spring-framework/spring-core
Brian Clozel 3b91eea0b7 Support parsing locales without country, with variant
Prior to this commit, the parsing algorithm in
`StringUtils#parseLocaleString` would skip empty tokens, turning
`en__VARIANT` into `en_VARIANT` when parsed.

This commit ensures that such cases are now supported and that more
invalid formats are rejected by the parser.

Fixes gh-29248
2022-10-03 22:44:09 +02:00
..
graalvm Refine ConstantFieldSubstitutionProcessor error handling 2022-09-29 12:52:30 +02:00
src Support parsing locales without country, with variant 2022-10-03 22:44:09 +02:00
spring-core.gradle Move BindingReflectionHintsRegistrar to spring-core 2022-09-02 17:31:43 +02:00