Fixed, TY! Gary
On Mon, Jul 4, 2022, 06:05 Mark Thomas <ma...@apache.org> wrote: > On 03/07/2022 15:37, ggreg...@apache.org wrote: > > 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 09677c3e LifetimeExceededException should extend SQLException. > > 09677c3e is described below > > > > commit 09677c3e674894cffe2f9ebeaa7e562792f658a4 > > Author: Gary Gregory <gardgreg...@gmail.com> > > AuthorDate: Sun Jul 3 10:37:23 2022 -0400 > > > > LifetimeExceededException should extend SQLException. > > --- > > src/changes/changes.xml | 1 + > > .../commons/dbcp2/LifetimeExceededException.java | 88 > +++++++++++----------- > > 2 files changed, 46 insertions(+), 43 deletions(-) > > > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > > index 117256bf..73226f9c 100644 > > --- a/src/changes/changes.xml > > +++ b/src/changes/changes.xml > > @@ -86,6 +86,7 @@ The <action> type attribute can be > add,update,fix,remove. > > <action dev="ggregory" type="fix" due-to="Gary Gregory"> > > UserPassKey should be Serializable. > > </action> > > + LifetimeExceededException should extend SQLException. > > Gary, > > This breaks the XML. You need to add the tags. > > Mark >