On 5/10/2011 2:39 PM, Knut Anders Hatlen wrote:
Kathey Marsden<[email protected]> writes:Should I see any more fixtures run with JDK 1.7 vs JDK 1.6 or is there some other clear indication from running the tests that the new JDBC 4.1 functionality is being exercised?All the JDBC 4.1 tests use reflection to call the new methods (in order to avoid dependency on the Java 7 compiler), so the functionality is actually exercised when you run the tests with Java 6 too.
Interesting. Thanks!
