Re: [dbcp] 1.3 release problems

2009-11-22 Thread Jörg Schaible
Phil Steitz wrote at Sonntag, 22. November 2009 17:43: > 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 t

Re: [VOTE] Apache Commons to sponsor agimatec-validation incunbation

2009-11-22 Thread Henri Yandell
On Sun, Nov 22, 2009 at 4:33 PM, Stephen Colebourne wrote: > Niall Pemberton wrote: >> >> [X] +1 Yes lets sponsor it >> [ ]  -1 No because... +1. >> [X] +1 Use the Commons mailing lists >> [ ] -1 Bad idea because... +1, and I'm hoping we do lots more incubations for Commons. [Distracting aside

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Henri Yandell
Given that the Sun JDK's SSL implementation has the same problem as other SSL implementations, and given that Sun don't support the free 1.4 and 1.5 versions (so no security fixes coming), I think we do a disservice in even encouraging people to stay on 1.4 and 1.5 by continuing to support them. 1

Re: Commons Lang 3: Validate

2009-11-22 Thread Henri Yandell
On Sun, Nov 22, 2009 at 4:36 PM, Stephen Colebourne wrote: > Henri Yandell wrote: >> >> On Thu, Nov 19, 2009 at 9:24 AM, Paul Benedict >> wrote: >>> >>> On Thu, Nov 19, 2009 at 1:39 AM, Henri Yandell >>> wrote: >>> Your argument being that the JDK and others do NPE when null? i.e. NPE

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Phil Steitz
sebb wrote: > On 22/11/2009, Phil Steitz wrote: >> sebb wrote: >> > On 22/11/2009, 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 (inconsi

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Phil Steitz
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 clas

Re: Commons Lang 3: Validate

2009-11-22 Thread Paul Benedict
Stephen, that's why I thought a static flag would be a compromise, but I don't think it's the best solution. Anyway, the changes I made locally so far are this: * notNull - throws NPE * isTrue - throws IAE * isValidIndex - throws IOOBE Paul On Sun, Nov 22, 2009 at 6:36 PM, Stephen Colebourne wr

RE: [dbcp] 1.3 release problems

2009-11-22 Thread Gary Gregory
Our server and tools are all on Java 6, so for us, moving to 6 is quite fine. We strongly encourage our users to move away from 1.4.2 ASAP. Gary > -Original Message- > From: Phil Steitz [mailto:phil.ste...@gmail.com] > Sent: Sunday, November 22, 2009 14:03 > To: Commons Developers List >

Re: [lang] Checking for NULL

2009-11-22 Thread Stephen Colebourne
Henri Yandell wrote: Agreed. I'd never read the javadoc which suggests collections usage and had assumed we had grander schemes. Is ObjectUtils.NULL worth keeping? I think ObjectUtils.NULL is worth keeping, but there should be two methods that do know about it: public T wrapNull(T obj) {

Re: Commons Lang 3: Validate

2009-11-22 Thread Stephen Colebourne
Henri Yandell wrote: On Thu, Nov 19, 2009 at 9:24 AM, Paul Benedict wrote: On Thu, Nov 19, 2009 at 1:39 AM, Henri Yandell wrote: Your argument being that the JDK and others do NPE when null? i.e. NPE = IAE(null)? Yes. Some things to note: * The JDK does this as their pattern * JDK 7 definit

Re: [VOTE] Apache Commons to sponsor agimatec-validation incunbation

2009-11-22 Thread Stephen Colebourne
Niall Pemberton wrote: [X] +1 Yes lets sponsor it [ ] -1 No because... [X] +1 Use the Commons mailing lists [ ] -1 Bad idea because... - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-m

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Grzegorz S?owikowski
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 w

Re: svn commit: r883132 - in /commons/proper/math/trunk: pom.xml src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java src/site/xdoc/changes.xml

2009-11-22 Thread Phil Steitz
sebb wrote: > On 22/11/2009, pste...@apache.org wrote: >> Author: psteitz >> Date: Sun Nov 22 19:50:54 2009 >> New Revision: 883132 >> >> URL: http://svn.apache.org/viewvc?rev=883132&view=rev >> Log: >> Added generationsEvolved property to GeneticAlgorithm to track the number >> of generatio

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Phil Steitz
Gary Gregory wrote: > Does dropping support for Java 1.4 simply the issue? No. Would have to drop 1.5 too. Phil > > Gary > >> -Original Message- >> From: Phil Steitz [mailto:phil.ste...@gmail.com] >> Sent: Sunday, November 22, 2009 08:43 >> To: Commons Developers List >> Subject: [dbcp]

Re: Consolidating Subprojects

2009-11-22 Thread Doug Bateman
> Raising one question: do you thing some production project could use > latest version of project commons.A and old version of commons.B ? They > would probably not like merging both projects into one. Is this a use > case we want to address or is it too theoretical ? Well, the dependencies betwe

Re: [dbcp] 1.3 release problems

2009-11-22 Thread sebb
On 22/11/2009, Phil Steitz wrote: > sebb wrote: > > On 22/11/2009, 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

RE: [dbcp] 1.3 release problems

2009-11-22 Thread Gary Gregory
Does dropping support for Java 1.4 simply the issue? Gary > -Original Message- > From: Phil Steitz [mailto:phil.ste...@gmail.com] > Sent: Sunday, November 22, 2009 08:43 > To: Commons Developers List > Subject: [dbcp] 1.3 release problems > > I am running into some problems preparing for

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Phil Steitz
Dennis Lundberg wrote: > 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

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Phil Steitz
sebb wrote: > On 22/11/2009, 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 t

Re: svn commit: r883132 - in /commons/proper/math/trunk: pom.xml src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java src/site/xdoc/changes.xml

2009-11-22 Thread sebb
On 22/11/2009, pste...@apache.org wrote: > Author: psteitz > Date: Sun Nov 22 19:50:54 2009 > New Revision: 883132 > > URL: http://svn.apache.org/viewvc?rev=883132&view=rev > Log: > Added generationsEvolved property to GeneticAlgorithm to track the number > of generations evolved by the evol

Re: [dbcp] 1.3 release problems

2009-11-22 Thread sebb
On 22/11/2009, 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

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Dennis Lundberg
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,

Re: [dbcp] [JEXL 2.0] o.a.c.jexl or o.a.c.jexl2 ?

2009-11-22 Thread henrib
Any other opinion ? Sebb, Rahul, what's your take ? Thanks Henrib Henrib-2 wrote: > > One (non Maven related) question for the JEXL community: > > The (soon-to-be published) JEXL-2.0 RCx version comes with a lot of > changes. The upper level API deprecates ExpressionFactory & ScriptFactory >

[dbcp] 1.3 release problems

2009-11-22 Thread Phil Steitz
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).

Re: Consolidating Subprojects

2009-11-22 Thread Luc Maisonobe
Doug Bateman a écrit : > Howdy all, > > Tonight while browsing through the latest commons projects, it > occurred to me the once modest commons project has grown substantially > over time and has a lot of great stuff. There are now lots of sub > projects. Actually, it's 37 active subprojects to