netliomax25-code opened a new pull request, #2570: URL: https://github.com/apache/groovy/pull/2570
Noticed the fallback in `CharSequenceValue.toEnum` uppercases the token text with the JVM default locale before matching the enum constant. Under tr_TR a value like `id` folds to `İD`, so `Enum.valueOf` throws and a valid JSON value never resolves. Fold with Locale.ROOT so the lookup stays locale-independent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
