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
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
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
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
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
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
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
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
>
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) {
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
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
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
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
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]
> 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
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
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
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
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
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
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
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,
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
>
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).
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
25 matches
Mail list logo