The build files suggest that the code can be compiled and run using Java 1.5.
However, Java 1.5 cannot be used to compile the ConnectionPool class, which uses @Override for interface implementations. The annotations could be removed to allow the code to compile under 1.5. == The AbstractCreateStatementInterceptor class has two public static String arrays. The entries are supposed to be constants, but it's trivial for an external class to accidentally or deliberately change one of the entries. The code is also rather fragile, as the order and number of entries is relied upon by other classes, but this is not documented. == There are also some outstanding bugs: https://issues.apache.org/bugzilla/show_bug.cgi?id=47452 https://issues.apache.org/bugzilla/show_bug.cgi?id=47576 https://issues.apache.org/bugzilla/show_bug.cgi?id=47577 https://issues.apache.org/bugzilla/show_bug.cgi?id=47583 On 25/07/2009, Filip Hanik - Dev Lists <devli...@hanik.com> wrote: > http://people.apache.org/~fhanik/jdbc-pool/v1.0.7/ > > Same thing here, if all checks out well, plan a vote mid next week > > Filip > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org