Kathey Marsden <[email protected]> writes: > JDK 1.7 and JDBC 4.1 > - Rick mentioned JDK 17 withJDBC 4.1 was in the works and that > javadoc for JDBC 4.1 is in the Open JDK repository, so available to > the public.
Just a heads up that the latest build (112) on http://jdk7.dev.java.net/ now includes the JDBC 4.1 changes. (At least the source and binary snapshots do. The javadocs are still at build 111, but I suppose they'll be updated soon. If not, it should be easy enough to build them from the source snapshot.) I gave it a quick try and saw the expected failures (AbstractMethodError) in the tests that verify that we have implemented all JDBC methods: jdbcapi.ClosedObjectTest jdbc4.VerifySignatures jdbc4.UnsupportedVetter -- Knut Anders
