The GitHub Actions job "Java CI" on commons-lang.git/master has failed.
Run started by GitHub user garydgregory (triggered by garydgregory).

Head commit for run:
313d877d57abefdbb1ad0c42781bf719b83d5a35 / Gary Gregory 
<[email protected]>
Two fixes in RandomStringUtils.random(int, int, int, boolean, boolean, (#1638)

char[], Random)

- A custom chars array throws IllegalArgumentException because
validation loops treat the loop index as a char code point instead of an
index into the chars array.
- random() hangs when the specified [start, end) range contains ONLY
rejected code points (UNASSIGNED, PRIVATE_USE, SURROGATE). The loop
increments count and retries indefinitely.

Report URL: https://github.com/apache/commons-lang/actions/runs/25494852362

With regards,
GitHub Actions via GitBox

Reply via email to