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
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -65,18 +65,19 @@ The <action> type attribute can be add,update,fix,remove.
65
65
<actiontype="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>
66
66
<actiontype="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>
67
67
</release>
68
-
<releaseversion="2.12.1"date="2025-01-27"description="This is a feature and maintenance release (Java 8 or above).">
68
+
<releaseversion="2.12.1"date="2025-01-19"description="This is a feature and maintenance release (Java 8 or above).">
69
69
<!-- FIX -->
70
70
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Use java.time.Instant precision in org.apache.commons.pool2.impl.ThrowableCallStack.Snapshot throwable message.</action>
71
71
<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>
72
-
<actiontype="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
+
<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>
73
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Javadoc is missing its Overview page.</action>
74
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>
73
75
<!-- ADD -->
74
76
<!-- UPDATE -->
75
-
<actiontype="update"dev="ggregory">Bump org.apache.commons:commons-parent from 62 to 73.</action>
76
-
<actiontype="update"dev="ggregory">Bump org.ow2.asm:asm-util from 9.5 to 9.7.</action>
77
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump commons-lang3 from 3.13.0 to 3.16.0.</action>
78
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[site] Bump org.apache.bcel:bcel from 6.7.0 to 6.8.2.</action>
79
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump org.hamcrest:hamcrest-library from 2.2 to 3.0.</action>
77
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 62 to 79.</action>
78
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump commons-lang3 from 3.13.0 to 3.17.0.</action>
79
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[site] Pickup org.apache.bcel:bcel version from parent POM.</action>
80
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump org.ow2.asm:asm-util from 9.5 to 9.7.1.</action>
80
81
</release>
81
82
<releaseversion="2.12.0"date="2023-10-01"description="This is a feature and maintenance release (Java 8 or above).">
0 commit comments