Skip to content

Commit 579c6e7

Browse files
committed
Add section for the next release
1 parent 7603da1 commit 579c6e7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/changes/changes.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ The <action> type attribute can be add,update,fix,remove.
4545
<title>Apache Commons Pool Release Notes</title>
4646
</properties>
4747
<body>
48-
<release version="2.12.1" date="2025-01-19" description="This is a feature and maintenance release (Java 8 or above).">
48+
<release version="2.12.2" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
49+
<!-- FIX -->
50+
<!-- ADD -->
51+
<!-- UPDATE -->
52+
</release>
53+
<release version="2.12.1" date="2025-01-19" description="This is a feature and maintenance release. Java 8 or later is required.">
4954
<!-- FIX -->
5055
<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>
5156
<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>
@@ -59,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
5964
<action type="update" dev="ggregory" due-to="Gary Gregory">[site] Pickup org.apache.bcel:bcel version from parent POM.</action>
6065
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.ow2.asm:asm-util from 9.5 to 9.7.1.</action>
6166
</release>
62-
<release version="2.12.0" date="2023-09-30" description="This is a feature and maintenance release (Java 8 or above).">
67+
<release version="2.12.0" date="2023-09-30" description="This is a feature and maintenance release. Java 8 or later is required.">
6368
<!-- FIX -->
6469
<action dev="psteitz" type="fix" issue="POOL-401">
6570
Ensure that capacity freed by invalidateObject is available to all keyed pools.

0 commit comments

Comments
 (0)