This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b09471db TimedSemaphore.shutdown() must wake threads blocked in 
acquire() (#1639).
4b09471db is described below

commit 4b09471db039085a3114f79ece97ca7fd9bd6f1e
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 7 10:06:23 2026 -0400

    TimedSemaphore.shutdown() must wake threads blocked in acquire()
    (#1639).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fc3de2a5b..f8a189a9c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -143,6 +143,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">Annotation lookup in 
MethodUtils.getAnnotation(Method, Class, boolean, boolean) matches unrelated 
overloads via assignable-parameter resolution (#1637).</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">RandomStringUtils.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 (#1638).</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">RandomStringUtils.random(...): Can hang when the 
specified [start, end) range contains ONLY rejected code points (UNASSIGNED, 
PRIVATE_USE, SURROGATE). The loop increments count and retries indefinitely 
(#1638).</action>
+    <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">TimedSemaphore.shutdown() must wake threads blocked 
in acquire() (#1639).</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to