The GitHub Actions job "Java CI" on commons-lang.git/regionmatches-codepoint-fold has failed. Run started by GitHub user alhudz (triggered by garydgregory).
Head commit for run: d232a6a7836189ab2e48d8f5842aaa2924af3bb0 / Alhuda Khan <[email protected]> Match running JDK String for surrogate-pair case folding in regionMatches Gate the supplementary code point fold on SystemUtils.IS_JAVA_1_8 so the non-String path reproduces String#regionMatches on the running JDK: Java 9+ folds the whole code point, Java 8 stays char-by-char. The test now checks String, StringBuilder, StringBuffer and CharBuffer all agree with String rather than asserting a fixed result that only holds on Java 9+. Report URL: https://github.com/apache/commons-lang/actions/runs/28046867112 With regards, GitHub Actions via GitBox
