You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Filip Hanik - Dev Lists <de...@hanik.com> on 2009/07/25 01:23:09 UTC

jdbc-pool 1.0.7 release candidate

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: jdbc-pool 1.0.7 release candidate

Posted by sebb <se...@gmail.com>.
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 <de...@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-unsubscribe@tomcat.apache.org
>  For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org