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

svn commit: r1032606 - /websites/production/commons/content/proper/commons-dbcp/index.html

Author: ggregory
Date: Mon Jul 16 14:27:28 2018
New Revision: 1032606

Log:
Update for 2.5.0 which did not make it in the normal release.

Modified:
    websites/production/commons/content/proper/commons-dbcp/index.html

Modified: websites/production/commons/content/proper/commons-dbcp/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbcp/index.html (original)
+++ websites/production/commons/content/proper/commons-dbcp/index.html Mon Jul 16 14:27:28 2018
@@ -212,7 +212,7 @@
           </li>
                      </ul>
               </li>
-                                                                                                                                                                                                                                                                                                                                           <li class="collapsed">
+                                                                                                                                                                                                                                                                                                                         <li class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>
@@ -346,24 +346,28 @@ efficient, feature-rich package under th
 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:
 </p>
 <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>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
@@ -424,4 +428,4 @@ of using DBCP available.</p>
                 </div>
   </body>
 
-</html>
\ No newline at end of file
+</html>