Author: markt Date: Sun Jun 21 15:01:01 2009 New Revision: 787024 URL: http://svn.apache.org/viewvc?rev=787024&view=rev Log: JDBC 4.0 now supported. This requires a 1.6 build environment. For now, assume latest.
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=787024&r1=787023&r2=787024&view=diff ============================================================================== --- commons/proper/dbcp/trunk/README.txt (original) +++ commons/proper/dbcp/trunk/README.txt Sun Jun 21 15:01:01 2009 @@ -17,11 +17,11 @@ build.properties. There is a build.properties.sample file included in the source distribution. -The binary distribution was built using JDK 1.4.2_10. The Ant build includes +The binary distribution was built using JDK 1.6.0_14. The Ant build includes conditional compilation to support building on JDK 1.3. -This release of JDBC compiles with and supports JDK 1.3 (JDBC 2.0) and -JDK 1.4-1.5 (JDBC 3.0). JDK 1.6 (JDBC 4.0) is not supported by this release. +This release of JDBC compiles with and supports JDK 1.3 (JDBC 2.0), +JDK 1.4-1.5 (JDBC 3.0) and JDK 1.6 (JDBC 4.0). See http://commons.apache.org/dbcp/ for additional and up-to-date information on Commons DBCP.