Re: [CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-27 Thread Thomas Neidhart
On 06/28/2013 01:40 AM, sebb wrote: > On 27 June 2013 22:23, Thomas Neidhart wrote: >> On 06/27/2013 10:41 PM, sebb wrote: >>> On 27 June 2013 21:12, sebb wrote: On 27 June 2013 20:44, Thomas Neidhart wrote: > On 06/27/2013 11:44 AM, sebb wrote: >> On 27 June 2013 10:20, Thomas Neid

Re: [CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-27 Thread sebb
On 27 June 2013 22:23, Thomas Neidhart wrote: > On 06/27/2013 10:41 PM, sebb wrote: >> On 27 June 2013 21:12, sebb wrote: >>> On 27 June 2013 20:44, Thomas Neidhart wrote: On 06/27/2013 11:44 AM, sebb wrote: > On 27 June 2013 10:20, Thomas Neidhart wrote: >> On Sun, Jun 23, 2013 at

Re: [CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-27 Thread Thomas Neidhart
On 06/27/2013 10:41 PM, sebb wrote: > On 27 June 2013 21:12, sebb wrote: >> On 27 June 2013 20:44, Thomas Neidhart wrote: >>> On 06/27/2013 11:44 AM, sebb wrote: On 27 June 2013 10:20, Thomas Neidhart wrote: > On Sun, Jun 23, 2013 at 10:04 PM, Thomas Neidhart > > wrote: > >

Re: [CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-27 Thread sebb
On 27 June 2013 21:12, sebb wrote: > On 27 June 2013 20:44, Thomas Neidhart wrote: >> On 06/27/2013 11:44 AM, sebb wrote: >>> On 27 June 2013 10:20, Thomas Neidhart wrote: On Sun, Jun 23, 2013 at 10:04 PM, Thomas Neidhart wrote: > Hi, > > I'd like to call a vote

Re: [CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-27 Thread sebb
On 27 June 2013 20:44, Thomas Neidhart wrote: > On 06/27/2013 11:44 AM, sebb wrote: >> On 27 June 2013 10:20, Thomas Neidhart wrote: >>> On Sun, Jun 23, 2013 at 10:04 PM, Thomas Neidhart >>> wrote: >>> Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 ba

Re: [CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-27 Thread Thomas Neidhart
On 06/27/2013 11:44 AM, sebb wrote: > On 27 June 2013 10:20, Thomas Neidhart wrote: >> On Sun, Jun 23, 2013 at 10:04 PM, Thomas Neidhart >> wrote: >> >>> Hi, >>> >>> I'd like to call a vote for releasing Commons Collections 4.0-alpha1 >>> based on RC1. >>> >>> The files: >>> >>> The artifacts are

Re: [CP] Error when building CHAIN with CP 31 (Was: Re: [ANNOUNCE] Commons Parent 31 released)

2013-06-27 Thread Benedikt Ritter
Hi Sebb, that did the trick. Thanks! Benedikt Am 26.06.2013 um 00:56 schrieb sebb : > And the properties have been changed to the standard maven.compileR.* > (lower case though!) > > On 25 June 2013 20:17, Gary Gregory wrote: >> OT: you should be using Java 7 _25, not _21 ;) >> >> Gary >>

[math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-27 Thread Ajo Fod
The existing LegendreGaussQuadrature class incorrectly assumes that it has converged for functions where the polynomial approximation fails in a small corner of the integral space. This situation is handled much better with the AdaptiveQuadrature class in the path for MATH-995. This problem should

Re: [CHAIN] Why does ConextMap extend ConcurrentHashMap instead of delegating to a Map?

2013-06-27 Thread Benedikt Ritter
Hi Elijah, nice to have you with us again :-) 2013/6/26 Elijah Zupancic > Hi Benedikt, > > I made the decision to inherit from ConcurrentHashMap because the original > implementation was inheriting from HashMap. I was doing an incremental > refactoring approach and there was never a good justi

Re: [CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-27 Thread sebb
On 27 June 2013 10:20, Thomas Neidhart wrote: > On Sun, Jun 23, 2013 at 10:04 PM, Thomas Neidhart > wrote: > >> Hi, >> >> I'd like to call a vote for releasing Commons Collections 4.0-alpha1 >> based on RC1. >> >> The files: >> >> The artifacts are deployed to Nexus: >> >> https://repository.apach

[CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-27 Thread Thomas Neidhart
On Sun, Jun 23, 2013 at 10:04 PM, Thomas Neidhart wrote: > Hi, > > I'd like to call a vote for releasing Commons Collections 4.0-alpha1 > based on RC1. > > The files: > > The artifacts are deployed to Nexus: > > https://repository.apache.org/content/repositories/orgapachecommons-060/org/apache/co

Re: [CHAIN] Thoughts about o.a.c.chain2.Chain, o.a.c.chain2.Command and the base classes

2013-06-27 Thread Jonas Sprenger
Hi Elijah, The ‘Continue’ and ‘Completed’ values look very similar to me, especially in Unit tests. I suggest naming the two states: - Continue - Finished >With regards to an enum for status, wouldn't it be better to use a class so >that consumers could subclass it and add their own states if need