Re: [MATH-1120] Refactor KthSelector and PivotingStrategy out of Percentile

2014-07-12 Thread venkatesha murthy
On Thu, Jul 10, 2014 at 12:03 PM, Luc Maisonobe l...@spaceroots.org wrote: Hi Venkat, Le 09/07/2014 18:56, venkatesha murthy a écrit : Could some one respond please I'll have a look at this probably on Sunday. We are all volunteer, so there may be some delay for action. Hi Luc, Thanks

Re: [Math] Supported Java versions

2014-07-12 Thread Gilles
On Fri, 20 Jun 2014 14:52:22 -0700, Phil Steitz wrote: On 6/20/14, 9:56 AM, Thomas Neidhart wrote: On 06/20/2014 05:30 PM, Gilles wrote: On Fri, 20 Jun 2014 16:57:41 +0200, Thomas Neidhart wrote: On 20 Jun 2014 16:37, Gilles gil...@harfang.homelinux.org wrote: On Fri, 20 Jun 2014 16:18:08

Re: [Math] Supported Java versions

2014-07-12 Thread Phil Steitz
On 7/12/14, 6:19 AM, Gilles wrote: On Fri, 20 Jun 2014 14:52:22 -0700, Phil Steitz wrote: On 6/20/14, 9:56 AM, Thomas Neidhart wrote: On 06/20/2014 05:30 PM, Gilles wrote: On Fri, 20 Jun 2014 16:57:41 +0200, Thomas Neidhart wrote: On 20 Jun 2014 16:37, Gilles gil...@harfang.homelinux.org

[GitHub] commons-lang pull request: Remove redundant type specifications

2014-07-12 Thread AlexYursha
GitHub user AlexYursha opened a pull request: https://github.com/apache/commons-lang/pull/28 Remove redundant type specifications Remove redundant type specifications and bring static method references to consistent style. You can merge this pull request into a Git repository by

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Jörg Schaible
Hi Benedikt, -1 According release notes Java 5 is supported, but it uses already methods available in Java 6: == % === [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler- plugin:3.1:compile (default-compile) on project

Re: [Math] Supported Java versions

2014-07-12 Thread Gilles
On Sat, 12 Jul 2014 06:54:46 -0700, Phil Steitz wrote: On 7/12/14, 6:19 AM, Gilles wrote: On Fri, 20 Jun 2014 14:52:22 -0700, Phil Steitz wrote: On 6/20/14, 9:56 AM, Thomas Neidhart wrote: On 06/20/2014 05:30 PM, Gilles wrote: On Fri, 20 Jun 2014 16:57:41 +0200, Thomas Neidhart wrote: On 20

Re: [Math] Supported Java versions

2014-07-12 Thread Phil Steitz
On 7/12/14, 9:33 AM, Gilles wrote: On Sat, 12 Jul 2014 06:54:46 -0700, Phil Steitz wrote: On 7/12/14, 6:19 AM, Gilles wrote: On Fri, 20 Jun 2014 14:52:22 -0700, Phil Steitz wrote: On 6/20/14, 9:56 AM, Thomas Neidhart wrote: On 06/20/2014 05:30 PM, Gilles wrote: On Fri, 20 Jun 2014 16:57:41

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Emmanuel Bourg
I took a fresh look at the API and here is my review based on the Javadoc and the content of the site only: - The Javadoc for CSVFormat mentions a parseFile() method, but this method doesn't exist. - CSVFormat.DEFAULT states that empty lines are allowed. Does it mean the empty lines are ignored

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Gary Gregory
Let's change the docs then. Gary div Original message /divdivFrom: Jörg Schaible joerg.schai...@gmx.de /divdivDate:07/12/2014 11:57 (GMT-05:00) /divdivTo: dev@commons.apache.org /divdivSubject: Re: [VOTE] Release Commons CSV 1.0 based on RC1 /divdiv /divHi Benedikt, -1

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Emmanuel Bourg
Le 12/07/2014 17:57, Jörg Schaible a écrit : According release notes Java 5 is supported, but it uses already methods available in Java 6: It's even Java 7, CSVParser implements AutoCloseable. Emmanuel Bourg - To

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Jörg Schaible
Emmanuel Bourg wrote: Le 12/07/2014 17:57, Jörg Schaible a écrit : According release notes Java 5 is supported, but it uses already methods available in Java 6: It's even Java 7, CSVParser implements AutoCloseable. I did no code analysis, but my Java 6 JDKs could compile and run the

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Jörg Schaible
Gary Gregory wrote: Let's change the docs then. The release notes are included in the artifacts. - Jörg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Gary Gregory
This is a great batch of comments.  We should work through them all.  I won't be at my PC for a while though so feel free to make improvements.  Gary div Original message /divdivFrom: Emmanuel Bourg ebo...@apache.org /divdivDate:07/12/2014 13:02 (GMT-05:00) /divdivTo:

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Gary Gregory
I'm fine with Java 7. YMMV. Gary div Original message /divdivFrom: Emmanuel Bourg ebo...@apache.org /divdivDate:07/12/2014 13:22 (GMT-05:00) /divdivTo: dev@commons.apache.org /divdivSubject: Re: [VOTE] Release Commons CSV 1.0 based on RC1 /divdiv /divLe 12/07/2014 17:57,

Re: [VOTE] Release Commons CSV 1.0 based on RC1

2014-07-12 Thread Gary Gregory
So that means another RC which is fine, since we have a long list of work items from emmanuel email. div Original message /divdivFrom: Jörg Schaible joerg.schai...@gmx.de /divdivDate:07/12/2014 14:05 (GMT-05:00) /divdivTo: dev@commons.apache.org /divdivSubject: Re: [VOTE]

Re: svn commit: r1609308 - in /commons/proper/pool/trunk/src: changes/ main/java/org/apache/commons/pool2/impl/ test/java/org/apache/commons/pool2/impl/

2014-07-12 Thread Phil Steitz
On 7/9/14, 8:42 PM, Phil Steitz wrote: On 7/9/14, 2:29 PM, ma...@apache.org wrote: Author: markt Date: Wed Jul 9 21:29:44 2014 New Revision: 1609308 URL: http://svn.apache.org/r1609308 Log: POOL-263 Fix a threading issue that meant that concurrent calls to close() and returnObject()

[Commons Wiki] Update of UsingNexus by GaryGregory

2014-07-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Commons Wiki for change notification. The UsingNexus page has been changed by GaryGregory: https://wiki.apache.org/commons/UsingNexus?action=diffrev1=34rev2=35 Comment: Update section Publish the website with link to SCM