You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/04 11:33:51 UTC

[commons-dbcp] branch master updated: Fix XML for 'LifetimeExceededException should extend SQLException.'

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 9c5b10c4 Fix XML for 'LifetimeExceededException should extend SQLException.'
9c5b10c4 is described below

commit 9c5b10c4f8e90cc95e9881f5e0c34a2869ed76d6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 07:33:45 2022 -0400

    Fix XML for 'LifetimeExceededException should extend SQLException.'
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c07a757..5e7a77bb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,7 +86,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         UserPassKey should be Serializable.
       </action>
+      <action dev="ggregory" type="fix" due-to="Gary Gregory">
         LifetimeExceededException should extend SQLException.
+      </action>
       <!-- ADD -->
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add and use AbandonedTrace#setLastUsed(Instant).