svn commit: r1770603 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ webapps/docs/

2016-11-20 Thread kfujino
Author: kfujino Date: Mon Nov 21 02:27:27 2016 New Revision: 1770603 URL: http://svn.apache.org/viewvc?rev=1770603&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58816 Implement the statistics of jdbc-pool. The stats infos are borrowedCount, returnedCount, createdCount

svn commit: r1770602 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ webapps/docs/

2016-11-20 Thread kfujino
Author: kfujino Date: Mon Nov 21 02:25:39 2016 New Revision: 1770602 URL: http://svn.apache.org/viewvc?rev=1770602&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58816 Implement the statistics of jdbc-pool. The stats infos are borrowedCount, returnedCount, createdCount

svn commit: r1770601 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ webapps/docs/

2016-11-20 Thread kfujino
Author: kfujino Date: Mon Nov 21 02:19:24 2016 New Revision: 1770601 URL: http://svn.apache.org/viewvc?rev=1770601&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58816 Implement the statistics of jdbc-pool. The stats infos are borrowedCount, returnedCount, createdCount

svn commit: r1769730 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java webapps/docs/changelog.xml

2016-11-14 Thread kfujino
Author: kfujino Date: Tue Nov 15 05:30:24 2016 New Revision: 1769730 URL: http://svn.apache.org/viewvc?rev=1769730&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60194 If validationQuery is not specified, connection validation is done by calling the isValid() method. Modi

svn commit: r1769729 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java webapps/docs/changelog.xml

2016-11-14 Thread kfujino
Author: kfujino Date: Tue Nov 15 05:29:15 2016 New Revision: 1769729 URL: http://svn.apache.org/viewvc?rev=1769729&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60194 If validationQuery is not specified, connection validation is done by calling the isValid() method. Modi

svn commit: r1769728 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java webapps/docs/changelog.xml

2016-11-14 Thread kfujino
Author: kfujino Date: Tue Nov 15 05:28:17 2016 New Revision: 1769728 URL: http://svn.apache.org/viewvc?rev=1769728&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60194 If validationQuery is not specified, connection validation is done by calling the isValid() method. Modi

svn commit: r1769727 - in /tomcat/trunk: modules/jdbc-pool/doc/jdbc-pool.xml modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java webapps/docs/changelog.xml

2016-11-14 Thread kfujino
Author: kfujino Date: Tue Nov 15 05:27:07 2016 New Revision: 1769727 URL: http://svn.apache.org/viewvc?rev=1769727&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60194 If validationQuery is not specified, connection validation is done by calling the isValid() method. Modi

svn commit: r1769052 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/DomainFilterInterceptor.java webapps/docs/changelog.xml webapps/docs/config/cluster-interceptor.xml

2016-11-09 Thread kfujino
Author: kfujino Date: Thu Nov 10 06:20:03 2016 New Revision: 1769052 URL: http://svn.apache.org/viewvc?rev=1769052&view=rev Log: Reduce the warning logs for a message received from a different domain in order to avoid excessive log outputs. Modified: tomcat/tc7.0.x/trunk/java/org/ap

svn commit: r1769051 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/DomainFilterInterceptor.java webapps/docs/changelog.xml webapps/docs/config/cluster-interceptor.xml

2016-11-09 Thread kfujino
Author: kfujino Date: Thu Nov 10 06:19:01 2016 New Revision: 1769051 URL: http://svn.apache.org/viewvc?rev=1769051&view=rev Log: Reduce the warning logs for a message received from a different domain in order to avoid excessive log outputs. Modified: tomcat/tc8.0.x/trunk/java/org/ap

svn commit: r1769050 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/group/interceptors/DomainFilterInterceptor.java webapps/docs/changelog.xml webapps/docs/config/cluster-interceptor.xml

2016-11-09 Thread kfujino
Author: kfujino Date: Thu Nov 10 06:18:09 2016 New Revision: 1769050 URL: http://svn.apache.org/viewvc?rev=1769050&view=rev Log: Reduce the warning logs for a message received from a different domain in order to avoid excessive log outputs. Modified: tomcat/tc8.5.x/trunk/java/org/ap

svn commit: r1769049 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/DomainFilterInterceptor.java webapps/docs/changelog.xml webapps/docs/config/cluster-interceptor.xml

2016-11-09 Thread kfujino
Author: kfujino Date: Thu Nov 10 06:16:58 2016 New Revision: 1769049 URL: http://svn.apache.org/viewvc?rev=1769049&view=rev Log: Reduce the warning logs for a message received from a different domain in order to avoid excessive log outputs. Modified: tomcat/trunk/java/org/apache/cata

svn commit: r1767427 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 06:25:52 2016 New Revision: 1767427 URL: http://svn.apache.org/viewvc?rev=1767427&view=rev Log: When the proxy node sends a backup retrieve message, ensure that using the channelSendOptions that has been set rather than the default channelSendOptions. Modi

svn commit: r1767426 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 06:24:41 2016 New Revision: 1767426 URL: http://svn.apache.org/viewvc?rev=1767426&view=rev Log: When the proxy node sends a backup retrieve message, ensure that using the channelSendOptions that has been set rather than the default channelSendOptions. Modi

svn commit: r1767425 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 06:23:30 2016 New Revision: 1767425 URL: http://svn.apache.org/viewvc?rev=1767425&view=rev Log: When the proxy node sends a backup retrieve message, ensure that using the channelSendOptions that has been set rather than the default channelSendOptions. Modi

svn commit: r1767424 - in /tomcat/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 06:22:17 2016 New Revision: 1767424 URL: http://svn.apache.org/viewvc?rev=1767424&view=rev Log: When the proxy node sends a backup retrieve message, ensure that using the channelSendOptions that has been set rather than the default channelSendOptions. Modi

svn commit: r1767407 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 02:10:19 2016 New Revision: 1767407 URL: http://svn.apache.org/viewvc?rev=1767407&view=rev Log: Fix default value of validationInterval attribute in jdbc-pool. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/tc7.0.x/trunk/web

svn commit: r1767406 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 02:09:14 2016 New Revision: 1767406 URL: http://svn.apache.org/viewvc?rev=1767406&view=rev Log: Fix default value of validationInterval attribute in jdbc-pool. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/tc8.0.x/trunk/web

svn commit: r1767405 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 02:07:54 2016 New Revision: 1767405 URL: http://svn.apache.org/viewvc?rev=1767405&view=rev Log: Fix default value of validationInterval attribute in jdbc-pool. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/tc8.5.x/trunk/web

svn commit: r1767401 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 01:58:42 2016 New Revision: 1767401 URL: http://svn.apache.org/viewvc?rev=1767401&view=rev Log: Remove unnecessary wrong comment. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/tc8.5.x/t

svn commit: r1767404 - in /tomcat/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 02:06:09 2016 New Revision: 1767404 URL: http://svn.apache.org/viewvc?rev=1767404&view=rev Log: Fix default value of validationInterval attribute in jdbc-pool. Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/trunk/webapps/

svn commit: r1767403 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 02:04:10 2016 New Revision: 1767403 URL: http://svn.apache.org/viewvc?rev=1767403&view=rev Log: Remove unnecessary wrong comment. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/tc7.0.x/t

svn commit: r1767402 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 02:03:03 2016 New Revision: 1767402 URL: http://svn.apache.org/viewvc?rev=1767402&view=rev Log: Remove unnecessary wrong comment. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/tc8.0.x/t

svn commit: r1767400 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2016-10-31 Thread kfujino
Author: kfujino Date: Tue Nov 1 01:57:52 2016 New Revision: 1767400 URL: http://svn.apache.org/viewvc?rev=1767400&view=rev Log: Remove unnecessary wrong comment. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java/org/ap

svn commit: r1760913 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 10:17:12 2016 New Revision: 1760913 URL: http://svn.apache.org/viewvc?rev=1760913&view=rev Log: Add Deprecated. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java Modified: to

svn commit: r1760912 - /tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 10:16:41 2016 New Revision: 1760912 URL: http://svn.apache.org/viewvc?rev=1760912&view=rev Log: Add Deprecated. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java Modified: to

svn commit: r1760911 - /tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 10:16:07 2016 New Revision: 1760911 URL: http://svn.apache.org/viewvc?rev=1760911&view=rev Log: Add Deprecated. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java Modified: to

svn commit: r1760910 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 10:11:25 2016 New Revision: 1760910 URL: http://svn.apache.org/viewvc?rev=1760910&view=rev Log: Remove unused code Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java Modified: tomcat/t

svn commit: r1760909 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 10:08:23 2016 New Revision: 1760909 URL: http://svn.apache.org/viewvc?rev=1760909&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60099 Ensure that use all method arguments as a cache key when using StatementCache. Modified: tomcat/tc7

svn commit: r1760908 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 10:07:24 2016 New Revision: 1760908 URL: http://svn.apache.org/viewvc?rev=1760908&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60099 Ensure that use all method arguments as a cache key when using StatementCache. Modified: tomcat/tc8

svn commit: r1760907 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 10:06:42 2016 New Revision: 1760907 URL: http://svn.apache.org/viewvc?rev=1760907&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60099 Ensure that use all method arguments as a cache key when using StatementCache. Modified: tomcat/tc8

svn commit: r1760906 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 10:05:42 2016 New Revision: 1760906 URL: http://svn.apache.org/viewvc?rev=1760906&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60099 Ensure that use all method arguments as a cache key when using StatementCache. Modified: tomcat/t

svn commit: r1760890 - in /tomcat/tc7.0.x/trunk: java/org/apache/juli/OneLineFormatter.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:48:23 2016 New Revision: 1760890 URL: http://svn.apache.org/viewvc?rev=1760890&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60117 Ensure that the name of LogLevel is localized when using OneLineFormatter. Patch provided by Tatsuya Be

svn commit: r1760889 - in /tomcat/tc8.0.x/trunk: java/org/apache/juli/OneLineFormatter.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:47:22 2016 New Revision: 1760889 URL: http://svn.apache.org/viewvc?rev=1760889&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60117 Ensure that the name of LogLevel is localized when using OneLineFormatter. Patch provided by Tatsuya Be

svn commit: r1760888 - in /tomcat/tc8.5.x/trunk: java/org/apache/juli/OneLineFormatter.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:46:23 2016 New Revision: 1760888 URL: http://svn.apache.org/viewvc?rev=1760888&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60117 Ensure that the name of LogLevel is localized when using OneLineFormatter. Patch provided by Tatsuya Be

svn commit: r1760887 - in /tomcat/trunk: java/org/apache/juli/OneLineFormatter.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:45:24 2016 New Revision: 1760887 URL: http://svn.apache.org/viewvc?rev=1760887&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60117 Ensure that the name of LogLevel is localized when using OneLineFormatter. Patch provided by Tatsuya Be

svn commit: r1760884 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:35:17 2016 New Revision: 1760884 URL: http://svn.apache.org/viewvc?rev=1760884&view=rev Log: Add Bugzilla Id. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache

svn commit: r1760883 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:34:44 2016 New Revision: 1760883 URL: http://svn.apache.org/viewvc?rev=1760883&view=rev Log: Add Bugzilla Id. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache

svn commit: r1760882 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:34:06 2016 New Revision: 1760882 URL: http://svn.apache.org/viewvc?rev=1760882&view=rev Log: Add Bugzilla Id. Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache

svn commit: r1760881 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:22:59 2016 New Revision: 1760881 URL: http://svn.apache.org/viewvc?rev=1760881&view=rev Log: Correct Javadocs for PoolConfiguration.getValidationInterval and setValidationInterval. Reported by Phillip Webb. Modified: tomcat/tc7.0.x/trunk/modules/

svn commit: r1760877 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:22:09 2016 New Revision: 1760877 URL: http://svn.apache.org/viewvc?rev=1760877&view=rev Log: Correct Javadocs for PoolConfiguration.getValidationInterval and setValidationInterval. Reported by Phillip Webb. Modified: tomcat/tc8.0.x/trunk/modules/

svn commit: r1760869 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java webapps/docs/changelog.xml

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:20:59 2016 New Revision: 1760869 URL: http://svn.apache.org/viewvc?rev=1760869&view=rev Log: Correct Javadocs for PoolConfiguration.getValidationInterval and setValidationInterval. Reported by Phillip Webb. Modified: tomcat/tc8.5.x/trunk/modules/

svn commit: r1760863 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java

2016-09-15 Thread kfujino
Author: kfujino Date: Thu Sep 15 07:19:55 2016 New Revision: 1760863 URL: http://svn.apache.org/viewvc?rev=1760863&view=rev Log: Correct Javadocs for PoolConfiguration.getValidationInterval and setValidationInterval. Reported by Phillip Webb. Modified: tomcat/trunk/modules/jdbc-pool

svn commit: r1760322 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java webapps/docs/changelog.xml

2016-09-12 Thread kfujino
Author: kfujino Date: Mon Sep 12 09:11:19 2016 New Revision: 1760322 URL: http://svn.apache.org/viewvc?rev=1760322&view=rev Log: Ensure that the POOL_EMPTY notification has been added to the jmx notification types. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/ap

svn commit: r1760321 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java webapps/docs/changelog.xml

2016-09-12 Thread kfujino
Author: kfujino Date: Mon Sep 12 09:10:29 2016 New Revision: 1760321 URL: http://svn.apache.org/viewvc?rev=1760321&view=rev Log: Ensure that the POOL_EMPTY notification has been added to the jmx notification types. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/ap

svn commit: r1760320 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java webapps/docs/changelog.xml

2016-09-12 Thread kfujino
Author: kfujino Date: Mon Sep 12 09:09:03 2016 New Revision: 1760320 URL: http://svn.apache.org/viewvc?rev=1760320&view=rev Log: Ensure that the POOL_EMPTY notification has been added to the jmx notification types. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/ap

svn commit: r1760319 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java webapps/docs/changelog.xml

2016-09-12 Thread kfujino
Author: kfujino Date: Mon Sep 12 09:06:29 2016 New Revision: 1760319 URL: http://svn.apache.org/viewvc?rev=1760319&view=rev Log: Ensure that the POOL_EMPTY notification has been added to the jmx notification types. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/to

svn commit: r1760306 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/Connect

2016-09-12 Thread kfujino
Author: kfujino Date: Mon Sep 12 08:16:06 2016 New Revision: 1760306 URL: http://svn.apache.org/viewvc?rev=1760306&view=rev Log: Notify jmx when returning the connection that has been marked suspect. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1760303 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/Connect

2016-09-12 Thread kfujino
Author: kfujino Date: Mon Sep 12 08:14:14 2016 New Revision: 1760303 URL: http://svn.apache.org/viewvc?rev=1760303&view=rev Log: Notify jmx when returning the connection that has been marked suspect. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1760301 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/Connect

2016-09-12 Thread kfujino
Author: kfujino Date: Mon Sep 12 08:11:31 2016 New Revision: 1760301 URL: http://svn.apache.org/viewvc?rev=1760301&view=rev Log: Notify jmx when returning the connection that has been marked suspect. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1760299 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.

2016-09-12 Thread kfujino
Author: kfujino Date: Mon Sep 12 08:09:33 2016 New Revision: 1760299 URL: http://svn.apache.org/viewvc?rev=1760299&view=rev Log: Notify jmx when returning the connection that has been marked suspect. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1758540 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-31 Thread kfujino
Author: kfujino Date: Wed Aug 31 07:56:23 2016 New Revision: 1758540 URL: http://svn.apache.org/viewvc?rev=1758540&view=rev Log: Additional fix for BZ60043. Add log message of when returning the connection that has been marked suspect. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool

svn commit: r1758539 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-31 Thread kfujino
Author: kfujino Date: Wed Aug 31 07:54:19 2016 New Revision: 1758539 URL: http://svn.apache.org/viewvc?rev=1758539&view=rev Log: Additional fix for BZ60043. Add log message of when returning the connection that has been marked suspect. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool

svn commit: r1758538 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-31 Thread kfujino
Author: kfujino Date: Wed Aug 31 07:52:02 2016 New Revision: 1758538 URL: http://svn.apache.org/viewvc?rev=1758538&view=rev Log: Additional fix for BZ60043. Add log message of when returning the connection that has been marked suspect. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool

svn commit: r1758537 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-31 Thread kfujino
Author: kfujino Date: Wed Aug 31 07:50:06 2016 New Revision: 1758537 URL: http://svn.apache.org/viewvc?rev=1758537&view=rev Log: Additional fix for BZ60043. Add log message of when returning the connection that has been marked suspect. Modified: tomcat/trunk/modules/jdbc-pool/src/main/

svn commit: r1758339 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-30 Thread kfujino
Author: kfujino Date: Tue Aug 30 07:28:58 2016 New Revision: 1758339 URL: http://svn.apache.org/viewvc?rev=1758339&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Ensure that the suspectTimeout works without removing connection when the removeAbandoned is disa

svn commit: r1758338 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-30 Thread kfujino
Author: kfujino Date: Tue Aug 30 07:27:57 2016 New Revision: 1758338 URL: http://svn.apache.org/viewvc?rev=1758338&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Ensure that the suspectTimeout works without removing connection when the removeAbandoned is disa

svn commit: r1758337 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-30 Thread kfujino
Author: kfujino Date: Tue Aug 30 07:26:40 2016 New Revision: 1758337 URL: http://svn.apache.org/viewvc?rev=1758337&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Ensure that the suspectTimeout works without removing connection when the removeAbandoned is disa

svn commit: r1758335 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-30 Thread kfujino
Author: kfujino Date: Tue Aug 30 07:25:23 2016 New Revision: 1758335 URL: http://svn.apache.org/viewvc?rev=1758335&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Ensure that the suspectTimeout works without removing connection when the removeAbandoned is disa

svn commit: r1755151 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java

2016-08-04 Thread kfujino
Author: kfujino Date: Thu Aug 4 08:49:14 2016 New Revision: 1755151 URL: http://svn.apache.org/viewvc?rev=1755151&view=rev Log: Correct name Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java Modi

svn commit: r1755150 - /tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java

2016-08-04 Thread kfujino
Author: kfujino Date: Thu Aug 4 08:48:42 2016 New Revision: 1755150 URL: http://svn.apache.org/viewvc?rev=1755150&view=rev Log: Correct name Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java Modi

svn commit: r1755149 - /tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java

2016-08-04 Thread kfujino
Author: kfujino Date: Thu Aug 4 08:48:09 2016 New Revision: 1755149 URL: http://svn.apache.org/viewvc?rev=1755149&view=rev Log: Correct name Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java Modi

svn commit: r1755148 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java

2016-08-04 Thread kfujino
Author: kfujino Date: Thu Aug 4 08:47:32 2016 New Revision: 1755148 URL: http://svn.apache.org/viewvc?rev=1755148&view=rev Log: Correct name Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java Modified: to

svn commit: r1755060 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 09:42:16 2016 New Revision: 1755060 URL: http://svn.apache.org/viewvc?rev=1755060&view=rev Log: Ensure that the ResultSet is returned as Proxy object when enabling the StatementDecoratorInterceptor. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/

svn commit: r1755059 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 09:40:13 2016 New Revision: 1755059 URL: http://svn.apache.org/viewvc?rev=1755059&view=rev Log: Ensure that the ResultSet is returned as Proxy object when enabling the StatementDecoratorInterceptor. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/

svn commit: r1755058 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 09:38:33 2016 New Revision: 1755058 URL: http://svn.apache.org/viewvc?rev=1755058&view=rev Log: Ensure that the ResultSet is returned as Proxy object when enabling the StatementDecoratorInterceptor. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/

svn commit: r1755056 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 09:36:34 2016 New Revision: 1755056 URL: http://svn.apache.org/viewvc?rev=1755056&view=rev Log: Ensure that the ResultSet is returned as Proxy object when enabling the StatementDecoratorInterceptor. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java

svn commit: r1755047 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 08:45:25 2016 New Revision: 1755047 URL: http://svn.apache.org/viewvc?rev=1755047&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Reduce the default value of validationInterval in order to avoid the potential issue that continues to re

svn commit: r1755045 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 08:41:17 2016 New Revision: 1755045 URL: http://svn.apache.org/viewvc?rev=1755045&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Reduce the default value of validationInterval in order to avoid the potential issue that continues to re

svn commit: r1755044 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 08:40:26 2016 New Revision: 1755044 URL: http://svn.apache.org/viewvc?rev=1755044&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Reduce the default value of validationInterval in order to avoid the potential issue that continues to re

svn commit: r1755043 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 08:38:58 2016 New Revision: 1755043 URL: http://svn.apache.org/viewvc?rev=1755043&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Reduce the default value of validationInterval in order to avoid the potential issue that continues to re

svn commit: r1754830 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-08-02 Thread kfujino
Author: kfujino Date: Tue Aug 2 07:13:43 2016 New Revision: 1754830 URL: http://svn.apache.org/viewvc?rev=1754830&view=rev Log: Revert r1750434. This feature has not been backported yet. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/tc7.0.x/trunk/webapps/

svn commit: r1753467 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-07-20 Thread kfujino
Author: kfujino Date: Wed Jul 20 08:45:09 2016 New Revision: 1753467 URL: http://svn.apache.org/viewvc?rev=1753467&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59849 Ensure that the connection verification is executed by initSQL (if required) if the borrowing PooledConnec

svn commit: r1753457 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2016-07-19 Thread kfujino
Author: kfujino Date: Wed Jul 20 06:29:33 2016 New Revision: 1753457 URL: http://svn.apache.org/viewvc?rev=1753457&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59850 Ensure that the ResultSet is closed when enabling the StatementCache interceptor. Modified: tomcat/t

svn commit: r1753456 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2016-07-19 Thread kfujino
Author: kfujino Date: Wed Jul 20 06:28:35 2016 New Revision: 1753456 URL: http://svn.apache.org/viewvc?rev=1753456&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59850 Ensure that the ResultSet is closed when enabling the StatementCache interceptor. Modified: tomcat/t

svn commit: r1753455 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2016-07-19 Thread kfujino
Author: kfujino Date: Wed Jul 20 06:27:45 2016 New Revision: 1753455 URL: http://svn.apache.org/viewvc?rev=1753455&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59850 Ensure that the ResultSet is closed when enabling the StatementCache interceptor. Modified: tomcat/t

svn commit: r1753454 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2016-07-19 Thread kfujino
Author: kfujino Date: Wed Jul 20 06:26:53 2016 New Revision: 1753454 URL: http://svn.apache.org/viewvc?rev=1753454&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59850 Ensure that the ResultSet is closed when enabling the StatementCache interceptor. Modified: tomcat/t

svn commit: r1753453 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-07-19 Thread kfujino
Author: kfujino Date: Wed Jul 20 06:19:27 2016 New Revision: 1753453 URL: http://svn.apache.org/viewvc?rev=1753453&view=rev Log: In order to avoid the unintended skip of PoolCleaner, remove the check code of the execution interval in the task that has been scheduled. Modified: tomcat/t

svn commit: r1753452 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-07-19 Thread kfujino
Author: kfujino Date: Wed Jul 20 06:18:41 2016 New Revision: 1753452 URL: http://svn.apache.org/viewvc?rev=1753452&view=rev Log: In order to avoid the unintended skip of PoolCleaner, remove the check code of the execution interval in the task that has been scheduled. Modified: tomcat/t

svn commit: r1753451 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-07-19 Thread kfujino
Author: kfujino Date: Wed Jul 20 06:17:35 2016 New Revision: 1753451 URL: http://svn.apache.org/viewvc?rev=1753451&view=rev Log: In order to avoid the unintended skip of PoolCleaner, remove the check code of the execution interval in the task that has been scheduled. Modified: tomcat/t

svn commit: r1753450 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-07-19 Thread kfujino
Author: kfujino Date: Wed Jul 20 06:16:24 2016 New Revision: 1753450 URL: http://svn.apache.org/viewvc?rev=1753450&view=rev Log: In order to avoid the unintended skip of PoolCleaner, remove the check code of the execution interval in the task that has been scheduled. Modified: tomcat/t

svn commit: r1750438 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Tue Jun 28 02:27:21 2016 New Revision: 1750438 URL: http://svn.apache.org/viewvc?rev=1750438&view=rev Log: Ensure that do not remove the abandoned connection that has been already released. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/ap

svn commit: r1750437 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Tue Jun 28 02:26:21 2016 New Revision: 1750437 URL: http://svn.apache.org/viewvc?rev=1750437&view=rev Log: Ensure that do not remove the abandoned connection that has been already released. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/ap

svn commit: r1750436 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Tue Jun 28 02:25:28 2016 New Revision: 1750436 URL: http://svn.apache.org/viewvc?rev=1750436&view=rev Log: Ensure that do not remove the abandoned connection that has been already released. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/ap

svn commit: r1750435 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Tue Jun 28 02:24:34 2016 New Revision: 1750435 URL: http://svn.apache.org/viewvc?rev=1750435&view=rev Log: Ensure that do not remove the abandoned connection that has been already released. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/

svn commit: r1750434 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Tue Jun 28 01:59:48 2016 New Revision: 1750434 URL: http://svn.apache.org/viewvc?rev=1750434&view=rev Log: Fix the description of maxAge attribute in jdbc-pool doc. This attribute works both when a connection is returned and when a connection is borrowed. Modi

svn commit: r1750433 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Tue Jun 28 01:58:45 2016 New Revision: 1750433 URL: http://svn.apache.org/viewvc?rev=1750433&view=rev Log: Fix the description of maxAge attribute in jdbc-pool doc. This attribute works both when a connection is returned and when a connection is borrowed. Modi

svn commit: r1750432 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Tue Jun 28 01:57:58 2016 New Revision: 1750432 URL: http://svn.apache.org/viewvc?rev=1750432&view=rev Log: Fix the description of maxAge attribute in jdbc-pool doc. This attribute works both when a connection is returned and when a connection is borrowed. Modi

svn commit: r1750431 - in /tomcat/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Tue Jun 28 01:57:07 2016 New Revision: 1750431 URL: http://svn.apache.org/viewvc?rev=1750431&view=rev Log: Fix the description of maxAge attribute in jdbc-pool doc. This attribute works both when a connection is returned and when a connection is borrowed. Modi

svn commit: r1750291 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Mon Jun 27 07:44:24 2016 New Revision: 1750291 URL: http://svn.apache.org/viewvc?rev=1750291&view=rev Log: Remove duplicate code. There is no need to release the connection here because the connection is released in subsequent process. Modified: tomcat/tc7.0.x/t

svn commit: r1750290 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Mon Jun 27 07:43:31 2016 New Revision: 1750290 URL: http://svn.apache.org/viewvc?rev=1750290&view=rev Log: Remove duplicate code. There is no need to release the connection here because the connection is released in subsequent process. Modified: tomcat/tc8.0.x/t

svn commit: r1750289 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Mon Jun 27 07:42:45 2016 New Revision: 1750289 URL: http://svn.apache.org/viewvc?rev=1750289&view=rev Log: Remove duplicate code. There is no need to release the connection here because the connection is released in subsequent process. Modified: tomcat/tc8.5.x/t

svn commit: r1750288 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-06-27 Thread kfujino
Author: kfujino Date: Mon Jun 27 07:41:41 2016 New Revision: 1750288 URL: http://svn.apache.org/viewvc?rev=1750288&view=rev Log: Remove duplicate code. There is no need to release the connection here because the connection is released in subsequent process. Modified: tomcat/trunk/mod

svn commit: r1750284 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2016-06-27 Thread kfujino
Author: kfujino Date: Mon Jun 27 07:08:41 2016 New Revision: 1750284 URL: http://svn.apache.org/viewvc?rev=1750284&view=rev Log: No-functional change. Remove comment. Null can be returned. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1750283 - /tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2016-06-27 Thread kfujino
Author: kfujino Date: Mon Jun 27 07:08:08 2016 New Revision: 1750283 URL: http://svn.apache.org/viewvc?rev=1750283&view=rev Log: No-functional change. Remove comment. Null can be returned. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1750282 - /tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2016-06-27 Thread kfujino
Author: kfujino Date: Mon Jun 27 07:07:36 2016 New Revision: 1750282 URL: http://svn.apache.org/viewvc?rev=1750282&view=rev Log: No-functional change. Remove comment. Null can be returned. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1750281 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2016-06-27 Thread kfujino
Author: kfujino Date: Mon Jun 27 07:07:07 2016 New Revision: 1750281 URL: http://svn.apache.org/viewvc?rev=1750281&view=rev Log: No-functional change. Remove comment. Null can be returned. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1750273 - in /tomcat/site/trunk: docs/migration-7.html xdocs/migration-7.xml

2016-06-26 Thread kfujino
Author: kfujino Date: Mon Jun 27 04:32:50 2016 New Revision: 1750273 URL: http://svn.apache.org/viewvc?rev=1750273&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59752 Fix typo and links. Reported by Coty Sutherland Modified: tomcat/site/trunk/docs/migration-7.

svn commit: r1750272 - /tomcat/site/trunk/xdocs/migration-85.xml

2016-06-26 Thread kfujino
Author: kfujino Date: Mon Jun 27 04:22:00 2016 New Revision: 1750272 URL: http://svn.apache.org/viewvc?rev=1750272&view=rev Log: Fix svn prop. Modified: tomcat/site/trunk/xdocs/migration-85.xml (props changed) Propchange: tomcat/site/trunk/xdocs/migration-85

svn commit: r1750267 - in /tomcat/site/trunk: docs/migration-85.html docs/migration-9.html xdocs/migration-85.xml xdocs/migration-9.xml

2016-06-26 Thread kfujino
Author: kfujino Date: Mon Jun 27 02:47:34 2016 New Revision: 1750267 URL: http://svn.apache.org/viewvc?rev=1750267&view=rev Log: Add description about removal of clearReferencesStatic attribute to the migration guides. Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/t

svn commit: r1750044 - in /tomcat/site/trunk: docs/migration-85.html docs/migration-9.html xdocs/migration-85.xml xdocs/migration-9.xml

2016-06-23 Thread kfujino
Author: kfujino Date: Fri Jun 24 06:25:10 2016 New Revision: 1750044 URL: http://svn.apache.org/viewvc?rev=1750044&view=rev Log: Fix typo and syntax. Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/docs/migration-9.html tomcat/site/trunk/xdocs/migration-85

<    1   2   3   4   5   6   7   8   9   10   >