You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/11/13 21:17:29 UTC

svn commit: r1201502 - in /tomcat/tc7.0.x/trunk: modules/ webapps/docs/changelog.xml

Author: kkolinko
Date: Sun Nov 13 20:17:29 2011
New Revision: 1201502

URL: http://svn.apache.org/viewvc?rev=1201502&view=rev
Log:
Update to latest jdbc-pool (r1201499)
Update changelog for jdbc-pool changes.

Modified:
    tomcat/tc7.0.x/trunk/modules/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/modules/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Sun Nov 13 20:17:29 2011
@@ -1 +1 @@
-^/tomcat/trunk/modules/jdbc-pool@1189978 jdbc-pool
+^/tomcat/trunk/modules/jdbc-pool@1201499 jdbc-pool

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1201502&r1=1201501&r2=1201502&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sun Nov 13 20:17:29 2011
@@ -378,6 +378,12 @@
         JAR is now required by the Ant tasks. Patch provided by Volker Krebs.
         (markt)
       </fix>
+      <fix>
+        In jdbc-pool: Improve handling of Errors that originate from methods
+        invoked through reflection. In <code>TrapException</code> interceptor:
+        rethrow Error as is, without wrapping it in a RuntimeException.
+        (kkolinko)
+      </fix>
     </changelog>
   </subsection>
 </section>



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