[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-04-25 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2011-04-25 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

Re: [GUMP@vmgump]: Project commons-pool2 (in module apache-commons) failed

2011-04-25 Thread Phil Steitz
I just (hopefully) fixed the output jar name in gump metadata. Phil - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GUMP@vmgump]: Project commons-pool2 (in module apache-commons) failed

2011-04-25 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-pool2 has an issue affecting its community integration. This issue

[dbcp] fix for DBCP-333 - DriverManager no longer used to load drivers

2011-04-25 Thread Phil Steitz
Prior to the fix for DBCP-333, DriverManager was always used to load drivers. As documented in the patch and updated javadoc, DriverManager is now used only when loading via configured driverClassLoader or the context classloader fails. Might this change cause problems for implementations that so

Re: [pool] replacing numeric/byte constants with Java5 enums

2011-04-25 Thread Stephen Williams
Probably wrapped integers would also do badly. The issue seemed to be that all object creates and method calls were expensive, far more expensive than a final static int or array access. The JDK magically transforms the literal use of objects and methods into much faster, but equivalent code.

Re: [pool] replacing numeric/byte constants with Java5 enums

2011-04-25 Thread Adrian Crum
It would be interesting to see how an int wrapper would perform on Android. -Adrian On 4/25/2011 2:21 PM, Stephen Williams wrote: Note that, as of Android 2.2's Dalvik at least, that Java5 enums are much much slower than using constants. For anything that gets used frequently, and that might

Re: [pool] replacing numeric/byte constants with Java5 enums

2011-04-25 Thread Phil Steitz
On 4/25/11 1:40 PM, Simone Tripodi wrote: > Hi all, > in the first pool2 attempt we agreed on replacing numeric/byte > constants with Java5 enums, do we agree on doing it also for first > pool2 release? > Thanks in advance! > Simo Let's hold for now so we can get DBCP working with just the base cha

Re: [pool] replacing numeric/byte constants with Java5 enums

2011-04-25 Thread Stephen Williams
Note that, as of Android 2.2's Dalvik at least, that Java5 enums are much much slower than using constants. For anything that gets used frequently, and that might be used on Android, that is a problem. I wrote and optimized a SAX and DOM parser on Android. While the JDK will optimize out most

Re: [pool] replacing numeric/byte constants with Java5 enums

2011-04-25 Thread Gary Gregory
That would fall under the Java 5 umbrella, like generics, so that's OK with me for an ASAP pool2 release. Gary On Mon, Apr 25, 2011 at 4:40 PM, Simone Tripodi wrote: > Hi all, > in the first pool2 attempt we agreed on replacing numeric/byte > constants with Java5 enums, do we agree on doing it a

Re: FormattableUtils

2011-04-25 Thread Matt Benson
On Mon, Apr 25, 2011 at 8:39 AM, Matt Benson wrote: > On Mon, Apr 25, 2011 at 2:17 AM, Henri Yandell wrote: >> On Fri, Apr 22, 2011 at 11:32 PM, Henri Yandell wrote: >>> On Fri, Apr 22, 2011 at 8:58 AM, Gary Gregory >>> wrote: On Fri, Apr 22, 2011 at 9:58 AM, Matt Benson wrote:

[pool] replacing numeric/byte constants with Java5 enums

2011-04-25 Thread Simone Tripodi
Hi all, in the first pool2 attempt we agreed on replacing numeric/byte constants with Java5 enums, do we agree on doing it also for first pool2 release? Thanks in advance! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/

Re: [lang] Validate, method names, class name

2011-04-25 Thread Gary Gregory
On Sat, Apr 23, 2011 at 7:40 PM, Henri Yandell wrote: > On Sat, Apr 23, 2011 at 8:36 AM, Matt Benson wrote: > > On Sat, Apr 23, 2011 at 6:31 AM, Gary Gregory > wrote: > >> On Apr 23, 2011, at 7:10, "Jörg Schaible" > wrote: > >> > >>> Gary Gregory wrote: > >>> > Hi All: > > I fin

Re: FormattableUtils

2011-04-25 Thread Gary Gregory
On Mon, Apr 25, 2011 at 11:22 AM, Oliver Heger wrote: > Am 25.04.2011 09:17, schrieb Henri Yandell: > > On Fri, Apr 22, 2011 at 11:32 PM, Henri Yandell >> wrote: >> >>> On Fri, Apr 22, 2011 at 8:58 AM, Gary Gregory >>> wrote: >>> On Fri, Apr 22, 2011 at 9:58 AM, Matt Benson wrote: >

Re: FormattableUtils

2011-04-25 Thread Gary Gregory
Shouldn't the FormattableUtils SIMPLEST_FORMAT be "%s"? Gary On Mon, Apr 25, 2011 at 9:39 AM, Matt Benson wrote: > On Mon, Apr 25, 2011 at 2:17 AM, Henri Yandell wrote: > > On Fri, Apr 22, 2011 at 11:32 PM, Henri Yandell > wrote: > >> On Fri, Apr 22, 2011 at 8:58 AM, Gary Gregory > wrote: >

Re: FormattableUtils

2011-04-25 Thread Oliver Heger
Am 25.04.2011 09:17, schrieb Henri Yandell: On Fri, Apr 22, 2011 at 11:32 PM, Henri Yandell wrote: On Fri, Apr 22, 2011 at 8:58 AM, Gary Gregory wrote: On Fri, Apr 22, 2011 at 9:58 AM, Matt Benson wrote: On Fri, Apr 22, 2011 at 8:56 AM, Gary Gregory wrote: Hi All: Now that we have the sh

Re: FormattableUtils

2011-04-25 Thread Matt Benson
On Mon, Apr 25, 2011 at 2:17 AM, Henri Yandell wrote: > On Fri, Apr 22, 2011 at 11:32 PM, Henri Yandell wrote: >> On Fri, Apr 22, 2011 at 8:58 AM, Gary Gregory wrote: >>> On Fri, Apr 22, 2011 at 9:58 AM, Matt Benson wrote: >>> On Fri, Apr 22, 2011 at 8:56 AM, Gary Gregory wrote:

Re: FormattableUtils

2011-04-25 Thread Gary Gregory
On Mon, Apr 25, 2011 at 3:17 AM, Henri Yandell wrote: > On Fri, Apr 22, 2011 at 11:32 PM, Henri Yandell > wrote: > > On Fri, Apr 22, 2011 at 8:58 AM, Gary Gregory > wrote: > >> On Fri, Apr 22, 2011 at 9:58 AM, Matt Benson > wrote: > >> > >>> On Fri, Apr 22, 2011 at 8:56 AM, Gary Gregory > >>>

Re: svn commit: r1096444 - in /commons/proper/pool/trunk/src/test/org/apache/commons/pool2: TestBaseKeyedObjectPool.java TestKeyedObjectPool.java impl/TestGenericKeyedObjectPool.java impl/TestStackKey

2011-04-25 Thread Simone Tripodi
Hi Phil/all, after restored/merging the generics, the test method TestGenericKeyedObjectPool.testMaxTotalLRU is stuck :( I tried to debug it to understand what happened but didn't figure out what happened ;( Can anyone help me please? I put the @Ignore annotation ATM on that method. Thanks in advan

Re: FormattableUtils

2011-04-25 Thread Henri Yandell
On Fri, Apr 22, 2011 at 11:32 PM, Henri Yandell wrote: > On Fri, Apr 22, 2011 at 8:58 AM, Gary Gregory wrote: >> On Fri, Apr 22, 2011 at 9:58 AM, Matt Benson wrote: >> >>> On Fri, Apr 22, 2011 at 8:56 AM, Gary Gregory >>> wrote: >>> > Hi All: >>> > >>> > Now that we have the shiny and new Forma