Re: [VOTE] Release Commons Configuration 1.5 based on RC1

2007-11-01 Thread Michiel Kalkman
Also, do you want to keep the old link to Avalon ? (just nipicking) On 11/1/07, Oliver Heger <[EMAIL PROTECTED]> wrote: > The 1.5 release of Commons Configuration is overdue. > > I have prepared a first release candidate. All artifacts including a > clirr report and the release notes can be found

Re: [VOTE] Release Commons Configuration 1.5 based on RC1

2007-11-01 Thread Michiel Kalkman
Just a minor, minor remark: the links in the changes don't seem to work. E.g. http://issues.apache.org/jira/browse/ViewIssue.jspa?key=CONFIGURATION-168. Should be http://issues.apache.org/jira/browse/CONFIGURATION-168. Regards, Michiel On 11/1/07, Oliver Heger <[EMAIL PROTECTED]> wrote: > The 1.

[VOTE] Release Commons Configuration 1.5 based on RC1

2007-11-01 Thread Oliver Heger
The 1.5 release of Commons Configuration is overdue. I have prepared a first release candidate. All artifacts including a clirr report and the release notes can be found at http://people.apache.org/~oheger/commons-configuration-1.5rc1/ The site is also available under http://people.apache.org/~oh

Re: Trouble with commons-math

2007-11-01 Thread sebb
On 01/11/2007, Brent Worden <[EMAIL PROTECTED]> wrote: > On Oct 31, 2007 6:41 AM, sebb <[EMAIL PROTECTED]> wrote: > > > > However, I'm not sure that the class is thread-safe. > > For example the windowSize field is not final, and therefore may not > > be visible to all threads after construction. M

Re: Trouble with commons-math

2007-11-01 Thread Brent Worden
On Oct 31, 2007 6:41 AM, sebb <[EMAIL PROTECTED]> wrote: > > However, I'm not sure that the class is thread-safe. > For example the windowSize field is not final, and therefore may not > be visible to all threads after construction. Making it final would > fix this. > > Fixing the eDA field might b