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 6cc5ada2 Add support for ignoring non-fatal SQL state codes. #421 6cc5ada2 is described below commit 6cc5ada2e7e47e24d35b79c6b98e08ebf2b7b1f2 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Aug 19 12:18:18 2024 -0400 Add support for ignoring non-fatal SQL state codes. #421 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e3341bca..bd523a95 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove. <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> <!-- ADD --> + <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>