This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new b85809ee Fix up action types
b85809ee is described below
commit b85809ee82bfa3204c47e5717732375019545ef2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 4 15:52:17 2024 -0500
Fix up action types
Add reference to DBCP-599
---
src/changes/changes.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8ce351cb..29373c5d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,17 +64,17 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.13.0" date="YYYY-MM-DD" description="This is a minor
release, including bug fixes and enhancements.">
<!-- FIX -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in AbandonedTrace.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in PoolableCallableStatement.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in PoolablePreparedStatement.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in Utils.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in LocalXAConnectionFactory.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT in PerUserPoolDataSource.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT in SharedPoolDataSource.</action>
- <action type="update" dev="ggregory" due-to="Johno Crawford">Avoid
object creation when invoking isDisconnectionSqlException #422.</action>
- <action type="update" dev="ggregory" due-to="denixx baykin, Phil Steitz,
Gary Gregory">PoolableConnectionFactory.destroyObject() method behaves
incorrectly on ABANDONED connection, issue with unhandled
AbstractMethodError.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in AbandonedTrace.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in PoolableCallableStatement.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in PoolablePreparedStatement.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in Utils.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName in LocalXAConnectionFactory.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT in PerUserPoolDataSource.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT in SharedPoolDataSource.</action>
+ <action type="fix" dev="ggregory" due-to="Johno Crawford">Avoid object
creation when invoking isDisconnectionSqlException #422.</action>
+ <action type="fix" issue="DBCP-599" dev="ggregory" due-to="denixx
baykin, Phil Steitz, Gary Gregory">PoolableConnectionFactory.destroyObject()
method behaves incorrectly on ABANDONED connection, issue with unhandled
AbstractMethodError.</action>
<!-- ADD -->
- <action type="update" dev="ggregory" due-to="Johno Crawford, Gary
Gregory">Add support for ignoring non-fatal SQL state codes #421.</action>
+ <action type="add" dev="ggregory" due-to="Johno Crawford, Gary
Gregory">Add support for ignoring non-fatal SQL state codes #421.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 66 to 78 #360, #371, #395, #420, #426,
#436, #441, #449.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons-logging:commons-logging from 1.3.0 to 1.3.4 #368,
#399, #423.</action>