Re: [lang] ClassUtils.toClass(Object[] array)

2010-02-02 Thread Henri Yandell
null -> null makes sense. +1. On Tue, Feb 2, 2010 at 12:53 PM, Matt Benson wrote: > Currently it appears this method would throw a NPE if any element of array > is null, without documenting this fact.  Our options would seem to be: > > - document the NPE > - convert a null object to Object.class

Re: [math] Work going on on SVD

2010-02-02 Thread Bill Barker
-- From: "Luc Maisonobe" Sent: Tuesday, February 02, 2010 11:26 AM To: "Commons Developers List" Subject: Re: [math] Work going on on SVD Luc Maisonobe a écrit : Dimitri Pourbaix a écrit : Hi, Hi Dimitri, In its present form (CM2.0), Sing

[LANG] Patch attached for LANG-583 issue

2010-02-02 Thread Chandra Shekar
Hi  I have attached the patch file for LANG-583 issue in jira, Please let me know if there are any issues. Thanks Chandrashekar

Re: [lang] Preparing for a 2.5 release

2010-02-02 Thread Niall Pemberton
On Wed, Feb 3, 2010 at 2:22 AM, Niall Pemberton wrote: > For anyone who hasn't noticed I've been back-porting Commons Lang > changes from the trunk to a 2.x branch: > >    http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/ > > AFAIC its getting close to being ready for a 2.5 relea

[lang] Preparing for a 2.5 release

2010-02-02 Thread Niall Pemberton
For anyone who hasn't noticed I've been back-porting Commons Lang changes from the trunk to a 2.x branch: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/ AFAIC its getting close to being ready for a 2.5 release. LANG-204 is currently in progress and I will try to post a su

Re: [math] Work going on on SVD

2010-02-02 Thread Dimitri Pourbaix
Luc, I think we should wait for this issue to be solved before publishing 2.1. It is currently targeted at 2.2 but I would vote to solve it earlier. It is really a big drawback of the current implementation. Not being able to decompose identity is rather sad ... I agree. This would be a nice

[lang] ClassUtils.toClass(Object[] array)

2010-02-02 Thread Matt Benson
Currently it appears this method would throw a NPE if any element of array is null, without documenting this fact. Our options would seem to be: - document the NPE - convert a null object to Object.class - convert a null object to a null class My inclination would be the third option, from

Re: [math] Work going on on SVD

2010-02-02 Thread Luc Maisonobe
Luc Maisonobe a écrit : > Dimitri Pourbaix a écrit : >> Hi, > > Hi Dimitri, > >> In its present form (CM2.0), SingularValueDecomposition suffers some >> problems when the matrix is (numerically) singular. Luc proposed a >> way to improve the situation by limiting the singular values to non >> ze

Re: svn commit: r904829 - in /commons/proper/lang/branches/LANG_2_X/src: main/java/org/apache/commons/lang/time/DateUtils.java test/java/org/apache/commons/lang/time/DateUtilsTest.java

2010-02-02 Thread Niall Pemberton
On Tue, Feb 2, 2010 at 5:32 PM, sebb wrote: > On 02/02/2010, sebb wrote: >> On 30/01/2010, nia...@apache.org wrote: >>  > Author: niallp >>  >  Date: Sat Jan 30 17:49:28 2010 >>  >  New Revision: 904829 >>  > >>  >  URL: http://svn.apache.org/viewvc?rev=904829&view=rev >>  >  Log: >>  >  Port LA

Re: svn commit: r904829 - in /commons/proper/lang/branches/LANG_2_X/src: main/java/org/apache/commons/lang/time/DateUtils.java test/java/org/apache/commons/lang/time/DateUtilsTest.java

2010-02-02 Thread sebb
On 02/02/2010, sebb wrote: > On 30/01/2010, nia...@apache.org wrote: > > Author: niallp > > Date: Sat Jan 30 17:49:28 2010 > > New Revision: 904829 > > > > URL: http://svn.apache.org/viewvc?rev=904829&view=rev > > Log: > > Port LANG-530 to 2.x branch - Fix parseDate() cannot parse ISO

Re: svn commit: r904829 - in /commons/proper/lang/branches/LANG_2_X/src: main/java/org/apache/commons/lang/time/DateUtils.java test/java/org/apache/commons/lang/time/DateUtilsTest.java

2010-02-02 Thread sebb
On 30/01/2010, nia...@apache.org wrote: > Author: niallp > Date: Sat Jan 30 17:49:28 2010 > New Revision: 904829 > > URL: http://svn.apache.org/viewvc?rev=904829&view=rev > Log: > Port LANG-530 to 2.x branch - Fix parseDate() cannot parse ISO8601 dates > produced by FastDateFormat > > Modif

[Commons Wiki] Update of "CreatingReleases" by HenriBie stro

2010-02-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "CreatingReleases" page has been changed by HenriBiestro. http://wiki.apache.org/commons/CreatingReleases?action=diff&rev1=41&rev2=42 --

[RESULT] Release Jexl 2.0

2010-02-02 Thread henrib
The following people voted on Jexl 2.0 release: Rahul Akolkar: +1 Oliver Heger: +1 Seb Baz : +1 Phil Steiz: +1 Jorg Schaible: +1 Thanks to all of you. I'll cut the 2.0 release in the next couple of days. Cheers; Henrib -- View this message in context: http://n4.nabble.com/RESULT-Release-Jexl

Re: [lang] Working on issue LANG - 583 Was: Need to start the work

2010-02-02 Thread Hasan Diwan
Sir: On 2 February 2010 00:30, Chandra Shekar wrote: > ok i can download the code, But how can i asssign the issue to myself in > jira, I dont see any option for assign You don't assign yourself a particular issue. You publish the patch to the issue, then some comitter evaluates it for inclusion

Re: Need to start the work

2010-02-02 Thread Valentin Rocher
You can download the code through svn (see http://commons.apache.org/svninfo.html), and then you just have to attach the patch to the bug report. Valentin. Le 02/02/2010 08:10, Chandra Shekar a écrit : Hi I want to assign the bug LANG - 583 to myself, I am not able to see asign option, also

Re: [lang] Working on issue LANG - 583 Was: Need to start the work

2010-02-02 Thread Chandra Shekar
One More thing, ichecked out the code using the following command from my netbeans ide directly http://svn.apache.org/repos/asf/commons/proper/lang/trunk i am getting some compile time errors in the checked out code. Thanks Chandrashekar   --- On Tue, 2/2/10, Chandra Shekar wrote: From: Chan

Re: [lang] Working on issue LANG - 583 Was: Need to start the work

2010-02-02 Thread Chandra Shekar
ok i can download the code, But how can i asssign the issue to myself in jira, I dont see any option for assign Thanks Chandrashekar --- On Tue, 2/2/10, Julien Aymé wrote: From: Julien Aymé Subject: Re: [lang] Working on issue LANG - 583 Was: Need to start the work To: "Commons Developers Lis