This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 7bd548c38e48794881479fed750af72915dcf8da
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Aug 9 14:25:39 2024 +0100

    Add change log entry
---
 webapps/docs/changelog.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 109ea3eafb..683bac69ed 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -135,6 +135,17 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="jdbc-pool">
+    <changelog>
+      <fix>
+        <bug>69255</bug>: Correct a regression in the fix for <bug>69206</bug>
+        that meant exceptions executing statements were wrapped in an
+        <code>java.lang.reflect.UndeclaredThrowableException</code> rather than
+        the applicaiton seeing the original <code>SQLException</code>. Fixed
+        by pull request <pr>744</pr> provided by Michael Clarke. (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Other">
     <changelog>
       <add>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to