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 e31c1289 Avoid object creation when invoking 
isDisconnectionSqlException. #422
e31c1289 is described below

commit e31c128999677f3ee19305be03c687435cf064a0
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Mon Aug 19 13:29:27 2024 -0400

    Avoid object creation when invoking isDisconnectionSqlException. #422
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 71037c54..a90740fa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,8 +71,9 @@ The <action> type attribute can be add,update,fix,remove.
       <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> 
       <!-- 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="update" 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 73 #360, #371, #395, #420.</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>

Reply via email to