This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
commit 7b13299e1c48aeee749396b06eeb8af56b1ffa97 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jul 30 13:49:00 2019 -0400 Prepare for the next release. --- src/site/site.xml | 1 + src/site/xdoc/index.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/site/site.xml b/src/site/site.xml index 561b097..73215a8 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -37,6 +37,7 @@ <item name="Javadoc 2.4.0" href="/api-2.4.0/index.html"/> <item name="Javadoc 2.5.0" href="/api-2.5.0/index.html"/> <item name="Javadoc 2.6.0" href="/api-2.6.0/index.html"/> + <item name="Javadoc 2.7.0" href="/api-2.7.0/index.html"/> <item name="Developers Guide" href="/guide/index.html" collapse="true"> <item name="JNDI Howto" href="/guide/jndi-howto.html"/> <item name="Class Diagrams" href="/guide/classdiagrams.html"/> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 8149b53..c6d9596 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -51,6 +51,7 @@ mechanisms that it utilizes.</p> <p>DBCP now comes in four different versions to support different versions of JDBC. Here is how it works: <ul> +<li>DBCP 2.7.0 compiles and runs under Java 8 only (JDBC 4.2)</li> <li>DBCP 2.6.0 compiles and runs under Java 8 only (JDBC 4.2)</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> @@ -58,6 +59,7 @@ JDBC. Here is how it works: <li>DBCP 1.3 compiles and runs under Java 1.4-5.0 only (JDBC 3)</li> </ul> </p> +<p>DBCP 2.7.0 binaries should be used by applications running on Java 8 and above.</p> <p>DBCP 2.6.0 binaries should be used by applications running on Java 8 and above.</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>