Grzegorz S?owikowski wrote: > Hi > > Phil Steitz wrote: >> I am running into some problems preparing for dbcp-1.3. I would >> appreciate comments / patches on any of the issues below. >> >> 1. Findbugs is showing some real (inconsistent synch) and not so >> real (e.g. serialization issues on classes that IMO should not be >> serializable, but we can't fix until 2.0). The full report is here: >> http://commons.apache.org/dbcp/findbugs.html >> I would appreciate suggestions/patches/commits for what to fix and how. >> >> 2. We can't compile commons-pool-1.3.jar against JDK 1.6 (JDBC 4) >> and expect it to work for JDK 1.4/1.5 (JDBC 3) clients (at least not >> as the code stands today). So we need to create two jar artifacts. >> The question is which one gets the 1.3 name, what is the other >> named and how do we package the distros? >> >> > How come the old JDBC3 database drivers (for example I'm using Oracle > ojdbc14.jar) > are useable in Java 1.6? They are. I don't know how, maybe there is > something > inside running JVM. So why commons-dbcp compiled with Java 1.4 or 1.5 > will not > be compatible with Java 1.6 in runtime?
The problem is not that (other than problems compiling from source, which the Ant build has fixed). The problem is that if we want to produce just one jar, we need to compile it using JDK 1.6 and that jar does not work (at least for me) when used with older JDKs. Phil > >> 3. I assume it is OK at this point to drop the nojdbc3 Ant target >> and compiler flags for JDBC 2. >> >> TIA >> >> Phil >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org