Re: [DBUTILS] Test code still requires Java 1.6

2011-08-20 Thread sebb
On 20 August 2011 10:50, Olivier Lamy wrote: > Hello > Why not using the animal sniffer plugin in the build ? Continuum already detects such issues, provided that the correct build profile is used. Seems like overkill to add another plugin. > -- > Olivier > Le 20 août 2011 09:56, "Henri Yandell

Re: [DBUTILS] Test code still requires Java 1.6

2011-08-20 Thread Olivier Lamy
Hello Why not using the animal sniffer plugin in the build ? -- Olivier Le 20 août 2011 09:56, "Henri Yandell" a écrit : > Thanks. It was an unused import, so I've removed it. It also showed > up in javadoc and I've fixed that too. > > Hen > > On Fri, Aug 19, 2011 at 8:00 AM, sebb wrote: >> Quer

Re: [DBUTILS] Test code still requires Java 1.6

2011-08-20 Thread Henri Yandell
Thanks. It was an unused import, so I've removed it. It also showed up in javadoc and I've fixed that too. Hen On Fri, Aug 19, 2011 at 8:00 AM, sebb wrote: > QueryRunnerTest imports java.util.concurrent.RunnableFuture which > requires Java 1.6 > > ---

[DBUTILS] Test code still requires Java 1.6

2011-08-19 Thread sebb
QueryRunnerTest imports java.util.concurrent.RunnableFuture which requires Java 1.6 - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org