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
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -45,23 +45,20 @@ The <action> type attribute can be add,update,fix,remove.
45
45
</properties>
46
46
<body>
47
47
<releaseversion="3.0.0"date="2023-MM-DD"description="This is a feature and maintenance release (Java 8 or above).">
48
+
<!-- FIX -->
49
+
<actiondev="psteitz"type="fix"issue="POOL-407">Add ReslientPooledObjectFactory to provide resilence against factory outages.</action>
50
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).</action>
48
51
<!-- REMOVE -->
49
-
<actiondev="ggregory"type="remove">
50
-
Deprecations from version 2.x have been removed.
51
-
</action>
52
+
<actiondev="ggregory"type="remove">Deprecations from version 2.x have been removed.</action>
52
53
<!-- UPDATE -->
53
-
<actiondev="ggregory"type="update">
54
-
Bump Java from 8 to 17.
55
-
</action>
54
+
<actiondev="ggregory"type="update">Bump Java from 8 to 17.
55
+
<actiontype="update"dev="ggregory">Bump org.apache.commons:commons-parent from 79 to 80.</action>
56
+
</action>
56
57
<actiondev="ggregory"type="update">Bump org.apache.commons:commons-parent from 58 to 78 #297, #328, #338, #341, #347, #351, #354, #361.</action>
57
58
<actiondev="ggregory"type="update">Bump org.ow2.asm:asm-util from 9.5 to 9.7.1 #252, #294, #355.</action>
58
59
<actiontype="update"dev="ggregory"due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0 #326, #333, #342.</action>
59
60
<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>
60
61
<actiontype="update"dev="ggregory"due-to="Dependabot, Gary Gregory">Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 #330.</action>
61
-
<!-- FIX -->
62
-
<actiondev="psteitz"type="fix"issue="POOL-407">
63
-
Add ReslientPooledObjectFactory to provide resilence against factory outages.
64
-
</action>
65
62
</release>
66
63
<releaseversion="2.12.1"date="YYYY-MM-DD"description="This is a feature and maintenance release (Java 8 or above).">
0 commit comments