DBCP-513 update to latest commons-pool snapshot fixes this bug
Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/afc2d3dd Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/afc2d3dd Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/afc2d3dd Branch: refs/heads/master Commit: afc2d3ddd57eedcb3242073067b8f7d089dcabca Parents: f36ff59 Author: Mark Struberg <strub...@apache.org> Authored: Thu Oct 25 14:45:51 2018 +0200 Committer: Mark Struberg <strub...@apache.org> Committed: Thu Oct 25 14:45:51 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/afc2d3dd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c069e13..bdeb22c 100644 --- a/pom.xml +++ b/pom.xml @@ -306,7 +306,7 @@ <!-- Override CP version until that is updated --> <commons.checkstyle.version>3.0.0</commons.checkstyle.version> <!-- Constant for Commons Pool version (used in multiple places) --> - <commons.pool.version>2.6.0</commons.pool.version> + <commons.pool.version>2.6.1-SNAPSHOT</commons.pool.version> <!-- See DBCP-445 and DBCP-454 --> <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import> <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>