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).
Environment
None
Activity
Show:
MattM
November 20, 2006 at 12:23 PM
Fixed! Replaced the wrapper classes with dynamic proxies.
MattM
November 11, 2006 at 5:38 PM
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.
MattM
November 11, 2006 at 5:11 PM
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.
LG
August 28, 2006 at 4:09 AM
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
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).