Skip to content

Commit 1505480

Browse files
authored
Update changes.xml for 2.12.1
1 parent bee6fa7 commit 1505480

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/changes/changes.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,19 @@ The <action> type attribute can be add,update,fix,remove.
6565
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.18.0 #326, #333, #342, #415.</action>
6666
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.10.0 #263, #306, #327.</action>
6767
</release>
68-
<release version="2.12.1" date="2025-01-27" description="This is a feature and maintenance release (Java 8 or above).">
68+
<release version="2.12.1" date="2025-01-19" description="This is a feature and maintenance release (Java 8 or above).">
6969
<!-- FIX -->
7070
<action type="fix" dev="ggregory" due-to="Gary Gregory">Use java.time.Instant precision in org.apache.commons.pool2.impl.ThrowableCallStack.Snapshot throwable message.</action>
7171
<action type="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>
72-
<action type="fix" dev="ggregory" due-to="Gary Gregory" issue="POOL-418">The maximum wait time for GenericObjectPool.borrowObject(*) may exceed expectations due to spurious thread wakeups.</action>
72+
<action type="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>
73+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is missing its Overview page.</action>
74+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>
7375
<!-- ADD -->
7476
<!-- UPDATE -->
75-
<action type="update" dev="ggregory">Bump org.apache.commons:commons-parent from 62 to 73.</action>
76-
<action type="update" dev="ggregory">Bump org.ow2.asm:asm-util from 9.5 to 9.7.</action>
77-
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-lang3 from 3.13.0 to 3.16.0.</action>
78-
<action type="update" dev="ggregory" due-to="Gary Gregory">[site] Bump org.apache.bcel:bcel from 6.7.0 to 6.8.2.</action>
79-
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.hamcrest:hamcrest-library from 2.2 to 3.0.</action>
77+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 62 to 79.</action>
78+
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-lang3 from 3.13.0 to 3.17.0.</action>
79+
<action type="update" dev="ggregory" due-to="Gary Gregory">[site] Pickup org.apache.bcel:bcel version from parent POM.</action>
80+
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.ow2.asm:asm-util from 9.5 to 9.7.1.</action>
8081
</release>
8182
<release version="2.12.0" date="2023-10-01" description="This is a feature and maintenance release (Java 8 or above).">
8283
<!-- FIX -->

0 commit comments

Comments
 (0)