Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Niall Pemberton
Apologies - I found a small inconsistency in the port of the StringUtils.normalizeSpace() I ported to the 2.x branch. I had to re-write that implementation because the 3.0 trunk uses Java's regexp. It initially trims the string - but that doesn't remove all whitespace characters - so I've switched

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread sebb
On 12 January 2011 23:37, Niall Pemberton wrote: > On Wed, Jan 12, 2011 at 9:28 PM, Gary Gregory > wrote: >> >> >> On Jan 12, 2011, at 16:11, "Niall Pemberton" >> wrote: >> >>> On Wed, Jan 12, 2011 at 12:18 PM, Niall Pemberton >>> wrote: On Wed, Jan 12, 2011 at 3:02 AM, Phil Steitz wrote

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Niall Pemberton
On Wed, Jan 12, 2011 at 9:28 PM, Gary Gregory wrote: > > > On Jan 12, 2011, at 16:11, "Niall Pemberton" > wrote: > >> On Wed, Jan 12, 2011 at 12:18 PM, Niall Pemberton >> wrote: >>> On Wed, Jan 12, 2011 at 3:02 AM, Phil Steitz wrote: I will test the release in the next couple of days, but

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Niall Pemberton
On Wed, Jan 12, 2011 at 10:50 PM, sebb wrote: > On 12 January 2011 21:10, Niall Pemberton wrote: >> On Wed, Jan 12, 2011 at 12:18 PM, Niall Pemberton >> wrote: >>> On Wed, Jan 12, 2011 at 3:02 AM, Phil Steitz wrote: I will test the release in the next couple of days, but I have one co

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Rahul Akolkar
On Tue, Jan 11, 2011 at 8:46 PM, Niall Pemberton wrote: > I would like to do a Lang 2.6 release. I have back-ported compatible > bug fixes and enhancements from the trunk to the 2.x branch, details > of which are here: > >  http://people.apache.org/~niallp/lang-2.6-rc1/RELEASE-NOTES.txt >  http://

RE: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Gary Gregory
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Wednesday, January 12, 2011 17:51 > To: Commons Developers List > Subject: Re: [VOTE] Release Commons Lang 2.6 based on RC1 > > On 12 January 2011 21:10, Niall Pemberton wrote: > > On Wed, Jan

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread sebb
On 12 January 2011 21:10, Niall Pemberton wrote: > On Wed, Jan 12, 2011 at 12:18 PM, Niall Pemberton > wrote: >> On Wed, Jan 12, 2011 at 3:02 AM, Phil Steitz wrote: >>> I will test the release in the next couple of days, but I have one >>> comment on the release notes.  Not enough for a -1 by it

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Simone Tripodi
+1 also from my side, well done Niall!!! :) http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Wed, Jan 12, 2011 at 10:28 PM, Gary Gregory wrote: > > > On Jan 12, 2011, at 16:11, "Niall Pemberton" > wrote: > >> On Wed, Jan 12, 2011 at 12:18 PM, Niall Pemberton >> wrote: >>>

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Gary Gregory
On Jan 12, 2011, at 16:11, "Niall Pemberton" wrote: > On Wed, Jan 12, 2011 at 12:18 PM, Niall Pemberton > wrote: >> On Wed, Jan 12, 2011 at 3:02 AM, Phil Steitz wrote: >>> I will test the release in the next couple of days, but I have one >>> comment on the release notes. Not enough for a -1

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Niall Pemberton
On Wed, Jan 12, 2011 at 12:18 PM, Niall Pemberton wrote: > On Wed, Jan 12, 2011 at 3:02 AM, Phil Steitz wrote: >> I will test the release in the next couple of days, but I have one >> comment on the release notes.  Not enough for a -1 by itself, worth >> talking about if you roll another RC. >> >

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Oliver Heger
Tested maven build under JDK 1.4 and 1.6 under Windows 7. Artifacts and site look good. I agree that the heading "TASKS IN 2.6" in the release notes is misleading, but this is not a blocker. So +1. Oliver Am 12.01.2011 02:46, schrieb Niall Pemberton: I would like to do a Lang 2.6 release.

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Luc Maisonobe
Le 12/01/2011 02:46, Niall Pemberton a écrit : > I would like to do a Lang 2.6 release. I have back-ported compatible > bug fixes and enhancements from the trunk to the 2.x branch, details > of which are here: > > http://people.apache.org/~niallp/lang-2.6-rc1/RELEASE-NOTES.txt > http://people.ap

RE: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Jörg Schaible
Gary Gregory wrote: > +1. > > Getting mildly alarming warnings on Maven 3.0.1 but nothing worth killing > the RC. > > [WARNING] > [WARNING] Some problems were encountered while building the effective > [model for commons-lang:commons-lang:jar:2.6 WARNING] > ['build.plugins.plugin.version' for >

RE: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Gary Gregory
] > Sent: Tuesday, January 11, 2011 20:46 > To: Commons Developers List > Subject: [VOTE] Release Commons Lang 2.6 based on RC1 > > I would like to do a Lang 2.6 release. I have back-ported compatible > bug fixes and enhancements from the trunk to the 2.x branch, details > o

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread sebb
On 12 January 2011 01:46, Niall Pemberton wrote: > I would like to do a Lang 2.6 release. I have back-ported compatible > bug fixes and enhancements from the trunk to the 2.x branch, details > of which are here: > >  http://people.apache.org/~niallp/lang-2.6-rc1/RELEASE-NOTES.txt >  http://people.

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread sebb
On 12 January 2011 12:18, Niall Pemberton wrote: > On Wed, Jan 12, 2011 at 3:02 AM, Phil Steitz wrote: >> I will test the release in the next couple of days, but I have one >> comment on the release notes.  Not enough for a -1 by itself, worth >> talking about if you roll another RC. >> >> I like

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-12 Thread Niall Pemberton
On Wed, Jan 12, 2011 at 3:02 AM, Phil Steitz wrote: > I will test the release in the next couple of days, but I have one > comment on the release notes.  Not enough for a -1 by itself, worth > talking about if you roll another RC. > > I like the format and content of the release notes.  I don't mu

Re: [VOTE] Release Commons Lang 2.6 based on RC1

2011-01-11 Thread Phil Steitz
I will test the release in the next couple of days, but I have one comment on the release notes. Not enough for a -1 by itself, worth talking about if you roll another RC. I like the format and content of the release notes. I don't much like the heading "TASKS IN 2.6" over the list of resolved i

[VOTE] Release Commons Lang 2.6 based on RC1

2011-01-11 Thread Niall Pemberton
I would like to do a Lang 2.6 release. I have back-ported compatible bug fixes and enhancements from the trunk to the 2.x branch, details of which are here: http://people.apache.org/~niallp/lang-2.6-rc1/RELEASE-NOTES.txt http://people.apache.org/~niallp/lang-2.6-rc1/site/changes-report.html [ ]