This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
from 09677c3e LifetimeExceededException should extend SQLException. new 278f169c Javadoc new 74f6a019 Fix message now that values are Durations instead of milliseconds. new b954fc93 Refactor duplicate logic and throw SQLException instead of Exception in internal validateLifetime() methods. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../commons/dbcp2/LifetimeExceededException.java | 11 +++++------ .../commons/dbcp2/PoolableConnectionFactory.java | 9 +-------- src/main/java/org/apache/commons/dbcp2/Utils.java | 13 +++++++++++++ .../dbcp2/datasources/CPDSConnectionFactory.java | 20 +++++++------------- .../datasources/KeyedCPDSConnectionFactory.java | 16 +++------------- .../org/apache/commons/dbcp2/LocalStrings.properties | 2 +- 6 files changed, 30 insertions(+), 41 deletions(-)