Craig R. McClanahan wrote:
>
> As Sam warned us, GUMP is experimentally using the JDK 1.4 beta for Linux
> for a while. The failures below are due to some JDBC 3.0 methods that
> were added to some of the javax.sql interfaces -- everything still works
> fine with JDK 1.3.
>
> FWIW, this is why I migrated Struts to mostly using base classes instead
> of interfaces for public APIs -- adding a new method to an interface
> breaks *everybody's* old code.
So the questions are
(1) Is it worth (or even possible?) to add those methods in anticipation of
JDBC 3.0? Such methods might not be called with prior versions of JDBC,
but otherwise are likely harmless.
(2) Should we provide feedback to the people writing the JDBC 3.0 specs?
Perhaps suggest an alternative?
- Sam Ruby
P.S. The whole point of Gump is to experimentally use the latest versions
of dependencies...