Compiling under JDK 1.6 fails in the ConnectionWrapper classes. Most likely, we'll need to implement the new methods, which should be backwards compatible with 1.5 (although probably with warnings).
Is this really a must have for 3.1?
JDK 1.6 final is not yet available so I assume that 3.1 will be shipped with 1.5
Lg
Had to implement new JDBC methods in the wrapper classes. Not fully implemented (tedious reflection work) in a few cases, but should be mostly good.
Oops, had to revert since 1.5 compiling failed. Will likely need to compile classes under 1.5 then check them in as a JAR to merge.
Fixed! Replaced the wrapper classes with dynamic proxies.