You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
68
68
<!-- FIX -->
69
69
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Use java.time.Instant precision in org.apache.commons.pool2.impl.ThrowableCallStack.Snapshot throwable message.</action>
70
70
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">GenericObjectPool.borrowObject(Duration) doesn't obey its borrowMaxWait Duration argument when the argument is different from GenericObjectPool.getMaxWaitDuration().</action>
71
+
<actiontype="fix"issue="POOL-418"dev="ggregory"due-to="Gary Gregory">The maximum wait time for GenericObjectPool.borrowObject(*) may exceed expectations due to a spurious thread wakeup.</action>
71
72
<!-- ADD -->
72
73
<!-- UPDATE -->
73
74
<actiontype="update"dev="ggregory">Bump org.apache.commons:commons-parent from 62 to 73.</action>
0 commit comments