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

Head commit for run:
58ba515e4b083f658ef2087df36284a9cd539b31 / Gary Gregory <[email protected]>
commit 313d877d57abefdbb1ad0c42781bf719b83d5a35
Author: Gary Gregory <[email protected]> 2026-05-07
08:08:51
Committer: GitHub <[email protected]> 2026-05-07 08:08:51
Parent: e63927afd575ba22f41a1d5b23b2d85745e82d24 (Annotation lookup
matches unrelated overloads via assignable-parameter resolution (#1637))
Branches: master, origin/HEAD, origin/master

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/25494949627

With regards,
GitHub Actions via GitBox

Reply via email to