You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/16 14:34:35 UTC

[4/5] commons-dbcp git commit: Clean up for Version 2.5.0.

Clean up for Version 2.5.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/e33bcedf
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/e33bcedf
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/e33bcedf

Branch: refs/heads/master
Commit: e33bcedffe54f36cca66545576377fc43f27cdac
Parents: 334784e
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Jul 16 08:05:27 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Jul 16 08:05:27 2018 -0600

----------------------------------------------------------------------
 src/site/xdoc/index.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/e33bcedf/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 14f696d..fe4870e 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -48,17 +48,19 @@ efficient, feature-rich package under the ASF license.</p>
 <code>commons-pool2</code> package to provide the underlying object pool
 mechanisms that it utilizes.</p>
 
-<p>DBCP now comes in three different versions to support different versions of
+<p>DBCP now comes in four different versions to support different versions of
 JDBC. Here is how it works:
 <ul>
-<li>DBCP 2 compiles and runs under Java 7 only (JDBC 4.1)</li>
+<li>DBCP 2.5.0 compiles and runs under Java 8 only (JDBC 4.2)</li>
+<li>DBCP 2.4.0 compiles and runs under Java 7 only (JDBC 4.1)</li>
 <li>DBCP 1.4 compiles and runs under Java 6 only (JDBC 4)</li>
-<li>DBCP 1.3 compiles and runs under Java 1.4-5 only (JDBC 3)</li>
+<li>DBCP 1.3 compiles and runs under Java 1.4-5.0 only (JDBC 3)</li>
 </ul>
 </p>
-<p>DBCP 2 binaries should be used by applications running under Java 7.</p>
+<p>DBCP 2.5.0 binaries should be used by applications running under Java 8.</p>
+<p>DBCP 2.4.0 binaries should be used by applications running under Java 7.</p>
 <p>DBCP 1.4 binaries should be used by applications running under Java 6.</p>
-<p>DBCP 1.3 should be used when running under Java 1.4 5.</p>
+<p>DBCP 1.3 should be used when running under Java 1.4 and 5.0.</p>
 
 <p>DBCP 2 is based on Commons Pool 2 and provides increased performance, JMX
 support as well as numerous other new features compared to DBCP 1.x. Users