sarankumarbaskar opened a new pull request, #1746: URL: https://github.com/apache/commons-lang/pull/1746
FastDateParser locale round-trip tests fail for Chuvash locales (`cv`, `cv_RU`, and `cv_RU_#Cyrl`) on the Java 27-ea CI job. These locales are already excluded on Java 26 through LocaleProblems because of JDK locale parsing differences. Java 27-ea shows the same failures, so this PR extends the same test assumptions to Java 27. This is a test-only change and does not change FastDateParser runtime behavior. Tested locally with Java 26: mvn test -Dtest=FastDateParserJava15BugTest,FastDateParserTest - [x] Read the contribution guidelines for this project. - [x] Read the ASF Generative Tooling Guidance. - [ ] Ran a successful build using the default Maven goal with `mvn`. - [x] Updated test assumptions for the Java 27 CI failure. - [x] Wrote a pull request description explaining what changed and why. - [x] Commit has a meaningful subject line and body. -- 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]
