This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new a1bf491 Fix up codehaus URL a1bf491 is described below commit a1bf4918885d833006e3e188a056cf987b083ee6 Author: Sebb <s...@apache.org> AuthorDate: Fri Sep 25 17:28:29 2020 +0100 Fix up codehaus URL --- src/test/java/org/apache/commons/dbcp2/TestConnectionPool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/dbcp2/TestConnectionPool.java b/src/test/java/org/apache/commons/dbcp2/TestConnectionPool.java index 6b0ed7c..97252f0 100644 --- a/src/test/java/org/apache/commons/dbcp2/TestConnectionPool.java +++ b/src/test/java/org/apache/commons/dbcp2/TestConnectionPool.java @@ -711,7 +711,7 @@ public abstract class TestConnectionPool { Boolean.valueOf(System.getProperty("TestConnectionPool.display.thread.details", "false")).booleanValue(); // To pass this to a Maven test, use: // mvn test -DargLine="-DTestConnectionPool.display.thread.details=true" - // @see http://jira.codehaus.org/browse/SUREFIRE-121 + // @see https://issues.apache.org/jira/browse/SUREFIRE-121 /** * Launches a group of 2 * getMaxTotal() threads, each of which will attempt to obtain a connection