You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2013/12/28 21:11:44 UTC

svn commit: r1553905 - /commons/proper/dbcp/trunk/README.txt

Author: psteitz
Date: Sat Dec 28 20:11:44 2013
New Revision: 1553905

URL: http://svn.apache.org/r1553905
Log:
Updated for version 2.

Modified:
    commons/proper/dbcp/trunk/README.txt

Modified: commons/proper/dbcp/trunk/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/README.txt?rev=1553905&r1=1553904&r2=1553905&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/README.txt (original)
+++ commons/proper/dbcp/trunk/README.txt Sat Dec 28 20:11:44 2013
@@ -4,25 +4,9 @@ Apache Commons DBCP
 Welcome to the DBCP component of the Apache Commons
 project (http://commons.apache.org).
 
-DBCP now comes in two different versions, one to support JDBC 3
-and one to support JDBC 4.  Here is how it works:
- 
-DBCP 1.4 compiles and runs under JDK 1.6 only (JDBC 4)
-DBCP 1.3 compiles and runs under JDK 1.4-1.5 only (JDBC 3)
+DBCP version 2 requires JDK 1.7.
 
-DBCP 1.4 binaries should be used by applications running under JDK 1.6
-DBCP 1.3 should be used when running under JDK 1.4 or 1.5.
-
-There is no difference in the codebase supporting these two
-versions, other than that the code implementing methods added
-to support JDBC 4 has been filtered out of the DBCP 1.3 sources.
- 
-Both versions can be built using either Ant or Maven (version 2).
-To build DBCP using Maven, type "mvn package" at a command line prompt
-from the top-level directory of the source distribution (the directory
-that contains the file named pom.xml).   
-
-DBCP can also be built using Ant from the build.xml file. 
+DBCP can be built using either Maven or Ant. When building using Ant,
 Locations of dependent jars for the Ant build need to be specified in 
 build.properties. There is a build.properties.sample file included in the
 source distribution.