+1 for upgrading.

Are we going to have trouble with the difference between 1.3 and 1.4; or do we 
need a java5 and java 6 profile (auto enabled) to contribute the appropriate 
dependency?

Jody

On 21/06/2010, at 2:20 AM, Andrea Aime wrote:

> Hi,
> commons DBCP 1.3 and 1.4 have been recently released.
> 
> 1.3 and 1.4 are actually sharing the same source, but 1.4
> is compatible with JDBC 4 (JDK 6) whilst 1.3 is compatible
> with JDBC 3 (JDK 1.5).
> 
> This release fixes a number of issues and according to my
> benchmarks seems to improve performance a bit too.
> 
> I've run the H2, Oracle and PostGIS tests and found no issues.
> 
> The patch to upgrade the dependencies is attached.
> 
> Ok to commit on trunk?
> 
> Cheers
> Andrea
> 
> -- 
> Andrea Aime
> OpenGeo - http://opengeo.org
> Expert service straight from the developers.
> diff --git a/pom.xml b/pom.xml
> index cfa553b..b49fb25 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -753,7 +753,7 @@
>       <dependency>
>         <groupId>commons-pool</groupId>
>         <artifactId>commons-pool</artifactId>
> -        <version>1.5.3</version>
> +        <version>1.5.4</version>
>       </dependency>
>       <dependency>
>         <groupId>commons-logging</groupId>
> @@ -783,7 +783,7 @@
>       <dependency>
>         <groupId>commons-dbcp</groupId>
>         <artifactId>commons-dbcp</artifactId>
> -        <version>1.2.2</version>
> +        <version>1.3</version>
>       </dependency>
>       <dependency>
>         <groupId>velocity</groupId>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo_______________________________________________
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to