Re: [lang] Time for RC3?

2011-04-22 Thread Henri Yandell
These are the current blocking items in play afaik: * Email thread - what else should implement Formattable? * LANG-696/Email thread - getShortName. What to do with the (String) variant. Remove others. * Email thread - Validate method naming Hen On Tue, Apr 19, 2011 at 11:55 PM, Henri Yandell w

Re: FormattableUtils

2011-04-22 Thread Henri Yandell
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 FormattableUtils class, what are the >> > other opportunities in [lang

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

2011-04-22 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-22 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: [lang] Maven build warnings

2011-04-22 Thread Henri Yandell
On Fri, Apr 22, 2011 at 2:56 PM, Gary Gregory wrote: > Hi All: > > I just noticed the following warnings: > > [INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT > file > Instrumenting 151 files to > C:\svn\org\apache\commons\trunks-proper\lang\target\generated-classes\cobertu

Re: FormattableUtils

2011-04-22 Thread Henri Yandell
On Fri, Apr 22, 2011 at 3:33 PM, Matt Benson wrote: > On Fri, Apr 22, 2011 at 4:23 PM, Gary Gregory wrote: >> On Fri, Apr 22, 2011 at 4:04 PM, Henri Yandell wrote: >> >>>  Date is in java.util; we put it in lang.time. >>>  MessageFormat is in java.util; we put it in lang.text. >>> >>> I think th

Re: FormattableUtils

2011-04-22 Thread Matt Benson
On Fri, Apr 22, 2011 at 4:23 PM, Gary Gregory wrote: > On Fri, Apr 22, 2011 at 4:04 PM, Henri Yandell wrote: > >>  Date is in java.util; we put it in lang.time. >>  MessageFormat is in java.util; we put it in lang.text. >> >> I think this can live in lang.text happily enough for the same reason >

[lang] Maven build warnings

2011-04-22 Thread Gary Gregory
Hi All: I just noticed the following warnings: [INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file Instrumenting 151 files to C:\svn\org\apache\commons\trunks-proper\lang\target\generated-classes\cobertura [cobertura] WARN [main] net.sourceforge.cobertura.instrument.Cla

Re: FormattableUtils

2011-04-22 Thread Gary Gregory
On Fri, Apr 22, 2011 at 4:04 PM, Henri Yandell wrote: > Date is in java.util; we put it in lang.time. > MessageFormat is in java.util; we put it in lang.text. > > I think this can live in lang.text happily enough for the same reason > the other classes are in there. 'util' is a blah name :) >

Re: FormattableUtils

2011-04-22 Thread Henri Yandell
Date is in java.util; we put it in lang.time. MessageFormat is in java.util; we put it in lang.text. I think this can live in lang.text happily enough for the same reason the other classes are in there. 'util' is a blah name :) Hen On Fri, Apr 22, 2011 at 10:54 AM, Gary Gregory wrote: > Becau

Re: FormattableUtils

2011-04-22 Thread Gary Gregory
Because Formattable is in java.util, IMO it makes sense in lang.util. Gary On Fri, Apr 22, 2011 at 12:34 PM, Henri Yandell wrote: > Should it be in the text package? > > On Fri, Apr 22, 2011 at 6:56 AM, Gary Gregory > wrote: > > Hi All: > > > > Now that we have the shiny and new FormattableUti

Re: FormattableUtils

2011-04-22 Thread Henri Yandell
Should it be in the text package? On Fri, Apr 22, 2011 at 6:56 AM, Gary Gregory wrote: > Hi All: > > Now that we have the shiny and new FormattableUtils class, what are the > other opportunities in [lang] to eat our own dog food? > > -- > Thank you, > Gary > > http://garygregory.wordpress.com/ >

[lang] Validate, method names, class name

2011-04-22 Thread Gary Gregory
Hi All: I find that the new 'valid' method names in Validate make for odd reading. I think a verb like 'validate*' or 'check*' would be better. Especially when the Javadocs all start with 'Validates...'. I do see 'check' used in other internal APIs for this kind of behavior. For example, Java Sw

Re: FormattableUtils

2011-04-22 Thread Gary Gregory
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 FormattableUtils class, what are the > > other opportunities in [lang] to eat our own dog food? > > > > What did you have in mind? >

Re: [continuum] BUILD FAILURE: Apache Commons - Commons BeanUtils - Default Maven 2 Build Definition (Java 1.5)

2011-04-22 Thread Gary Gregory
I do not see how this change breaks the build. Is the POM so old that it is stale? Gary On Fri, Apr 22, 2011 at 10:31 AM, Continuum@vmbuild wrote: > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=7608&projectId=65 > > Build statistics: > State: Failed > Previo

[continuum] BUILD FAILURE: Apache Commons - Commons BeanUtils - Default Maven 2 Build Definition (Java 1.5)

2011-04-22 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=7608&projectId=65 Build statistics: State: Failed Previous State: Failed Started at: Fri 22 Apr 2011 14:30:02 + Finished at: Fri 22 Apr 2011 14:31:38 + Total time: 1m 36s Build Trigger: Schedule B

Re: FormattableUtils

2011-04-22 Thread Matt Benson
On Fri, Apr 22, 2011 at 8:56 AM, Gary Gregory wrote: > Hi All: > > Now that we have the shiny and new FormattableUtils class, what are the > other opportunities in [lang] to eat our own dog food? > What did you have in mind? Matt > -- > Thank you, > Gary > > http://garygregory.wordpress.com/ >

FormattableUtils

2011-04-22 Thread Gary Gregory
Hi All: Now that we have the shiny and new FormattableUtils class, what are the other opportunities in [lang] to eat our own dog food? -- Thank you, Gary http://garygregory.wordpress.com/ http://garygregory.com/ http://people.apache.org/~ggregory/ http://twitter.com/GaryGregory

Re: [VOTE] Release commons-parent 21 based on version 21-RC3

2011-04-22 Thread Gary Gregory
On Mon, Apr 18, 2011 at 4:48 PM, Jörg Schaible wrote: > Gary Gregory wrote: > > > Hi All: > > > > This is a VOTE to release commons-parent 21 based on version 21-RC3. > > > > The VOTE is open until Thursday April 21 16:00 EDT = UTC Thursday, April > > 21, 2011 at 20:00. > > > > Changes: > > > > -

[ANNOUNCE] Commons Parent 21 released

2011-04-22 Thread Gary Gregory
Hello All: Commons Parent 21 has been released. The changes from release 20 are: - Upgrade maven-gpg-plugin to 1.2 from 1.1. - Replace deprecated assembly goal "attached" with "single". - Add test jar generation to the apache-release profile (with NOTICE and LICENSE files.) - Removed the downgra